0byt3m1n1
Path:
/
data
/
23
/
3
/
18
/
113
/
3670276
/
meta
/
4082343
/
mysql.backup
/
[
Home
]
File: 1_03a8d6d_1.mysqlcluster4.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster4 Database: 1_03a8d6d_1 -- ------------------------------------------------------ -- Server version 5.6.39-83.1-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_app_appointmentmeta` -- DROP TABLE IF EXISTS `wp_app_appointmentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_appointmentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `app_appointment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `app_appointment_id` (`app_appointment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_appointmentmeta` -- LOCK TABLES `wp_app_appointmentmeta` WRITE; /*!40000 ALTER TABLE `wp_app_appointmentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_app_appointmentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_app_appointments` -- DROP TABLE IF EXISTS `wp_app_appointments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_appointments` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `created` datetime DEFAULT NULL, `user` bigint(20) NOT NULL DEFAULT '0', `name` varchar(250) DEFAULT NULL, `email` varchar(250) DEFAULT NULL, `phone` varchar(250) DEFAULT NULL, `address` varchar(250) DEFAULT NULL, `city` varchar(250) DEFAULT NULL, `location` bigint(20) NOT NULL DEFAULT '0', `service` bigint(20) NOT NULL DEFAULT '0', `worker` bigint(20) NOT NULL DEFAULT '0', `price` float DEFAULT NULL, `status` varchar(35) DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `sent` text, `sent_worker` text, `note` text, `gcal_ID` varchar(250) DEFAULT NULL, `gcal_updated` datetime DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_appointments` -- LOCK TABLES `wp_app_appointments` WRITE; /*!40000 ALTER TABLE `wp_app_appointments` DISABLE KEYS */; INSERT INTO `wp_app_appointments` VALUES (1,'2014-11-12 08:05:07',20,'Hope Williams','hope@architectmarketinggroup.com','123-456-7890','','',0,1,19,0,'removed','2014-11-18 15:00:00','2014-11-18 15:30:00',NULL,NULL,'',NULL,NULL),(2,'2014-12-24 14:00:28',0,'test','test@gmail.com','1112223456','','',0,1,0,0,'removed','2014-12-24 15:00:00','2014-12-24 15:30:00',NULL,NULL,'',NULL,NULL),(3,'2016-01-26 22:32:55',0,'Richard Petrie','richard@mt2.co.nz','9705869437','','',0,1,19,0,'removed','2016-02-02 15:00:00','2016-02-02 15:30:00',NULL,NULL,'',NULL,NULL); /*!40000 ALTER TABLE `wp_app_appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_app_cache` -- DROP TABLE IF EXISTS `wp_app_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_cache` ( `uri` varchar(255) DEFAULT NULL, `created` datetime DEFAULT NULL, `content` longtext, `script` longtext, UNIQUE KEY `uri` (`uri`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_cache` -- LOCK TABLES `wp_app_cache` WRITE; /*!40000 ALTER TABLE `wp_app_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_app_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_app_exceptions` -- DROP TABLE IF EXISTS `wp_app_exceptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_exceptions` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location` bigint(20) NOT NULL DEFAULT '0', `service` bigint(20) NOT NULL DEFAULT '0', `worker` bigint(20) NOT NULL DEFAULT '0', `status` varchar(30) DEFAULT NULL, `days` text, `note` text, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_exceptions` -- LOCK TABLES `wp_app_exceptions` WRITE; /*!40000 ALTER TABLE `wp_app_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_app_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_app_services` -- DROP TABLE IF EXISTS `wp_app_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_services` ( `ID` bigint(20) unsigned NOT NULL DEFAULT '0', `name` varchar(255) DEFAULT NULL, `capacity` bigint(20) NOT NULL DEFAULT '0', `duration` bigint(20) NOT NULL DEFAULT '0', `price` varchar(255) DEFAULT NULL, `page` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_services` -- LOCK TABLES `wp_app_services` WRITE; /*!40000 ALTER TABLE `wp_app_services` DISABLE KEYS */; INSERT INTO `wp_app_services` VALUES (1,'Needs and Options Review',0,30,'0',0); /*!40000 ALTER TABLE `wp_app_services` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_app_transactions` -- DROP TABLE IF EXISTS `wp_app_transactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_transactions` ( `transaction_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `transaction_app_ID` bigint(20) NOT NULL DEFAULT '0', `transaction_paypal_ID` varchar(30) DEFAULT NULL, `transaction_stamp` bigint(35) NOT NULL DEFAULT '0', `transaction_total_amount` bigint(20) DEFAULT NULL, `transaction_currency` varchar(35) DEFAULT NULL, `transaction_status` varchar(35) DEFAULT NULL, `transaction_note` text, PRIMARY KEY (`transaction_ID`), KEY `transaction_app_ID` (`transaction_app_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_transactions` -- LOCK TABLES `wp_app_transactions` WRITE; /*!40000 ALTER TABLE `wp_app_transactions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_app_transactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_app_workers` -- DROP TABLE IF EXISTS `wp_app_workers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_workers` ( `ID` bigint(20) unsigned NOT NULL DEFAULT '0', `dummy` varchar(255) DEFAULT NULL, `price` varchar(255) DEFAULT NULL, `services_provided` text, `page` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_workers` -- LOCK TABLES `wp_app_workers` WRITE; /*!40000 ALTER TABLE `wp_app_workers` DISABLE KEYS */; INSERT INTO `wp_app_workers` VALUES (17,'','',':1:',0),(19,'','',':1:',0); /*!40000 ALTER TABLE `wp_app_workers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_app_working_hours` -- DROP TABLE IF EXISTS `wp_app_working_hours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_app_working_hours` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location` bigint(20) NOT NULL DEFAULT '0', `service` bigint(20) NOT NULL DEFAULT '0', `worker` bigint(20) NOT NULL DEFAULT '0', `status` varchar(30) DEFAULT NULL, `hours` text, `note` text, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_app_working_hours` -- LOCK TABLES `wp_app_working_hours` WRITE; /*!40000 ALTER TABLE `wp_app_working_hours` DISABLE KEYS */; INSERT INTO `wp_app_working_hours` VALUES (1,0,0,0,'open','a:7:{s:6:\"Sunday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Monday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:7:\"Tuesday\";a:3:{s:6:\"active\";s:3:\"yes\";s:5:\"start\";s:5:\"15:00\";s:3:\"end\";s:5:\"17:00\";}s:9:\"Wednesday\";a:3:{s:6:\"active\";s:3:\"yes\";s:5:\"start\";s:5:\"15:00\";s:3:\"end\";s:5:\"17:00\";}s:8:\"Thursday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:6:\"Friday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:8:\"Saturday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"13:00\";}}',NULL),(2,0,0,0,'closed','a:7:{s:6:\"Sunday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Monday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:7:\"Tuesday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:9:\"Wednesday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:8:\"Thursday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Friday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:8:\"Saturday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}}',NULL),(3,0,0,17,'open','a:7:{s:6:\"Sunday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Monday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:7:\"Tuesday\";a:3:{s:6:\"active\";s:3:\"yes\";s:5:\"start\";s:5:\"15:00\";s:3:\"end\";s:5:\"17:00\";}s:9:\"Wednesday\";a:3:{s:6:\"active\";s:3:\"yes\";s:5:\"start\";s:5:\"15:00\";s:3:\"end\";s:5:\"17:00\";}s:8:\"Thursday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:6:\"Friday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:8:\"Saturday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"13:00\";}}',''),(4,0,0,17,'closed','a:7:{s:6:\"Sunday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Monday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:7:\"Tuesday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:9:\"Wednesday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:8:\"Thursday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Friday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:8:\"Saturday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}}',''),(5,0,0,19,'open','a:7:{s:6:\"Sunday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Monday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:7:\"Tuesday\";a:3:{s:6:\"active\";s:3:\"yes\";s:5:\"start\";s:5:\"15:00\";s:3:\"end\";s:5:\"17:00\";}s:9:\"Wednesday\";a:3:{s:6:\"active\";s:3:\"yes\";s:5:\"start\";s:5:\"15:00\";s:3:\"end\";s:5:\"17:00\";}s:8:\"Thursday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:6:\"Friday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"17:00\";}s:8:\"Saturday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"08:00\";s:3:\"end\";s:5:\"13:00\";}}',''),(6,0,0,19,'closed','a:7:{s:6:\"Sunday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Monday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:7:\"Tuesday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:9:\"Wednesday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:8:\"Thursday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:6:\"Friday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}s:8:\"Saturday\";a:3:{s:6:\"active\";s:2:\"no\";s:5:\"start\";s:5:\"12:00\";s:3:\"end\";s:5:\"13:00\";}}',''); /*!40000 ALTER TABLE `wp_app_working_hours` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dwpc_click_filter` -- DROP TABLE IF EXISTS `wp_dwpc_click_filter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_dwpc_click_filter` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ip_address` varchar(24) NOT NULL DEFAULT '', `user_agent` varchar(255) NOT NULL DEFAULT '', `note` varchar(255) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`), KEY `ip_address` (`ip_address`), KEY `user_agent` (`user_agent`), KEY `user_agent_by_ip` (`user_agent`,`ip_address`), KEY `ip_address_by_ua` (`ip_address`,`user_agent`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_dwpc_click_filter` -- LOCK TABLES `wp_dwpc_click_filter` WRITE; /*!40000 ALTER TABLE `wp_dwpc_click_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_dwpc_click_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dwpc_impressions` -- DROP TABLE IF EXISTS `wp_dwpc_impressions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_dwpc_impressions` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `filtered` tinyint(1) NOT NULL, `text_id` varchar(7) NOT NULL DEFAULT '', `wp_post_id` mediumint(9) NOT NULL, `dwpc_last_impression_id` mediumint(9) NOT NULL, `dwpc_visitor_id` mediumint(9) NOT NULL, `dwpc_ad_id` mediumint(9) NOT NULL, `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ip_address` varchar(24) NOT NULL DEFAULT '', `impression_url` varchar(255) NOT NULL DEFAULT '', `referal_url` varchar(255) NOT NULL DEFAULT '', `wpppc_incoming_click_id` mediumint(9) NOT NULL, `wpppc_landing_page_id` mediumint(9) NOT NULL, `load_time` mediumint(7) NOT NULL, UNIQUE KEY `id` (`id`), KEY `text_id` (`text_id`), KEY `filtered` (`filtered`), KEY `time_created` (`time_created`), KEY `time_created_by_filter` (`filtered`,`time_created`), KEY `impression_url` (`impression_url`), KEY `impression_url_by_filter` (`filtered`,`impression_url`), KEY `impression_url_by_filter_and_time` (`filtered`,`time_created`,`impression_url`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_dwpc_impressions` -- LOCK TABLES `wp_dwpc_impressions` WRITE; /*!40000 ALTER TABLE `wp_dwpc_impressions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_dwpc_impressions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dwpc_plugins` -- DROP TABLE IF EXISTS `wp_dwpc_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_dwpc_plugins` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `name` varchar(64) NOT NULL DEFAULT '', `class_name` varchar(10) NOT NULL DEFAULT '', `version` decimal(3,2) NOT NULL, `dwpc_version` decimal(3,2) NOT NULL, `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_dwpc_plugins` -- LOCK TABLES `wp_dwpc_plugins` WRITE; /*!40000 ALTER TABLE `wp_dwpc_plugins` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_dwpc_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dwpc_settings` -- DROP TABLE IF EXISTS `wp_dwpc_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_dwpc_settings` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `name` varchar(64) NOT NULL DEFAULT '', `value` text NOT NULL, `wp_user_id` mediumint(9) NOT NULL, UNIQUE KEY `id` (`id`), KEY `name` (`wp_user_id`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_dwpc_settings` -- LOCK TABLES `wp_dwpc_settings` WRITE; /*!40000 ALTER TABLE `wp_dwpc_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_dwpc_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dwpc_visitors` -- DROP TABLE IF EXISTS `wp_dwpc_visitors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_dwpc_visitors` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `wp_user_id` mediumint(9) NOT NULL, `filtered` tinyint(1) NOT NULL, `campaign_traffic` tinyint(1) NOT NULL DEFAULT '0', `visitor_type` enum('Internal','Search','Link','Direct') NOT NULL, `bounce` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `cookie` varchar(32) NOT NULL DEFAULT '', `ip_address` varchar(24) NOT NULL DEFAULT '', `user_agent` varchar(255) NOT NULL DEFAULT '', `browser` varchar(32) NOT NULL DEFAULT '', `operating_system` varchar(32) NOT NULL DEFAULT '', `referal_url` varchar(255) NOT NULL DEFAULT '', `country_code` varchar(2) NOT NULL DEFAULT '', `country_name` varchar(64) NOT NULL DEFAULT '', `region_code` varchar(12) NOT NULL DEFAULT '', `region_name` varchar(128) NOT NULL DEFAULT '', `zipcode` varchar(16) NOT NULL DEFAULT '', `latitude` decimal(7,4) NOT NULL, `longitude` decimal(7,4) NOT NULL, UNIQUE KEY `id` (`id`), UNIQUE KEY `cookie` (`cookie`), KEY `filtered` (`filtered`), KEY `time_created` (`time_created`), KEY `time_created_by_filter` (`filtered`,`time_created`), KEY `campaign_big` (`filtered`,`campaign_traffic`,`time_created`), KEY `campaign_type_big` (`filtered`,`campaign_traffic`,`visitor_type`,`time_created`), KEY `type_big` (`filtered`,`visitor_type`,`time_created`), KEY `all_big` (`campaign_traffic`,`visitor_type`,`time_created`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_dwpc_visitors` -- LOCK TABLES `wp_dwpc_visitors` WRITE; /*!40000 ALTER TABLE `wp_dwpc_visitors` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_dwpc_visitors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL AUTO_INCREMENT, `author` int(10) NOT NULL DEFAULT '0', `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL DEFAULT '0', `flag_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_masterslider_options` -- DROP TABLE IF EXISTS `wp_masterslider_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_masterslider_options` ( `ID` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(120) COLLATE utf8_unicode_ci NOT NULL, `option_value` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_masterslider_options` -- LOCK TABLES `wp_masterslider_options` WRITE; /*!40000 ALTER TABLE `wp_masterslider_options` DISABLE KEYS */; INSERT INTO `wp_masterslider_options` VALUES (1,'masterslider_custom_css_ver','3'),(2,'master-slider-notice-installtion-time','1528433593'),(3,'master-slider-notice-ms-notice-info-global-latest-revision','1.5'); /*!40000 ALTER TABLE `wp_masterslider_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_masterslider_sliders` -- DROP TABLE IF EXISTS `wp_masterslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_masterslider_sliders` ( `ID` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `type` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `slides_num` smallint(5) unsigned NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `params` mediumtext COLLATE utf8_unicode_ci NOT NULL, `custom_styles` text COLLATE utf8_unicode_ci NOT NULL, `custom_fonts` text COLLATE utf8_unicode_ci NOT NULL, `status` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'draft', PRIMARY KEY (`ID`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_masterslider_sliders` -- LOCK TABLES `wp_masterslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_masterslider_sliders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_masterslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `wpe_autoload_options_index` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=179368 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.shererarch.com','yes'),(2,'blogname','/','yes'),(3,'blogdescription','Iconic. Timeless. Leave A Legacy.','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','info@shererarch.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:12:{i:0;s:29:\"appointments/appointments.php\";i:1;s:43:\"auto-hide-admin-bar/auto-hide-admin-bar.php\";i:2;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:36:\"display-tweets-php/displaytweets.php\";i:6;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:7;s:23:\"revslider/revslider.php\";i:8;s:37:\"scripts-n-styles/scripts-n-styles.php\";i:9;s:35:\"simple-comments/simple-comments.php\";i:11;s:35:\"twine-social/twinesocial-widget.php\";i:12;s:21:\"wi-portfolio/init.php\";i:13;s:22:\"wi-shortcodes/init.php\";}','yes'),(33,'home','http://www.shererarch.com','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:87:\"/nas/wp/www/staging/amgtemplate/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";i:1;s:0:\"\";}','no'),(41,'template','twentyseventeen','yes'),(42,'stylesheet','sonata_child_theme','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','38590','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:2;a:4:{s:5:\"title\";s:10:\"Free Guide\";s:4:\"text\";s:1470:\"<img class=\"aligncenter\" src=\"https://shererarch.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"300\" height=\"267\" />\r\n<div class=\"wi-center-heading has_boder\" style=\"margin-bottom:-30px;\"><h4 class=\"h\">Download Here</h4><div class=\"subtitle\" style=\"margin-bottom:0;\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</div></div>\r\n\r\n<style>\r\n._form_1 form._form_1, ._form_3 form._form_3 {\r\n width: 350px !important;\r\ntext-align: center;\r\n}</style>\r\n\r\n<div class=\"_form_1\"></div>\r\n\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n<h3 class=\"widget-title\" style=\"margin-bottom: 30px; margin-top: 30px;\"><span>Newsletter</span></h3>\r\n\r\n<img class=\"aligncenter\" src=\"https://shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" alt=\"Newsletter\" width=\"300\" height=\"267\" />\r\n<div class=\"wi-center-heading has_boder\" style=\"margin-bottom:-30px;\"><h4 class=\"h\">Download Here</h4><div class=\"subtitle\" style=\"margin-bottom:0;\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</div></div>\r\n\r\n<div class=\"_form_15\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:6:{s:36:\"display-tweets-php/displaytweets.php\";a:2:{i:0;s:13:\"DisplayTweets\";i:1;s:12:\"do_uninstall\";}s:29:\"appointments/appointments.php\";a:2:{i:0;s:13:\"App_Installer\";i:1;s:9:\"uninstall\";}s:17:\"downml/downml.php\";s:16:\"downml_uninstall\";s:31:\"tracking-code-manager/index.php\";s:14:\"tcmp_uninstall\";s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:22:\"swpsmtp_send_uninstall\";s:40:\"wpmudev-updates/update-notifications.php\";a:2:{i:0;s:17:\"WPMUDEV_Dashboard\";i:1;s:16:\"uninstall_plugin\";}}','no'),(83,'timezone_string','America/Los_Angeles','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','22','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:139:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";b:1;s:15:\"wpseo_bulk_edit\";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;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:44:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:43:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:19:\"access_masterslider\";b:1;s:20:\"publish_masterslider\";b:1;s:19:\"delete_masterslider\";b:1;s:19:\"create_masterslider\";b:1;s:19:\"export_masterslider\";b:1;s:22:\"duplicate_masterslider\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:4:\"main\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:11:\"tag_cloud-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:4:\"shop\";a:0:{}s:22:\"page-sidebar-freeguide\";a:1:{i:0;s:6:\"text-2\";}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:28:{i:1541205165;a:1:{s:27:\"appointments_send_reminders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:13:\"app-reminders\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1541205175;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1541205684;a:1:{s:25:\"appointments_gdpr_wp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1541207951;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541208000;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541208563;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1541217805;a:1:{s:41:\"check_plugin_updates-thrive-visual-editor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1541219248;a:1:{s:33:\"check_plugin_updates-thrive-leads\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1541219381;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541222789;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1541225407;a:1:{s:34:\"puc_cron_check_updates-updraftplus\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541228400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541232480;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1541233438;a:1:{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;}}}i:1541239555;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1541240251;a:1:{s:27:\"tcmp_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541244444;a:1:{s:22:\"wpmudev_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1541248215;a:1:{s:26:\"tcm_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541249611;a:1:{s:17:\"thrive_token_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541257421;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541265989;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1541279726;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1541281454;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:1541287664;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:1541288198;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:1541421015;a:1:{s:27:\"tcm_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1541499451;a:1:{s:28:\"tcmp_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(104,'limit_login_retries','a:1:{s:13:\"43.248.10.132\";i:1;}','no'),(105,'limit_login_retries_valid','a:1:{s:13:\"43.248.10.132\";i:1422980204;}','no'),(110,'wpe_notices','a:2:{s:4:\"read\";s:0:\"\";s:8:\"messages\";a:0:{}}','yes'),(111,'wpe_notices_ttl','1500566755','yes'),(138,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1404083776;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'),(139,'current_theme','Architect Marketing Group Template 1','yes'),(140,'theme_mods_sonata','a:223:{i:0;b:0;s:7:\"backups\";N;s:9:\"smof_init\";s:31:\"Sun, 29 Jun 2014 23:16:17 +0000\";s:0:\"\";s:18:\"Custom social icon\";s:10:\"responsive\";b:1;s:8:\"scrollup\";b:1;s:8:\"colorbox\";b:1;s:11:\"header-code\";s:149:\"<script type=\"text/javascript\" src=\"//use.typekit.net/wpu8reh.js\"></script>\r\n<script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\r\n\";s:11:\"footer-code\";s:0:\"\";s:10:\"custom-css\";s:895:\".admin-bar #wi-header-sticky-wrapper #wi-header.is-sticky {top: 0;}\r\na.main-home {display:none;}\r\n#wi-mainnav .menu > ul > li > a, #wi-mainnav .menu > ul > li ul {\r\n font-family: \"futura-pt\",sans-serif !important;\r\n font-weight: 300 !important;\r\n letter-spacing: 0px;\r\n}\r\n\r\nbody, input, textarea, select, #wi-titlebar .subtitle, #respond input[type=\"text\"], #respond input[type=\"text\"]:focus, #respond textarea, #respond textarea:focus, .wpcf7 input[type=\"text\"], .wpcf7 input[type=\"text\"]:focus, .wpcf7 input[type=\"email\"], .wpcf7 input[type=\"email\"]:focus, .wpcf7 textarea, .wpcf7 textarea:focus {\r\n font-family: \"museo-sans\";\r\n font-weight: 300;\r\n}\r\n#wi-footer {\r\n border-top: medium none;\r\n margin-top: -30px;\r\n padding-top: 0;\r\n}\r\ndiv.footer-top-content {\r\n text-align: center !important;\r\n}\r\n\r\n#rev_slider_1_1_wrapper {\r\n left: 0 !important;\r\n}\r\n\r\n.authorbox {\r\ndisplay: none;\r\n}\";s:17:\"show-bottom-popup\";s:4:\"none\";s:20:\"bottom-popup-content\";s:0:\"\";s:7:\"favicon\";s:0:\"\";s:17:\"apple-iphone-icon\";s:0:\"\";s:24:\"apple-iphone-retina-icon\";s:0:\"\";s:15:\"apple-ipad-icon\";s:0:\"\";s:22:\"apple-ipad-retina-icon\";s:0:\"\";s:13:\"enable-topbar\";b:1;s:12:\"topbar-theme\";s:5:\"light\";s:17:\"topbar-proportion\";s:5:\"span6\";s:19:\"topbar-left-content\";a:2:{s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"menu1\";s:13:\"Topbar menu 1\";s:5:\"menu2\";s:13:\"Topbar menu 2\";s:6:\"social\";s:12:\"Social icons\";s:6:\"search\";s:10:\"Search box\";}s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"text\";s:11:\"Topbar text\";}}s:20:\"topbar-right-content\";a:2:{s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"menu2\";s:13:\"Topbar menu 2\";s:6:\"search\";s:10:\"Search box\";s:4:\"text\";s:11:\"Topbar text\";}s:7:\"enabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:6:\"social\";s:12:\"Social icons\";s:5:\"menu1\";s:13:\"Topbar menu 1\";}}s:11:\"topbar-text\";s:126:\"Call us 415-479-4284 <a href=\"[site_url]/how-to-hire-an-architect/\" target=\"_blank\">Free Guide: How To Hire An Architect</a>\r\n\";s:15:\"top-search-text\";s:9:\"Search...\";s:27:\"topbar-social-title-tooltip\";b:1;s:20:\"topbar-submenu-width\";i:110;s:12:\"header-style\";s:7:\"style-1\";s:17:\"header-proportion\";s:5:\"span3\";s:13:\"sticky-header\";b:1;s:16:\"site-description\";s:0:\"\";s:9:\"text-logo\";b:0;s:4:\"logo\";s:86:\"[site_url]/wp-content/uploads/sites/371/2014/07/amg-logo-02-white-background-small.png\";s:11:\"retina-logo\";s:70:\"[site_url]/wp-content/uploads/sites/371/2014/07/amg-logo-01-retina.jpg\";s:15:\"logo-margin-top\";s:2:\"20\";s:16:\"logo-margin-left\";s:2:\"20\";s:17:\"nav-submenu-theme\";s:5:\"light\";s:16:\"nav-hover-intent\";s:1:\"1\";s:17:\"nav-submenu-width\";i:200;s:18:\"nav-megamenu-width\";s:6:\"header\";s:18:\"footer-top-content\";s:185:\"<h4>Architect Marketing Group</h4>\r\n211 Las Gallinas Ave. San Rafael CA 94903 • <a href=\'mailto:info@architectmarketinggroup.com\'>info@architectmarketinggroup.com</a> • 415-479-4284\";s:22:\"footer-sidebars-layout\";s:8:\"layout-1\";s:21:\"footer-sidebars-theme\";s:5:\"light\";s:23:\"footer-background-color\";s:7:\"#282E2D\";s:21:\"footer-copyright-text\";s:55:\"Architect Marketing Group © 2014 All rights reserved. \";s:23:\"footer-back-to-top-text\";s:11:\"Back to top\";s:27:\"footer-social-title-tooltip\";b:1;s:20:\"footer-bottom-layout\";s:10:\"left-right\";s:24:\"footer-bottom-proportion\";s:5:\"span9\";s:26:\"footer-bottom-left-content\";a:2:{s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"menu\";s:11:\"Footer menu\";s:6:\"social\";s:12:\"Social icons\";s:3:\"top\";s:0:\"\";}s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"text\";s:14:\"Copyright text\";}}s:27:\"footer-bottom-right-content\";a:2:{s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"menu\";s:11:\"Footer menu\";s:4:\"text\";s:14:\"Copyright text\";s:3:\"top\";s:0:\"\";}s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:6:\"social\";s:12:\"Social icons\";}}s:28:\"footer-bottom-center-element\";s:4:\"text\";s:13:\"content-width\";s:4:\"1100\";s:6:\"layout\";s:4:\"wide\";s:20:\"body-background-type\";s:5:\"color\";s:21:\"body-background-color\";s:0:\"\";s:21:\"body-background-image\";s:0:\"\";s:24:\"body-background-position\";s:10:\"center top\";s:22:\"body-background-repeat\";s:9:\"no-repeat\";s:20:\"body-background-size\";s:4:\"auto\";s:23:\"body-predefined-pattern\";s:0:\"\";s:12:\"body-pattern\";s:0:\"\";s:19:\"body-pattern-retina\";s:0:\"\";s:14:\"titlebar-align\";s:6:\"center\";s:16:\"titlebar-padding\";i:20;s:15:\"titlebar-shadow\";b:0;s:34:\"titlebar-white-background-for-text\";b:0;s:19:\"titlebar-breadcrumb\";s:1:\"0\";s:28:\"titlebar-breadcrumb-position\";s:4:\"left\";s:14:\"titlebar-style\";s:7:\"style-0\";s:25:\"titlebar-background-color\";s:0:\"\";s:25:\"titlebar-background-image\";s:0:\"\";s:24:\"titlebar-overlay-opacity\";i:0;s:28:\"titlebar-background-clipmask\";s:4:\"none\";s:36:\"titlebar-background-clipmask-opacity\";i:0;s:34:\"titlebar-background-image-parallax\";b:0;s:33:\"titlebar-predefined-light-pattern\";b:0;s:32:\"titlebar-predefined-dark-pattern\";b:0;s:16:\"titlebar-pattern\";s:0:\"\";s:23:\"titlebar-pattern-retina\";s:0:\"\";s:13:\"primary-color\";s:7:\"#b40606\";s:15:\"selection-color\";s:0:\"\";s:10:\"link-color\";s:7:\"#b40606\";s:16:\"link-hover-color\";s:7:\"#b40606\";s:15:\"link-decoration\";s:9:\"underline\";s:21:\"link-hover-decoration\";s:4:\"none\";s:22:\"heading-letter-spacing\";i:2;s:9:\"body-font\";s:14:\"Georgia, serif\";s:12:\"heading-font\";s:6:\"Oswald\";s:12:\"mainnav-font\";s:6:\"Oswald\";s:9:\"body-size\";s:2:\"16\";s:7:\"h1-size\";i:32;s:7:\"h2-size\";i:28;s:7:\"h3-size\";i:22;s:7:\"h4-size\";i:16;s:7:\"h5-size\";i:13;s:7:\"h6-size\";i:13;s:12:\"mainnav-size\";s:2:\"16\";s:20:\"submenu-mainnav-size\";s:2:\"14\";s:19:\"titlebar-title-size\";i:54;s:22:\"titlebar-subtitle-size\";i:12;s:15:\"blog-title-size\";i:22;s:13:\"blog-template\";s:6:\"normal\";s:21:\"blog-sidebar-position\";s:5:\"right\";s:11:\"blog-layout\";s:9:\"halfwidth\";s:12:\"blog-display\";s:7:\"excerpt\";s:14:\"excerpt-length\";i:40;s:15:\"blog-thumb-crop\";b:1;s:23:\"blog-thumb-link-to-post\";b:1;s:9:\"blog-meta\";b:1;s:9:\"blog-date\";b:1;s:18:\"blog-comments-link\";b:1;s:15:\"blog-categories\";b:1;s:11:\"blog-author\";b:1;s:13:\"blog-readmore\";b:1;s:8:\"404-text\";s:138:\"It seems we can’t find what you’re looking for. Perhaps searching can help or go back to <a href=\"[site_url]\" rel=\"home\">Homepage</a>.\";s:21:\"single-featured-image\";b:1;s:17:\"single-thumb-crop\";s:3:\"yes\";s:34:\"single-featured-image-link-to-full\";b:1;s:10:\"single-nav\";b:1;s:11:\"single-tags\";b:1;s:16:\"single-authorbox\";b:1;s:13:\"page-template\";s:6:\"normal\";s:21:\"page-sidebar-position\";s:5:\"right\";s:20:\"page-fullwidth-width\";i:100;s:21:\"disable-comments-page\";b:0;s:25:\"portfolio-category-number\";i:6;s:25:\"portfolio-category-column\";s:8:\"column-3\";s:24:\"portfolio-category-style\";s:7:\"style-1\";s:27:\"portfolio-category-lightbox\";b:0;s:23:\"portfolio-category-crop\";b:1;s:29:\"portfolio-category-belowtitle\";s:8:\"category\";s:26:\"portfolio-category-excerpt\";b:1;s:33:\"portfolio-category-excerpt-length\";i:14;s:28:\"portfolio-category-animation\";s:4:\"fade\";s:31:\"portfolio-single-project-layout\";s:4:\"half\";s:39:\"portfolio-single-project-thumbnail-crop\";b:1;s:37:\"portfolio-single-project-link-to-full\";b:1;s:20:\"portfolio-single-nav\";b:1;s:26:\"portfolio-related-projects\";s:1:\"0\";s:33:\"portfolio-related-projects-number\";i:4;s:33:\"portfolio-related-projects-column\";s:8:\"column-4\";s:32:\"portfolio-related-projects-style\";s:7:\"style-1\";s:35:\"portfolio-related-projects-lightbox\";b:0;s:31:\"portfolio-related-projects-crop\";b:1;s:37:\"portfolio-related-projects-belowtitle\";s:8:\"category\";s:34:\"portfolio-related-projects-excerpt\";b:1;s:41:\"portfolio-related-projects-excerpt-length\";i:14;s:36:\"portfolio-related-projects-animation\";s:4:\"fade\";s:26:\"disable-comments-portfolio\";s:1:\"1\";s:22:\"portfolio-client-label\";s:6:\"Client\";s:24:\"portfolio-location-label\";s:8:\"Location\";s:20:\"portfolio-date-label\";s:4:\"Date\";s:19:\"portfolio-url-label\";s:14:\"Launch Project\";s:19:\"portfolio-cat-label\";s:10:\"Categories\";s:26:\"portfolio-description-text\";s:11:\"Description\";s:22:\"portfolio-details-text\";s:7:\"Details\";s:14:\"shop-cart-icon\";b:0;s:20:\"shop-cart-menu-empty\";s:4:\"cart\";s:25:\"shop-cart-menu-empty-link\";s:0:\"\";s:13:\"shop-template\";s:7:\"sidebar\";s:21:\"shop-sidebar-position\";s:5:\"right\";s:15:\"shop-breadcrumb\";b:0;s:20:\"shop-display-sorting\";b:1;s:25:\"shop-display-result-count\";b:1;s:20:\"shop-products-column\";i:4;s:22:\"shop-products-per-page\";s:0:\"\";s:20:\"shop-single-template\";s:7:\"sidebar\";s:28:\"shop-single-sidebar-position\";s:5:\"right\";s:36:\"shop-single-display-related-products\";b:1;s:28:\"shop-related-products-number\";i:4;s:28:\"shop-related-products-column\";i:4;s:13:\"social-target\";s:6:\"_blank\";s:12:\"social-title\";b:1;s:15:\"social-facebook\";s:34:\"http://www.facebook.com/ericbobrow\";s:14:\"social-twitter\";s:33:\"http://www.twitter.com/ericbobrow\";s:18:\"social-google-plus\";s:0:\"\";s:15:\"social-linkedin\";s:0:\"\";s:13:\"social-tumblr\";s:0:\"\";s:16:\"social-pinterest\";s:0:\"\";s:14:\"social-youtube\";s:0:\"\";s:12:\"social-skype\";s:0:\"\";s:16:\"social-instagram\";s:0:\"\";s:16:\"social-delicious\";s:0:\"\";s:13:\"social-reddit\";s:0:\"\";s:18:\"social-stumbleupon\";s:0:\"\";s:16:\"social-wordpress\";s:0:\"\";s:13:\"social-joomla\";s:0:\"\";s:14:\"social-blogger\";s:0:\"\";s:12:\"social-vimeo\";s:0:\"\";s:12:\"social-yahoo\";s:0:\"\";s:13:\"social-flickr\";s:0:\"\";s:13:\"social-picasa\";s:0:\"\";s:17:\"social-deviantart\";s:0:\"\";s:13:\"social-github\";s:0:\"\";s:20:\"social-stackoverflow\";s:0:\"\";s:11:\"social-xing\";s:0:\"\";s:13:\"social-flattr\";s:0:\"\";s:17:\"social-foursquare\";s:0:\"\";s:13:\"social-paypal\";s:0:\"\";s:11:\"social-yelp\";s:0:\"\";s:17:\"social-soundcloud\";s:0:\"\";s:13:\"social-lastfm\";s:0:\"\";s:13:\"social-lanyrd\";s:0:\"\";s:15:\"social-dribbble\";s:0:\"\";s:13:\"social-forrst\";s:0:\"\";s:12:\"social-steam\";s:0:\"\";s:14:\"social-behance\";s:0:\"\";s:11:\"social-mixi\";s:0:\"\";s:12:\"social-weibo\";s:0:\"\";s:13:\"social-renren\";s:0:\"\";s:15:\"social-evernote\";s:0:\"\";s:14:\"social-dropbox\";s:0:\"\";s:16:\"social-bitbucket\";s:0:\"\";s:13:\"social-trello\";s:0:\"\";s:9:\"social-vk\";s:0:\"\";s:11:\"social-home\";s:0:\"\";s:19:\"social-envelope-alt\";s:0:\"\";s:10:\"social-rss\";s:0:\"\";s:18:\"custom-social-icon\";s:0:\"\";s:22:\"custom-social-icon-url\";s:0:\"\";s:24:\"custom-social-icon-title\";s:0:\"\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1414621755;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:4:\"main\";a:6:{i:0;s:8:\"search-2\";i:1;s:6:\"text-3\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";i:5;s:10:\"archives-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:4:\"shop\";a:0:{}s:22:\"page-sidebar-freeguide\";a:1:{i:0;s:6:\"text-2\";}}}}','yes'),(141,'theme_switched','','yes'),(142,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1528890841;s:7:\"version\";s:5:\"5.0.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(143,'simple_page_sidebars_version','1.1.5','yes'),(144,'displaytweets_version','1.0.3','yes'),(145,'displaytweets_settings','a:8:{s:12:\"consumer_key\";N;s:15:\"consumer_secret\";N;s:12:\"access_token\";N;s:19:\"access_token_secret\";N;s:11:\"screen_name\";s:15:\"matthewruddycom\";s:5:\"count\";i:5;s:11:\"include_rts\";b:1;s:15:\"exclude_replies\";b:0;}','yes'),(149,'simple_page_sidebars_default_sidebar','main','yes'),(152,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(156,'recently_activated','a:1:{s:45:\"simple-page-sidebars/simple-page-sidebars.php\";i:1541204855;}','yes'),(174,'TVE_LICENSE_STATUS','ACTIVE','yes'),(176,'tve_version','2.1.0','yes'),(177,'external_updates-thrive-visual-editor','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1404187823;s:14:\"checkedVersion\";s:4:\"1.48\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:20:\"thrive-visual-editor\";s:7:\"version\";s:4:\"1.48\";s:8:\"homepage\";N;s:12:\"download_url\";s:88:\"http://members.thrivethemes.com/plugin_versions/content_builder/thrive-visual-editor.zip\";s:14:\"upgrade_notice\";N;}}','yes'),(178,'thrv_custom_colours','a:1:{i:0;s:18:\"rgb(255, 255, 255)\";}','yes'),(185,'mbYTPlayer_version','3.2.4','yes'),(186,'mbYTPlayer_donate','true','yes'),(187,'mbYTPlayer_home_video_url','','yes'),(188,'mbYTPlayer_show_controls','','yes'),(189,'mbYTPlayer_show_videourl','','yes'),(190,'mbYTPlayer_mute','','yes'),(191,'mbYTPlayer_start_at','false','yes'),(192,'mbYTPlayer_stop_at','false','yes'),(193,'mbYTPlayer_ratio','16/9','yes'),(194,'mbYTPlayer_loop','','yes'),(195,'mbYTPlayer_opacity','1','yes'),(196,'mbYTPlayer_quality','default','yes'),(197,'mbYTPlayer_add_raster','','yes'),(198,'mbYTPlayer_track_ga','true','yes'),(199,'mbYTPlayer_stop_onclick','','yes'),(200,'mbYTPlayer_realfullscreen','true','yes'),(203,'SnS_options','a:1:{s:7:\"version\";s:5:\"3.4.4\";}','yes'),(338,'twinesocial_accountid','','yes'),(339,'twinesocial_appdata','{\"success\":true,\"accountStatus\":1,\"features\":{\"hasRules\":false},\"apps\":[{\"baseUrl\":\"BusinessofArch\",\"thumbnail\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/420320065230094337\\/bSfylmGS_normal.jpeg\",\"status\":\"Active\",\"activeFeeds\":3,\"heldFeeds\":0,\"name\":\"Enoch Sears, AIA\",\"collections\":[{\"name\":\"All\",\"id\":7270}],\"connections\":[{\"username\":\"BusinessofArch\",\"fullName\":\"Enoch Sears, AIA\",\"network\":\"Twitter\",\"cssClass\":\"twitter\",\"isActive\":true,\"id\":10756},{\"username\":\"BusinessofArchitecture\",\"fullName\":\"Business of Architecture\",\"network\":\"Facebook\",\"cssClass\":\"facebook\",\"isActive\":true,\"id\":10763},{\"username\":\"VisaliaArchitect\",\"fullName\":\"Visalia Architect\",\"network\":\"Facebook\",\"cssClass\":\"facebook\",\"isActive\":true,\"id\":10764},{\"username\":\"businessofarch\",\"fullName\":\"Business of Architecture\",\"network\":\"YouTube\",\"cssClass\":\"youtube\",\"isActive\":true,\"id\":10765}],\"rules\":[]}]}','yes'),(340,'twinesocial_sitename','','yes'),(343,'twinesocial_page_auto_scroll','yes','yes'),(344,'twinesocial_page_title','Social','yes'),(834,'nonce_key','cpE~BcTcJ0aH@&VRFDbh92M5IAf{qx</F61wL%/ZRmi#L7,B_!OUz<]ABU$;`I7O','yes'),(835,'nonce_salt','X/Q4+.v-8xdk>%DJPp){Af!*htMhoUew%{pjp5Dd}+6:mn>D{`3Fj]p-Wa>XYw8F','yes'),(880,'WPLANG','','yes'),(900,'dwpc_db_version','1.2','yes'),(903,'opt_db_version','0.92','yes'),(904,'duplicate_post_copyexcerpt','1','yes'),(905,'duplicate_post_copyattachments','0','yes'),(906,'duplicate_post_copychildren','0','yes'),(907,'duplicate_post_copystatus','0','yes'),(908,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(909,'duplicate_post_show_row','1','yes'),(910,'duplicate_post_show_adminbar','1','yes'),(911,'duplicate_post_show_submitbox','1','yes'),(912,'duplicate_post_version','3.2.2','yes'),(933,'settings_activecampaign','a:10:{s:7:\"api_url\";s:34:\"https://archreach-demo.api-us1.com\";s:7:\"api_key\";s:72:\"f73a1485f18a8c6dde625eba11ac8a25fdc3ef62f6a14dbd04a90e48eda28f83e86e97ff\";s:7:\"form_id\";a:1:{i:0;s:4:\"1012\";}s:4:\"syim\";a:1:{i:1012;s:4:\"swim\";}s:3:\"css\";a:1:{i:1012;s:1:\"1\";}s:13:\"site_tracking\";s:1:\"1\";s:12:\"account_view\";a:14:{s:7:\"account\";s:31:\"archreach-demo.activehosted.com\";s:5:\"email\";s:20:\"enoch@enochsears.com\";s:5:\"fname\";s:4:\"Eric\";s:5:\"lname\";s:6:\"Bobrow\";s:5:\"cname\";s:31:\"archreach-demo.archfollowup.com\";s:16:\"subscriber_limit\";s:4:\"1000\";s:16:\"subscriber_total\";s:1:\"3\";s:6:\"status\";s:6:\"nobody\";s:8:\"branding\";s:1:\"0\";s:11:\"result_code\";i:1;s:14:\"result_message\";s:30:\"Success: Something is returned\";s:13:\"result_output\";s:4:\"json\";s:9:\"http_code\";i:200;s:7:\"success\";i:1;}s:7:\"account\";s:31:\"archreach-demo.activehosted.com\";s:14:\"tracking_actid\";i:999781728;s:5:\"forms\";a:1:{i:1;a:20:{s:2:\"id\";s:1:\"1\";s:4:\"name\";s:24:\"How to Hire an Architect\";s:6:\"layout\";s:11:\"inline-form\";s:6:\"target\";i:1;s:9:\"messageid\";s:2:\"26\";s:10:\"conflistid\";i:0;s:11:\"redirecturl\";s:40:\"http://template.archwebsite.com/success/\";s:11:\"facebookurl\";s:0:\"\";s:10:\"managetext\";i:0;s:5:\"theme\";s:0:\"\";s:9:\"sendoptin\";b:1;s:11:\"waitpreview\";i:0;s:7:\"widthpx\";s:3:\"350\";s:8:\"disabled\";i:0;s:9:\"analytics\";i:0;s:8:\"branding\";i:1;s:10:\"baseformid\";s:0:\"\";s:13:\"subscriptions\";i:0;s:5:\"lists\";a:1:{i:0;i:1;}s:7:\"version\";i:2;}}}','yes'),(1010,'sc_bl_keys','','yes'),(1011,'sc_spam_hits','10027','yes'),(1012,'wp_login_form_spam_hits','1','yes'),(1013,'wp_registration_form_spam_hits','1','yes'),(1014,'sc_gravity_forms_spam_hits','1','yes'),(1015,'sc_contact_form_7_spam_hits','1','yes'),(1016,'wc_login_forms_spam_hits','1','yes'),(1017,'wc_registration_form_spam_hits','1','yes'),(1018,'sc_wc_enquiry_spam_hits','1','yes'),(1019,'sc_affiliate_id','','yes'),(1020,'affwp_login_form_spam_hits','1','yes'),(1021,'affwp_registration_form_spam_hits','1','yes'),(1023,'sc_jetpack_contact_form_spam_hits','1','yes'),(1070,'appointments_salt','1494110008','yes'),(1071,'app_db_version','2.4.0','yes'),(1072,'app_last_update','1541204478','yes'),(1073,'appointments_options','a:80:{s:8:\"min_time\";s:2:\"30\";s:19:\"additional_min_time\";s:0:\"\";s:14:\"admin_min_time\";s:0:\"\";s:15:\"app_lower_limit\";s:1:\"0\";s:9:\"app_limit\";s:3:\"365\";s:10:\"clear_time\";s:2:\"60\";s:9:\"spam_time\";s:1:\"0\";s:12:\"auto_confirm\";s:2:\"no\";s:22:\"allow_worker_selection\";s:2:\"no\";s:20:\"allow_worker_confirm\";s:3:\"yes\";s:14:\"allow_overwork\";s:2:\"no\";s:20:\"allow_overwork_break\";s:2:\"no\";s:17:\"dummy_assigned_to\";s:1:\"0\";s:13:\"app_page_type\";s:9:\"one_month\";s:17:\"accept_api_logins\";b:0;s:15:\"facebook-app_id\";s:0:\"\";s:14:\"twitter-app_id\";s:0:\"\";s:18:\"twitter-app_secret\";s:0:\"\";s:11:\"show_legend\";s:3:\"yes\";s:4:\"gcal\";s:2:\"no\";s:13:\"gcal_location\";s:0:\"\";s:14:\"gcal_overwrite\";b:0;s:9:\"color_set\";s:1:\"2\";s:10:\"free_color\";s:6:\"48c048\";s:10:\"busy_color\";s:6:\"ffffff\";s:17:\"notpossible_color\";s:6:\"ffffff\";s:19:\"make_an_appointment\";s:0:\"\";s:8:\"ask_name\";b:1;s:9:\"ask_email\";b:1;s:9:\"ask_phone\";b:1;s:11:\"ask_address\";b:0;s:8:\"ask_city\";b:0;s:8:\"ask_note\";b:0;s:14:\"additional_css\";s:40:\".entry-content td{border:none;width:50%}\";s:16:\"payment_required\";s:2:\"no\";s:15:\"percent_deposit\";s:0:\"\";s:13:\"fixed_deposit\";s:0:\"\";s:8:\"currency\";s:3:\"USD\";s:4:\"mode\";s:7:\"sandbox\";s:14:\"merchant_email\";s:0:\"\";s:6:\"return\";s:0:\"\";s:14:\"login_required\";s:2:\"no\";s:17:\"send_confirmation\";s:3:\"yes\";s:17:\"send_notification\";s:3:\"yes\";s:13:\"send_reminder\";s:3:\"yes\";s:13:\"reminder_time\";s:2:\"24\";s:20:\"send_reminder_worker\";s:3:\"yes\";s:20:\"reminder_time_worker\";s:1:\"4\";s:20:\"confirmation_subject\";s:32:\"Confirmation of your Appointment\";s:20:\"confirmation_message\";s:248:\"Dear CLIENT,\r\n\r\nWe are pleased to confirm your appointment for SITE_NAME.\r\n\r\nHere are the appointment details:\r\nRequested service: SERVICE\r\nDate and time: DATE_TIME\r\n\r\nSERVICE_PROVIDER will assist you for this service.\r\n\r\nKind regards,\r\nSITE_NAME\r\n\";s:16:\"reminder_subject\";s:29:\"Reminder for your Appointment\";s:16:\"reminder_message\";s:248:\"Dear CLIENT,\r\n\r\nWe would like to remind your appointment with SITE_NAME.\r\n\r\nHere are your appointment details:\r\nRequested service: SERVICE\r\nDate and time: DATE_TIME\r\n\r\nSERVICE_PROVIDER will assist you for this service.\r\n\r\nKind regards,\r\nSITE_NAME\r\n\";s:10:\"log_emails\";s:3:\"yes\";s:12:\"allow_cancel\";s:2:\"no\";s:11:\"cancel_page\";s:0:\"\";s:10:\"thank_page\";i:0;s:16:\"google-client_id\";s:0:\"\";s:9:\"use_cache\";s:2:\"no\";s:6:\"use_mp\";b:0;s:16:\"gcal_description\";s:85:\"Client Name: CLIENT\r\nService Name: SERVICE\r\nService Provider Name: SERVICE_PROVIDER\r\n\";s:12:\"gcal_summary\";s:19:\"SERVICE Appointment\";s:15:\"allow_worker_wh\";s:2:\"no\";s:16:\"facebook-no_init\";b:0;s:18:\"members_no_payment\";b:0;s:16:\"members_discount\";s:0:\"\";s:7:\"members\";N;s:25:\"send_removal_notification\";s:3:\"yes\";s:28:\"removal_notification_subject\";s:28:\"Appointment has been removed\";s:28:\"removal_notification_message\";s:233:\"Dear CLIENT,\r\n\r\nWe would like to inform you that your appointment with SITE_NAME on DATE_TIME has been removed.\r\n\r\nHere are your appointment details:\r\nRequested service: SERVICE\r\nDate and time: DATE_TIME\r\n\r\nKind regards,\r\nSITE_NAME\r\n\";s:22:\"disable_js_check_admin\";b:0;s:25:\"disable_js_check_frontend\";b:0;s:16:\"app_page_type_mp\";s:9:\"one_month\";s:16:\"records_per_page\";i:0;s:16:\"gcal_same_window\";b:0;s:21:\"gcal_api_allow_worker\";s:2:\"no\";s:14:\"gcal_api_scope\";s:13:\"no_preference\";s:13:\"gcal_api_mode\";s:4:\"none\";s:20:\"gcal_service_account\";s:0:\"\";s:13:\"gcal_key_file\";s:0:\"\";s:22:\"gcal_selected_calendar\";s:0:\"\";}','yes'),(1169,'post_count','7','yes'),(1207,'db_upgraded','','yes'),(1241,'simple_comments','a:26:{s:13:\"cf_spam_stats\";s:3:\"off\";s:7:\"cf_html\";s:2:\"on\";s:11:\"website_url\";s:2:\"on\";s:11:\"author_link\";s:2:\"on\";s:11:\"ping_status\";s:2:\"on\";s:12:\"comment_form\";s:3:\"off\";s:6:\"cf_msg\";s:0:\"\";s:7:\"api_key\";s:70:\"$Simple_Comments$RIJNDAEL$O1dZ6ntkiLW+8sN1Qd+XFsn8o7WcycubmkcAcqOzEAY=\";s:16:\"activation_email\";s:15:\"eric@bobrow.com\";s:10:\"clean_spam\";s:3:\"off\";s:16:\"clean_trackbacks\";s:3:\"off\";s:16:\"clean_unapproved\";s:3:\"off\";s:5:\"nonce\";s:3:\"off\";s:10:\"store_spam\";s:3:\"off\";s:12:\"wp_forms_sec\";s:3:\"off\";s:24:\"wp_registration_form_sec\";s:3:\"off\";s:17:\"gravity_forms_sec\";s:3:\"off\";s:18:\"contact_form_7_sec\";s:3:\"off\";s:24:\"jetpack_contact_form_sec\";s:3:\"off\";s:18:\"wc_login_forms_sec\";s:3:\"off\";s:24:\"wc_registration_form_sec\";s:3:\"off\";s:22:\"wc_product_enquiry_sec\";s:3:\"off\";s:18:\"disable_xmlrpc_sec\";s:3:\"off\";s:9:\"affwp_sec\";s:3:\"off\";s:21:\"affwp_login_forms_sec\";s:3:\"off\";s:27:\"affwp_registration_form_sec\";s:3:\"off\";}','yes'),(1249,'sc_version','1.3.8.4','yes'),(2620,'jetpack_options','a:13:{s:7:\"version\";s:16:\"6.2.1:1529123192\";s:11:\"old_version\";s:16:\"3.9.6:1461964035\";s:2:\"id\";i:147786181;s:6:\"public\";i:1;s:14:\"last_heartbeat\";i:1531460969;s:20:\"last_security_report\";i:1432919293;s:24:\"custom_css_4.7_migration\";b:1;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:9:\"jumpstart\";s:20:\"jetpack_action_taken\";s:11:\"master_user\";i:2;}','yes'),(2632,'jetpack_activated','4','yes'),(3520,'theme_mods_sonata_child_theme','a:224:{i:0;b:0;s:7:\"backups\";N;s:9:\"smof_init\";s:31:\"Wed, 29 Oct 2014 22:29:16 +0000\";s:0:\"\";s:18:\"Custom social icon\";s:10:\"responsive\";b:1;s:8:\"scrollup\";b:1;s:8:\"colorbox\";b:1;s:11:\"header-code\";s:343:\"<script type=\"text/javascript\" src=\"//use.typekit.net/wpu8reh.js\"></script>\r\n<script type=\"text/javascript\">try{Typekit.load();}catch(e){}</script>\r\n<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">\";s:11:\"footer-code\";s:0:\"\";s:10:\"custom-css\";s:2056:\".widget {\r\n margin: 0 0 25px;\r\n}\r\n.excerpt p::after {\r\n content:;\r\n font-size:14px;\r\n}\r\n.wi-member .role {\r\n color: #333;\r\n}\r\nh3.widget-title {\r\n text-align: center;\r\n}\r\n\r\n.admin-bar #wi-header-sticky-wrapper #wi-header.is-sticky {top: 0;}\r\na.main-home {display:none;}\r\n\r\n#wi-mainnav .menu > ul > li > a, #wi-mainnav .menu > ul > li ul {\r\n font-family: \"futura-pt\",sans-serif !important;\r\n font-weight: 300 !important;\r\n letter-spacing: 0px;\r\n}\r\n\r\nbody, input, textarea, select, #wi-titlebar .subtitle, #respond input[type=\"text\"], #respond input[type=\"text\"]:focus, #respond textarea, #respond textarea:focus, .wpcf7 input[type=\"text\"], .wpcf7 input[type=\"text\"]:focus, .wpcf7 input[type=\"email\"], .wpcf7 input[type=\"email\"]:focus, .wpcf7 textarea, .wpcf7 textarea:focus {\r\n font-family: \"museo-sans\";\r\n font-weight: 300;\r\n}\r\n#wi-footer {\r\n border-top: medium none;\r\n margin-top: -30px;\r\n padding-top: 0;\r\n}\r\ndiv.footer-top-content {\r\n text-align: center !important;\r\n}\r\n\r\n.authorbox {\r\ndisplay: none;\r\n}\r\n\r\n._option input[type=\'submit\']{font-family: arial !important; padding: 14px !important; margin: 0 !important; border: 1pt solid #30b030 !important; font-size: 1.8em !important; background-color: #35b335 !important; color: #fff !important; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em !important; border-radius: 3pt !important;}\r\n\r\n\r\n#wi-logo img {\r\n max-height: 80px;\r\n}\r\n\r\n#wi-header-sticky-wrapper #wi-header.is-sticky #wi-logo img {\r\n max-height: 80px;\r\n}\r\n\r\n#wi-header-sticky-wrapper #wi-header.is-sticky {\r\n height: 80px;\r\n}\r\n.tp-button.blue {\r\n background: #0000ff;\r\n}\r\n\r\n.tp-button.blue:hover {\r\n background: #0000ff;\r\n}\r\ncode {\r\n display: none;\r\n} \r\n#ele comments \r\n{\r\ndisplay: none;\r\n}\r\n\r\n#wi-titlebar .title {\r\n font-size: 30px;\r\n}\r\n\r\n#book_now\r\n{\r\ndisplay: none;\r\n}\r\n\r\n#book\r\n{\r\n background-color: #1A1063;\r\n border: none;\r\n color: white;\r\n padding: 15px 32px;\r\n text-align: center !important;\r\n text-decoration: none;\r\n display: inline-block;\r\n font-size: 16px;\r\n}\";s:17:\"show-bottom-popup\";s:6:\"custom\";s:20:\"bottom-popup-content\";s:83:\"<b><a href=[site_url_secure]/newsletter_signup/>Sign Up for Our Newsletter!</a></b>\";s:7:\"favicon\";s:0:\"\";s:17:\"apple-iphone-icon\";s:0:\"\";s:24:\"apple-iphone-retina-icon\";s:0:\"\";s:15:\"apple-ipad-icon\";s:0:\"\";s:22:\"apple-ipad-retina-icon\";s:0:\"\";s:13:\"enable-topbar\";s:1:\"1\";s:12:\"topbar-theme\";s:4:\"dark\";s:17:\"topbar-proportion\";s:5:\"span8\";s:19:\"topbar-left-content\";a:2:{s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"menu1\";s:13:\"Topbar menu 1\";s:5:\"menu2\";s:13:\"Topbar menu 2\";s:6:\"search\";s:10:\"Search box\";s:6:\"social\";s:12:\"Social icons\";}s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"text\";s:11:\"Topbar text\";}}s:20:\"topbar-right-content\";a:2:{s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"menu2\";s:13:\"Topbar menu 2\";s:6:\"search\";s:10:\"Search box\";s:4:\"text\";s:11:\"Topbar text\";}s:7:\"enabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:6:\"social\";s:12:\"Social icons\";s:5:\"menu1\";s:13:\"Topbar menu 1\";}}s:11:\"topbar-text\";s:207:\"Call us 803-748-1345 <a href=\"[site_url]/10-things-to-consider-when-developing-a-commercial-project/\" target=\"_blank\">Free Guide: 10 Things To Consider When Developing a Commercial Project</a>\r\n\";s:15:\"top-search-text\";s:9:\"Search...\";s:27:\"topbar-social-title-tooltip\";b:1;s:20:\"topbar-submenu-width\";i:110;s:12:\"header-style\";s:7:\"style-2\";s:17:\"header-proportion\";s:5:\"span3\";s:13:\"sticky-header\";b:1;s:16:\"site-description\";s:0:\"\";s:9:\"text-logo\";b:0;s:4:\"logo\";s:123:\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913095416/Sherer-Logo-400-pixel-e1529079483529_75.jpg\";s:11:\"retina-logo\";s:123:\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913095416/Sherer-Logo-400-pixel-e1529079483529_75.jpg\";s:15:\"logo-margin-top\";s:1:\"5\";s:16:\"logo-margin-left\";s:2:\"20\";s:17:\"nav-submenu-theme\";s:5:\"light\";s:16:\"nav-hover-intent\";s:1:\"0\";s:17:\"nav-submenu-width\";i:200;s:18:\"nav-megamenu-width\";s:6:\"header\";s:18:\"footer-top-content\";s:0:\"\";s:22:\"footer-sidebars-layout\";s:8:\"layout-1\";s:21:\"footer-sidebars-theme\";s:5:\"light\";s:23:\"footer-background-color\";s:7:\"#282E2D\";s:21:\"footer-copyright-text\";s:54:\"© 2018 Sherer & Associates LLC - All rights reserved \";s:23:\"footer-back-to-top-text\";s:11:\"Back to top\";s:27:\"footer-social-title-tooltip\";b:1;s:20:\"footer-bottom-layout\";s:10:\"left-right\";s:24:\"footer-bottom-proportion\";s:5:\"span6\";s:26:\"footer-bottom-left-content\";a:2:{s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"menu\";s:11:\"Footer menu\";s:6:\"social\";s:12:\"Social icons\";s:3:\"top\";s:0:\"\";}s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"text\";s:14:\"Copyright text\";}}s:27:\"footer-bottom-right-content\";a:2:{s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"menu\";s:11:\"Footer menu\";s:4:\"text\";s:14:\"Copyright text\";s:3:\"top\";s:0:\"\";}s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:6:\"social\";s:12:\"Social icons\";}}s:28:\"footer-bottom-center-element\";s:4:\"text\";s:13:\"content-width\";i:1100;s:6:\"layout\";s:4:\"wide\";s:20:\"body-background-type\";s:5:\"color\";s:21:\"body-background-color\";s:0:\"\";s:21:\"body-background-image\";s:0:\"\";s:24:\"body-background-position\";s:10:\"center top\";s:22:\"body-background-repeat\";s:9:\"no-repeat\";s:20:\"body-background-size\";s:4:\"auto\";s:23:\"body-predefined-pattern\";s:0:\"\";s:12:\"body-pattern\";s:0:\"\";s:19:\"body-pattern-retina\";s:0:\"\";s:14:\"titlebar-align\";s:6:\"center\";s:16:\"titlebar-padding\";i:20;s:15:\"titlebar-shadow\";b:0;s:34:\"titlebar-white-background-for-text\";b:0;s:19:\"titlebar-breadcrumb\";s:1:\"0\";s:28:\"titlebar-breadcrumb-position\";s:4:\"left\";s:14:\"titlebar-style\";s:7:\"style-0\";s:25:\"titlebar-background-color\";s:0:\"\";s:25:\"titlebar-background-image\";s:0:\"\";s:24:\"titlebar-overlay-opacity\";i:0;s:28:\"titlebar-background-clipmask\";s:4:\"none\";s:36:\"titlebar-background-clipmask-opacity\";i:0;s:34:\"titlebar-background-image-parallax\";b:0;s:33:\"titlebar-predefined-light-pattern\";b:0;s:32:\"titlebar-predefined-dark-pattern\";b:0;s:16:\"titlebar-pattern\";s:0:\"\";s:23:\"titlebar-pattern-retina\";s:0:\"\";s:13:\"primary-color\";s:7:\"#0000ff\";s:15:\"selection-color\";s:0:\"\";s:10:\"link-color\";s:7:\"#0000ff\";s:16:\"link-hover-color\";s:7:\"#0000ff\";s:15:\"link-decoration\";s:9:\"underline\";s:21:\"link-hover-decoration\";s:4:\"none\";s:22:\"heading-letter-spacing\";i:2;s:9:\"body-font\";s:14:\"Georgia, serif\";s:12:\"heading-font\";s:6:\"Oswald\";s:12:\"mainnav-font\";s:6:\"Oswald\";s:9:\"body-size\";s:2:\"16\";s:7:\"h1-size\";i:32;s:7:\"h2-size\";i:28;s:7:\"h3-size\";i:22;s:7:\"h4-size\";i:16;s:7:\"h5-size\";i:13;s:7:\"h6-size\";i:13;s:12:\"mainnav-size\";s:2:\"16\";s:20:\"submenu-mainnav-size\";s:2:\"14\";s:19:\"titlebar-title-size\";s:2:\"54\";s:22:\"titlebar-subtitle-size\";i:12;s:15:\"blog-title-size\";i:22;s:13:\"blog-template\";s:6:\"normal\";s:21:\"blog-sidebar-position\";s:5:\"right\";s:11:\"blog-layout\";s:9:\"halfwidth\";s:12:\"blog-display\";s:7:\"excerpt\";s:14:\"excerpt-length\";i:40;s:15:\"blog-thumb-crop\";b:1;s:23:\"blog-thumb-link-to-post\";b:1;s:9:\"blog-meta\";s:1:\"0\";s:9:\"blog-date\";s:1:\"1\";s:18:\"blog-comments-link\";b:1;s:15:\"blog-categories\";b:1;s:11:\"blog-author\";b:1;s:13:\"blog-readmore\";b:1;s:8:\"404-text\";s:138:\"It seems we can’t find what you’re looking for. Perhaps searching can help or go back to <a href=\"[site_url]\" rel=\"home\">Homepage</a>.\";s:21:\"single-featured-image\";b:1;s:17:\"single-thumb-crop\";s:3:\"yes\";s:34:\"single-featured-image-link-to-full\";b:1;s:10:\"single-nav\";b:1;s:11:\"single-tags\";b:1;s:16:\"single-authorbox\";s:1:\"0\";s:13:\"page-template\";s:6:\"normal\";s:21:\"page-sidebar-position\";s:5:\"right\";s:20:\"page-fullwidth-width\";i:100;s:21:\"disable-comments-page\";s:1:\"1\";s:25:\"portfolio-category-number\";s:1:\"6\";s:25:\"portfolio-category-column\";s:8:\"column-2\";s:24:\"portfolio-category-style\";s:7:\"style-2\";s:27:\"portfolio-category-lightbox\";b:0;s:23:\"portfolio-category-crop\";b:1;s:29:\"portfolio-category-belowtitle\";s:8:\"category\";s:26:\"portfolio-category-excerpt\";b:1;s:33:\"portfolio-category-excerpt-length\";s:2:\"40\";s:28:\"portfolio-category-animation\";s:4:\"fade\";s:31:\"portfolio-single-project-layout\";s:4:\"half\";s:39:\"portfolio-single-project-thumbnail-crop\";b:1;s:37:\"portfolio-single-project-link-to-full\";b:1;s:20:\"portfolio-single-nav\";b:1;s:26:\"portfolio-related-projects\";b:1;s:33:\"portfolio-related-projects-number\";i:4;s:33:\"portfolio-related-projects-column\";s:8:\"column-2\";s:32:\"portfolio-related-projects-style\";s:7:\"style-2\";s:35:\"portfolio-related-projects-lightbox\";b:0;s:31:\"portfolio-related-projects-crop\";b:1;s:37:\"portfolio-related-projects-belowtitle\";s:8:\"category\";s:34:\"portfolio-related-projects-excerpt\";s:1:\"1\";s:41:\"portfolio-related-projects-excerpt-length\";s:2:\"25\";s:36:\"portfolio-related-projects-animation\";s:4:\"fade\";s:26:\"disable-comments-portfolio\";s:1:\"1\";s:22:\"portfolio-client-label\";s:6:\"Client\";s:24:\"portfolio-location-label\";s:8:\"Location\";s:20:\"portfolio-date-label\";s:4:\"Date\";s:19:\"portfolio-url-label\";s:14:\"Launch Project\";s:19:\"portfolio-cat-label\";s:10:\"Categories\";s:26:\"portfolio-description-text\";s:11:\"Description\";s:22:\"portfolio-details-text\";s:7:\"Details\";s:14:\"shop-cart-icon\";b:0;s:20:\"shop-cart-menu-empty\";s:4:\"cart\";s:25:\"shop-cart-menu-empty-link\";s:0:\"\";s:13:\"shop-template\";s:7:\"sidebar\";s:21:\"shop-sidebar-position\";s:5:\"right\";s:15:\"shop-breadcrumb\";b:0;s:20:\"shop-display-sorting\";b:1;s:25:\"shop-display-result-count\";b:1;s:20:\"shop-products-column\";i:4;s:22:\"shop-products-per-page\";s:0:\"\";s:20:\"shop-single-template\";s:7:\"sidebar\";s:28:\"shop-single-sidebar-position\";s:5:\"right\";s:36:\"shop-single-display-related-products\";b:1;s:28:\"shop-related-products-number\";i:4;s:28:\"shop-related-products-column\";i:4;s:13:\"social-target\";s:6:\"_blank\";s:12:\"social-title\";b:1;s:15:\"social-facebook\";s:45:\"https://www.facebook.com/ShererAndAssociates/\";s:14:\"social-twitter\";s:0:\"\";s:18:\"social-google-plus\";s:0:\"\";s:15:\"social-linkedin\";s:48:\"https://www.linkedin.com/in/dan-sherer-9a92a421/\";s:13:\"social-tumblr\";s:0:\"\";s:16:\"social-pinterest\";s:0:\"\";s:14:\"social-youtube\";s:0:\"\";s:12:\"social-skype\";s:0:\"\";s:16:\"social-instagram\";s:0:\"\";s:16:\"social-delicious\";s:0:\"\";s:13:\"social-reddit\";s:0:\"\";s:18:\"social-stumbleupon\";s:0:\"\";s:16:\"social-wordpress\";s:0:\"\";s:13:\"social-joomla\";s:0:\"\";s:14:\"social-blogger\";s:0:\"\";s:12:\"social-vimeo\";s:0:\"\";s:12:\"social-yahoo\";s:0:\"\";s:13:\"social-flickr\";s:0:\"\";s:13:\"social-picasa\";s:0:\"\";s:17:\"social-deviantart\";s:0:\"\";s:13:\"social-github\";s:0:\"\";s:20:\"social-stackoverflow\";s:0:\"\";s:11:\"social-xing\";s:0:\"\";s:13:\"social-flattr\";s:0:\"\";s:17:\"social-foursquare\";s:0:\"\";s:13:\"social-paypal\";s:0:\"\";s:11:\"social-yelp\";s:0:\"\";s:17:\"social-soundcloud\";s:0:\"\";s:13:\"social-lastfm\";s:0:\"\";s:13:\"social-lanyrd\";s:0:\"\";s:15:\"social-dribbble\";s:0:\"\";s:13:\"social-forrst\";s:0:\"\";s:12:\"social-steam\";s:0:\"\";s:14:\"social-behance\";s:0:\"\";s:11:\"social-mixi\";s:0:\"\";s:12:\"social-weibo\";s:0:\"\";s:13:\"social-renren\";s:0:\"\";s:15:\"social-evernote\";s:0:\"\";s:14:\"social-dropbox\";s:0:\"\";s:16:\"social-bitbucket\";s:0:\"\";s:13:\"social-trello\";s:0:\"\";s:9:\"social-vk\";s:0:\"\";s:11:\"social-home\";s:0:\"\";s:19:\"social-envelope-alt\";s:0:\"\";s:10:\"social-rss\";s:0:\"\";s:18:\"custom-social-icon\";s:0:\"\";s:22:\"custom-social-icon-url\";s:0:\"\";s:24:\"custom-social-icon-title\";s:0:\"\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:602;s:18:\"jetpack_custom_css\";a:3:{s:12:\"preprocessor\";s:0:\"\";s:7:\"replace\";b:0;s:13:\"content_width\";s:0:\"\";}}','yes'),(5300,'jetpack_file_data','a:1:{s:5:\"4.7.1\";a:52:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:40:\"Check your spelling, style, and grammar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:76:\"Display images and galleries in a gorgeous, full-screen browsing experience.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:65:\"Allow comments with WordPress.com, Twitter, Facebook, or Google+.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:61:\"Organize and display different types of content on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"e1f1f6e3689fc31c477e64b06e2f8fbf\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:54:\"Automatically load new content when a visitor scrolls.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:47:\"Optimize your site for smartphones and tablets.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:34:\"Publish posts by sending an email.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:43:\"Prevent and block malicious login attempts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"68b0d01689803c0ea7e4e60a86de2519\";a:14:{s:4:\"name\";s:9:\"SEO tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:18:\"Traffic, Jumpstart\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:46:\"Secure user authentication with WordPress.com.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:55:\"Notify your readers of new posts and comments by email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:45:\"Powerful, simple video hosting for WordPress.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"a668bc9418d6de87409f867892fcdd7f\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(5301,'jetpack_available_modules','a:1:{s:5:\"6.2.1\";a:43:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(5683,'revslider_checktables','1','yes'),(5684,'revslider-update-check-short','1541179590','yes'),(7454,'revslider-latest-version','5.3.0.2','yes'),(7691,'masterslider_db_version','1.03','yes'),(7692,'masterslider_capabilities_added','1','yes'),(7714,'msp_general_setting','','yes'),(7715,'msp_advanced','','yes'),(7716,'upgrade_to_pro','','yes'),(7717,'masterslider_lite_plugin_version','3.5.3','yes'),(7932,'jetpack_active_modules','a:23:{i:0;s:7:\"protect\";i:1;s:18:\"after-the-deadline\";i:2;s:12:\"contact-form\";i:3;s:20:\"custom-content-types\";i:4;s:10:\"custom-css\";i:5;s:21:\"enhanced-distribution\";i:6;s:19:\"gravatar-hovercards\";i:7;s:8:\"json-api\";i:8;s:5:\"latex\";i:9;s:5:\"notes\";i:10;s:10:\"omnisearch\";i:11;s:13:\"post-by-email\";i:12;s:9:\"publicize\";i:13;s:10:\"sharedaddy\";i:14;s:10:\"shortcodes\";i:15;s:10:\"shortlinks\";i:16;s:5:\"stats\";i:17;s:13:\"subscriptions\";i:18;s:18:\"verification-tools\";i:19;s:17:\"widget-visibility\";i:20;s:7:\"widgets\";i:22;s:6:\"manage\";i:23;s:8:\"sitemaps\";}','yes'),(8150,'jetpack_register','qHwaWmuaVevQtixrRcOscSZcRxfU7DVM:6YeR4LrQ9meGT8b7lDnAPWFQrIcYrFGX:1423264063','yes'),(8161,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:84456575;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(8162,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(8308,'stats_cache','a:2:{s:32:\"860ef02a36369bd2f1b18f61b5e5f991\";a:1:{i:1531508440;a:0:{}}s:32:\"e1ec2549af981652ef97f87b84e5056c\";a:1:{i:1531508440;a:0:{}}}','yes'),(8674,'wpseo','a:19:{s:15:\"ms_defaults_set\";b:1;s:7:\"version\";s:5:\"9.0.3\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1475000936;}','yes'),(8676,'wpseo_titles','a:75:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:23:\"post_types-post-maintax\";i:0;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:18:\"showdate-portfolio\";b:0;s:25:\"title-ptarchive-portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-portfolio\";s:0:\"\";s:27:\"bctitle-ptarchive-portfolio\";s:0:\"\";s:27:\"noindex-ptarchive-portfolio\";b:0;s:28:\"title-tax-portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio_category\";s:0:\"\";s:30:\"noindex-tax-portfolio_category\";b:0;}','yes'),(8677,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:109:\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46806279_reduced.jpg\";s:19:\"og_default_image_id\";i:-1;s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(10669,'jetpack_private_options','a:3:{s:9:\"authorize\";s:78:\"5BWNxDLVfEfmB7R1p8kfKXoaYSTQGgZc:bLrlIY6dptD6DfUv8yQZgeA7qBY6YMEu:1461965186:2\";s:10:\"blog_token\";s:65:\"9eAZ%^weUE$gw5J5L0*2i*kf5(ILZPF!.quTnMaqVkw^kk1XqQRwfZBzEW#TpNut7\";s:11:\"user_tokens\";a:1:{i:2;s:67:\"f27gbFKPir*7v7D5nK2mqEpdyHtAyGUg.G6vOSEK)5pql@hXuDrmONJ7cQDN7V@vg.2\";}}','yes'),(10672,'jetpack_security_report','a:0:{}','yes'),(12109,'mbYTPlayer_Home_is_active','','yes'),(12110,'mbYTPlayer_audio_volume','50','yes'),(12111,'mbYTPlayer_stop_on_blur','','yes'),(12112,'mbYTPlayer_home_video_page','','yes'),(21304,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:2;s:12:\"disconnected\";i:3;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(21971,'woocommerce_default_country','GB','yes'),(21972,'woocommerce_allowed_countries','all','yes'),(21973,'woocommerce_specific_allowed_countries','','yes'),(21974,'woocommerce_default_customer_address','geolocation','yes'),(21975,'woocommerce_demo_store','no','yes'),(21976,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(21977,'woocommerce_api_enabled','yes','yes'),(21978,'woocommerce_currency','GBP','yes'),(21979,'woocommerce_currency_pos','left','yes'),(21980,'woocommerce_price_thousand_sep',',','yes'),(21981,'woocommerce_price_decimal_sep','.','yes'),(21982,'woocommerce_price_num_decimals','2','yes'),(21983,'woocommerce_weight_unit','kg','yes'),(21984,'woocommerce_dimension_unit','cm','yes'),(21985,'woocommerce_enable_review_rating','yes','no'),(21986,'woocommerce_review_rating_required','yes','no'),(21987,'woocommerce_review_rating_verification_label','yes','no'),(21988,'woocommerce_review_rating_verification_required','no','no'),(21989,'woocommerce_shop_page_id','','yes'),(21990,'woocommerce_shop_page_display','','yes'),(21991,'woocommerce_category_archive_display','','yes'),(21992,'woocommerce_default_catalog_orderby','menu_order','yes'),(21993,'woocommerce_cart_redirect_after_add','no','yes'),(21994,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(21995,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(21996,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(21997,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(21998,'woocommerce_enable_lightbox','yes','yes'),(21999,'woocommerce_manage_stock','yes','yes'),(22000,'woocommerce_hold_stock_minutes','60','no'),(22001,'woocommerce_notify_low_stock','yes','no'),(22002,'woocommerce_notify_no_stock','yes','no'),(22003,'woocommerce_stock_email_recipient','support@architectsmarketing.com','no'),(22004,'woocommerce_notify_low_stock_amount','2','no'),(22005,'woocommerce_notify_no_stock_amount','0','no'),(22006,'woocommerce_hide_out_of_stock_items','no','yes'),(22007,'woocommerce_stock_format','','yes'),(22008,'woocommerce_file_download_method','force','no'),(22009,'woocommerce_downloads_require_login','no','no'),(22010,'woocommerce_downloads_grant_access_after_payment','yes','no'),(22011,'woocommerce_calc_taxes','no','yes'),(22012,'woocommerce_prices_include_tax','no','yes'),(22013,'woocommerce_tax_based_on','shipping','yes'),(22014,'woocommerce_shipping_tax_class','title','yes'),(22015,'woocommerce_tax_round_at_subtotal','no','yes'),(22016,'woocommerce_tax_classes','Reduced Rate\nZero Rate','yes'),(22017,'woocommerce_tax_display_shop','excl','yes'),(22018,'woocommerce_tax_display_cart','excl','no'),(22019,'woocommerce_price_display_suffix','','yes'),(22020,'woocommerce_tax_total_display','itemized','no'),(22021,'woocommerce_enable_coupons','yes','no'),(22022,'woocommerce_enable_guest_checkout','yes','no'),(22023,'woocommerce_force_ssl_checkout','no','yes'),(22024,'woocommerce_unforce_ssl_checkout','no','yes'),(22025,'woocommerce_cart_page_id','','yes'),(22026,'woocommerce_checkout_page_id','','yes'),(22027,'woocommerce_terms_page_id','','no'),(22028,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(22029,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(22030,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(22031,'woocommerce_calc_shipping','yes','yes'),(22032,'woocommerce_enable_shipping_calc','yes','no'),(22033,'woocommerce_shipping_cost_requires_address','no','no'),(22034,'woocommerce_shipping_method_format','','no'),(22035,'woocommerce_ship_to_destination','billing','no'),(22036,'woocommerce_ship_to_countries','','yes'),(22037,'woocommerce_specific_ship_to_countries','','yes'),(22038,'woocommerce_myaccount_page_id','','yes'),(22039,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(22040,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(22041,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(22042,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(22043,'woocommerce_logout_endpoint','customer-logout','yes'),(22044,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(22045,'woocommerce_enable_myaccount_registration','no','no'),(22046,'woocommerce_enable_checkout_login_reminder','yes','no'),(22047,'woocommerce_registration_generate_username','yes','no'),(22048,'woocommerce_registration_generate_password','no','no'),(22049,'woocommerce_email_from_name','AMG Architects','no'),(22050,'woocommerce_email_from_address','support@architectsmarketing.com','no'),(22051,'woocommerce_email_header_image','','no'),(22052,'woocommerce_email_footer_text','AMG Architects - Powered by WooCommerce','no'),(22053,'woocommerce_email_base_color','#557da1','no'),(22054,'woocommerce_email_background_color','#f5f5f5','no'),(22055,'woocommerce_email_body_background_color','#fdfdfd','no'),(22056,'woocommerce_email_text_color','#505050','no'),(22057,'woocommerce_db_version','2.3.13','yes'),(22058,'woocommerce_version','2.3.13','yes'),(22059,'woocommerce_admin_notices','a:0:{}','yes'),(22074,'woocommerce_meta_box_errors','a:0:{}','yes'),(22103,'woocommerce_allow_tracking','no','yes'),(22970,'revslider-valid-notice','false','yes'),(24948,'finished_splitting_shared_terms','1','yes'),(39665,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39666,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39667,'widget_tag_cloud','a:2:{i:2;a:3:{s:5:\"title\";s:11:\"Blog & News\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(39668,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39669,'widget_appointments_services','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39670,'widget_appointments_service_providers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39671,'widget_appointments_monthly_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39672,'widget_master-slider-main-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39673,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39674,'widget_displaytweetswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39675,'widget_twinesocial_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39676,'widget_area','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39677,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39678,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39679,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39680,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39681,'widget_googleplus-badge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39682,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39684,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39685,'widget_wpcom_social_media_icons_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39686,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39687,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39688,'widget_media','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39689,'widget_ads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39690,'widget_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39691,'widget_wi_google_badge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39692,'widget_latest-projects','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39693,'widget_quick-flickr-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40243,'site_icon','0','yes'),(40244,'medium_large_size_w','768','yes'),(40245,'medium_large_size_h','0','yes'),(40779,'wpseo_dismiss_recalculate','1','yes'),(42631,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(42633,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(45493,'TCM_ShowWhatsNewSeenVersion','8','yes'),(45494,'TCM_PluginInstallDate[tracking-code-manager]','1455730497','yes'),(45495,'TCM_PluginUpdateDate[tracking-code-manager]','1455730497','yes'),(45496,'TCM_ShowWhatsNew','0','yes'),(45497,'TCM_PluginFirstInstall','0','yes'),(45498,'TCM_ShowActivationNotice','0','yes'),(47712,'swpsmtp_options','a:3:{s:16:\"from_email_field\";s:28:\"eric@architectsmarketing.com\";s:15:\"from_name_field\";s:11:\"Eric Bobrow\";s:13:\"smtp_settings\";a:6:{s:4:\"host\";s:19:\"smtp.spamarrest.com\";s:15:\"type_encryption\";s:4:\"none\";s:4:\"port\";s:2:\"25\";s:13:\"autentication\";s:3:\"yes\";s:8:\"username\";s:10:\"EricBobrow\";s:8:\"password\";s:16:\"ZGFuY2VyMjAwMA==\";}}','yes'),(47723,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47726,'mc4wp_flash_messages','a:0:{}','yes'),(60721,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(61436,'mc4wp_version','4.2.5','yes'),(62010,'jetpack_portfolio','0','yes'),(62011,'sharedaddy_disable_resources','0','yes'),(62012,'jetpack_sync_settings_disable','0','yes'),(62017,'gravatar_disable_hovercards','0','yes'),(62018,'safecss_add','','yes'),(62019,'verification_services_codes','0','yes'),(62020,'safecss_revision_migrated','0','yes'),(62021,'safecss','','yes'),(66793,'do_activate','0','yes'),(70772,'ls-db-version','5.0.0','yes'),(71672,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(73419,'jivosite_widget_id','z3qeEnjuZA','yes'),(73911,'jivosite_token','2442df540160ddb80e7da386719081cb','yes'),(75268,'tve_tcb_db_version','1.1','yes'),(75483,'tve_leads_ajax_load','0','yes'),(75484,'tve_leads_db_version','1.21','yes'),(75486,'widget_widget_thrive_leads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(77037,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(77038,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(77039,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(77110,'jetpack_log','a:2:{i:0;a:5:{s:4:\"time\";i:1485314283;s:7:\"user_id\";i:12;s:7:\"blog_id\";i:84456575;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}i:1;a:4:{s:4:\"time\";i:1529123192;s:7:\"user_id\";i:2;s:7:\"blog_id\";i:84456575;s:4:\"code\";s:8:\"register\";}}','no'),(78865,'jetpack_sitemap_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(78866,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(78868,'jetpack_sitemap_location','','yes'),(78872,'jetpack-sitemap-state','a:5:{s:12:\"sitemap-type\";s:10:\"jp_sitemap\";s:10:\"last-added\";i:0;s:6:\"number\";i:0;s:13:\"last-modified\";s:19:\"1970-01-01 00:00:00\";s:3:\"max\";a:0:{}}','yes'),(81836,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(81837,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(81838,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(88713,'mbYTPlayer_price','a:3:{s:6:\"result\";s:2:\"OK\";s:3:\"COM\";s:2:\"12\";s:3:\"DEV\";s:2:\"55\";}','yes'),(91246,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91247,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91248,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94323,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101022,'wpseo_license_server_version','2','yes'),(104181,'mbYTPlayer_notice_dismiss','[\"mbYTPlayer0_3.1.55\",\"mbYTPlayer0_3.2.0\",\"mbYTPlayer0_3.2.2\",\"mbYTPlayer0_3.2.3\"]','yes'),(108242,'ossdl_off_cdn_url','http://shererandssociates.archwebsite.com','yes'),(108243,'ossdl_off_blog_url','http://shererandssociates.archwebsite.com','yes'),(108244,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(108245,'ossdl_off_exclude','.php','yes'),(108246,'ossdl_cname','','yes'),(108290,'wpsupercache_gc_time','1512842524','yes'),(115130,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121351,'fresh_site','0','yes'),(124674,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142470,'category_children','a:0:{}','yes'),(142840,'portfolio_category_children','a:0:{}','yes'),(143367,'amazonS3_cache','a:11:{s:105:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";i:381;s:105:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:42:\"//archreach-demo.archfollowup.com/proc.php\";a:1:{s:9:\"timestamp\";i:1528452221;}s:45:\"//archreach-demo.archfollowup.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1528452261;}s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1534829402;}s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1538242773;}s:97:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";i:381;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";s:3:\"501\";s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";s:3:\"501\";s:91:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\";s:3:\"661\";s:83:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\";s:3:\"661\";}','yes'),(143505,'jetpack_dismissed_connection_banner','1','yes'),(145544,'bugherd_options','a:4:{s:24:\"bugherd_integration_code\";s:22:\"ceffhxyp310n9suxgvpmdq\";s:11:\"user_levels\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:12:\"enable_admin\";s:2:\"no\";s:5:\"sites\";a:0:{}}','yes'),(147311,'jetpack_tos_agreed','1','yes'),(147312,'jetpack_secrets','a:1:{s:19:\"jetpack_authorize_2\";a:3:{s:8:\"secret_1\";s:32:\"bRmVK6nNYS7ASM9DCsA9mhazr6JYVzeH\";s:8:\"secret_2\";s:32:\"MoaB1a3cj8nAJbRP4QM87JPoquzGJ5n0\";s:3:\"exp\";i:1529130609;}}','no'),(147328,'jetpack_sync_settings_max_queue_size','1000','yes'),(147329,'jetpack_sync_settings_max_queue_lag','900','yes'),(147337,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(147338,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(147339,'jetpack_sync_settings_upload_max_rows','500','yes'),(147340,'jetpack_sync_settings_sync_wait_time','10','yes'),(147341,'jetpack_sync_settings_sync_wait_threshold','5','yes'),(147342,'jetpack_sync_settings_enqueue_wait_time','10','yes'),(147343,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(147344,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(147345,'jetpack_sync_settings_render_filtered_content','0','yes'),(147346,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(147347,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(147348,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(147349,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(147350,'jetpack_sync_settings_sync_via_cron','1','yes'),(147351,'jetpack_sync_settings_cron_sync_time_limit','30','yes'),(147420,'jetpack_constants_sync_checksum','a:19:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:2711055514;s:14:\"WP_CONTENT_DIR\";i:174545314;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:307273608;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:1137969549;s:15:\"WP_MEMORY_LIMIT\";i:464916964;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;}','yes'),(147421,'jpsq_sync_checkout','0:0','no'),(147422,'jetpack_sync_https_history_home_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(147423,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(147424,'jetpack_next_sync_time_sync','1529123503','yes'),(147425,'jetpack_next_sync_time_full-sync-enqueue','1531530723','yes'),(147426,'jpsq_full_sync_checkout','0:0','no'),(147427,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(147430,'jetpack_callables_sync_checksum','a:36:{s:18:\"wp_max_upload_size\";i:1580167435;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:4261170317;s:17:\"main_network_site\";i:504892790;s:8:\"site_url\";i:1190337771;s:8:\"home_url\";i:1190337771;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2266355527;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:440595157;s:10:\"post_types\";i:1904342235;s:18:\"post_type_features\";i:1470959611;s:10:\"shortcodes\";i:4004384015;s:27:\"rest_api_allowed_post_types\";i:696315151;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:3737329156;s:11:\"get_plugins\";i:467321768;s:24:\"get_plugins_action_links\";i:4276885703;s:14:\"active_modules\";i:369320838;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:1599816931;s:8:\"timezone\";i:4162107118;s:12:\"network_name\";i:3434641663;s:31:\"network_allow_new_registrations\";i:826414027;s:21:\"network_add_new_users\";i:4261170317;s:25:\"network_site_upload_space\";i:808273962;s:25:\"network_upload_file_types\";i:147053542;s:35:\"network_enable_administration_menus\";i:223132457;}','no'),(147435,'jetpack_next_sync_time_full_sync','1529123866','yes'),(147438,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147440,'jetpack_testimonial','0','yes'),(147452,'jetpack_active_plan','a:8:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:18:\"product_name_short\";s:4:\"Free\";s:10:\"free_trial\";b:0;s:7:\"expired\";b:0;s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:2:{i:0;s:7:\"akismet\";i:1;s:7:\"support\";}s:9:\"available\";a:10:{s:7:\"akismet\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"support\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(147477,'jetpack_plugin_api_action_links','a:14:{s:29:\"appointments/appointments.php\";a:1:{s:8:\"Settings\";s:78:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=app_settings\";}s:43:\"auto-hide-admin-bar/auto-hide-admin-bar.php\";a:2:{s:8:\"Settings\";s:95:\"http://shererandssociates.archwebsite.com/wp-admin/options-general.php?page=auto-hide-admin-bar\";s:6:\"Donate\";s:61:\"https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar\";}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";a:1:{s:8:\"Settings\";s:92:\"http://shererandssociates.archwebsite.com/wp-admin/options-general.php?page=breadcrumb-navxt\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{s:8:\"Settings\";s:71:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=wpcf7\";}s:36:\"display-tweets-php/displaytweets.php\";a:1:{s:8:\"Settings\";s:89:\"http://shererandssociates.archwebsite.com/wp-admin/options-general.php?page=displaytweets\";}s:81:\"duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php\";a:1:{s:8:\"Settings\";s:91:\"http://shererandssociates.archwebsite.com/wp-admin/options-general.php?page=gtm4wp-settings\";}s:19:\"jetpack/jetpack.php\";a:3:{s:7:\"Jetpack\";s:73:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=jetpack\";s:8:\"Settings\";s:83:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=jetpack#/settings\";s:7:\"Support\";s:82:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=jetpack-debugger\";}s:31:\"master-slider/master-slider.php\";a:2:{s:8:\"Settings\";s:87:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=master-slider-setting\";s:6:\"Go Pro\";s:19:\"http://avt.li/mslgo\";}s:27:\"wpmbytplayer/mbYTPlayer.php\";a:1:{s:7:\"Go PLUS\";s:57:\"https://pupunzi.com/wpPlus/go-plus.php?plugin_prefix=YTPL\";}s:31:\"tracking-code-manager/index.php\";a:2:{s:8:\"Settings\";s:109:\"http://shererandssociates.archwebsite.com/wp-admin/options-general.php?page=tracking-code-manager&tab=manager\";s:7:\"PREMIUM\";s:46:\"http://www.intellywp.com/tracking-code-manager\";}s:35:\"twine-social/twinesocial-widget.php\";a:2:{s:8:\"Settings\";s:89:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=twinesocial-key-setting\";s:25:\"Visit TwineSocial Website\";s:48:\"http://www.twinesocial.com/?utm_source=wordpress\";}s:39:\"wp-migrate-db-pro/wp-migrate-db-pro.php\";a:1:{s:8:\"Settings\";s:84:\"http://archwebsite.com/wp-admin/network/settings.php?page=wp-migrate-db-pro#settings\";}s:61:\"amazon-s3-and-cloudfront-pro/amazon-s3-and-cloudfront-pro.php\";a:1:{s:8:\"Settings\";s:82:\"http://archwebsite.com/wp-admin/network/settings.php?page=amazon-s3-and-cloudfront\";}s:24:\"wordpress-seo/wp-seo.php\";a:3:{s:3:\"FAQ\";s:129:\"https://yoa.st/1yc?php_version=7.0.30&platform=wordpress&platform_version=4.9.7&software=free&software_version=7.7.3&role=unknown\";s:15:\"Premium Support\";s:129:\"https://yoa.st/1yb?php_version=7.0.30&platform=wordpress&platform_version=4.9.7&software=free&software_version=7.7.3&role=unknown\";s:8:\"Settings\";s:81:\"http://shererandssociates.archwebsite.com/wp-admin/admin.php?page=wpseo_dashboard\";}}','yes'),(147478,'post_by_email_address2','NULL','yes'),(147479,'monitor_receive_notifications','1','yes'),(147481,'jetpack_last_connect_url_check','1529123409','no'),(147505,'jetpack_restapi_stats_cache','a:1:{s:32:\"49e865433e6662b615adae07ac448783\";a:1:{i:1529123424;O:8:\"stdClass\":3:{s:4:\"date\";s:10:\"2018-06-16\";s:5:\"stats\";O:8:\"stdClass\":19:{s:14:\"visitors_today\";i:0;s:18:\"visitors_yesterday\";i:0;s:8:\"visitors\";i:0;s:11:\"views_today\";i:0;s:15:\"views_yesterday\";i:0;s:14:\"views_best_day\";s:0:\"\";s:20:\"views_best_day_total\";i:0;s:5:\"views\";i:0;s:8:\"comments\";i:0;s:5:\"posts\";i:0;s:14:\"followers_blog\";i:0;s:18:\"followers_comments\";i:0;s:18:\"comments_per_month\";i:0;s:31:\"comments_most_active_recent_day\";s:0:\"\";s:25:\"comments_most_active_time\";s:3:\"N/A\";s:13:\"comments_spam\";i:0;s:10:\"categories\";i:0;s:4:\"tags\";i:0;s:6:\"shares\";i:0;}s:6:\"visits\";O:8:\"stdClass\":3:{s:4:\"unit\";s:3:\"day\";s:6:\"fields\";a:3:{i:0;s:6:\"period\";i:1;s:5:\"views\";i:2;s:8:\"visitors\";}s:4:\"data\";a:0:{}}}}}','no'),(147536,'jetpack_sync_full__started','1529123489','no'),(147537,'jetpack_sync_full__params','','no'),(147538,'jetpack_sync_full_config','a:9:{s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:15:\"network_options\";b:1;s:5:\"terms\";b:1;s:6:\"themes\";b:1;s:5:\"users\";b:1;s:5:\"posts\";b:1;s:7:\"updates\";b:1;}','no'),(147539,'jetpack_sync_full_enqueue_status','a:18:{s:9:\"constants\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:\"functions\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:\"options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:15:\"network_options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"terms\";a:3:{i:0;i:3;i:1;i:3;i:2;b:1;}s:6:\"themes\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"menus\";b:0;s:5:\"users\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"posts\";a:3:{i:0;i:29;i:1;i:29;i:2;b:1;}s:6:\"import\";b:0;s:7:\"protect\";b:0;s:8:\"comments\";b:0;s:7:\"updates\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:11:\"attachments\";b:0;s:4:\"meta\";b:0;s:7:\"plugins\";b:0;s:9:\"full-sync\";b:0;s:5:\"stats\";b:0;}','no'),(147580,'jetpack_sync_full__queue_finished','1529123489','yes'),(147582,'jetpack_sync_full__send_started','1529123499','no'),(147583,'jetpack_sync_full__constants_sent','1','no'),(147584,'jetpack_sync_full__functions_sent','1','no'),(147585,'jetpack_sync_full__options_sent','1','no'),(147586,'jetpack_sync_full__network_options_sent','1','no'),(147587,'jetpack_sync_full__terms_sent','3','no'),(147588,'jetpack_sync_full__themes_sent','1','no'),(147589,'jetpack_sync_full__users_sent','1','no'),(147590,'jetpack_sync_full__posts_sent','29','no'),(147658,'jetpack_sync_full__updates_sent','1','no'),(147659,'jetpack_sync_full__finished','1529123856','no'),(152920,'gtm4wp-options','a:92:{s:8:\"gtm-code\";s:11:\"GTM-MQQCMHZ\";s:27:\"gtm-datalayer-variable-name\";s:0:\"\";s:18:\"gtm-code-placement\";i:0;s:16:\"gtm-env-gtm-auth\";s:0:\"\";s:19:\"gtm-env-gtm-preview\";s:0:\"\";s:19:\"include-remarketing\";b:0;s:16:\"include-loggedin\";b:0;s:16:\"include-userrole\";b:0;s:14:\"include-userid\";b:0;s:17:\"include-useremail\";b:0;s:19:\"include-userregdate\";b:0;s:16:\"include-username\";b:0;s:18:\"include-visitor-ip\";b:0;s:16:\"include-posttype\";b:1;s:18:\"include-categories\";b:1;s:12:\"include-tags\";b:1;s:14:\"include-author\";b:1;s:16:\"include-authorid\";b:0;s:16:\"include-postdate\";b:0;s:17:\"include-posttitle\";b:0;s:17:\"include-postcount\";b:0;s:14:\"include-postid\";b:0;s:18:\"include-postformat\";b:0;s:18:\"include-searchdata\";b:0;s:19:\"include-browserdata\";b:0;s:14:\"include-osdata\";b:0;s:18:\"include-devicedata\";b:0;s:15:\"include-weather\";b:0;s:20:\"weather-weatherunits\";i:0;s:29:\"weather-openweathermap-apikey\";s:0:\"\";s:14:\"include-siteid\";b:0;s:16:\"include-sitename\";b:0;s:15:\"include-miscgeo\";b:0;s:14:\"event-outbound\";b:0;s:15:\"event-downloads\";b:0;s:25:\"event-download-extensions\";s:45:\"pdf,doc,docx,xls,xlsx,ppt,pptx,zip,rar,gz,tar\";s:18:\"event-email-clicks\";b:0;s:15:\"event-form-move\";b:1;s:12:\"event-social\";b:0;s:13:\"event-youtube\";b:0;s:11:\"event-vimeo\";b:0;s:16:\"event-soundcloud\";b:0;s:16:\"scroller-enabled\";b:0;s:19:\"scroller-debug-mode\";b:0;s:22:\"scroller-callback-time\";i:100;s:17:\"scroller-distance\";i:150;s:18:\"scroller-contentid\";s:7:\"content\";s:19:\"scroller-readertime\";i:60;s:16:\"blacklist-enable\";i:0;s:19:\"blacklist-adadvisor\";b:0;s:16:\"blacklist-adroll\";b:0;s:28:\"blacklist-adwords-conversion\";b:0;s:29:\"blacklist-adwords-remarketing\";b:0;s:14:\"blacklist-bizo\";b:0;s:19:\"blacklist-clicktale\";b:0;s:18:\"blacklist-comscore\";b:0;s:21:\"blacklist-custom-html\";b:0;s:24:\"blacklist-custom-img-tag\";b:0;s:29:\"blacklist-doubleclick-counter\";b:0;s:27:\"blacklist-doubleclick-sales\";b:0;s:26:\"blacklist-google-analytics\";b:0;s:15:\"blacklist-marin\";b:0;s:26:\"blacklist-mediaplex-iframe\";b:0;s:23:\"blacklist-mediaplex-roi\";b:0;s:23:\"blacklist-media6degrees\";b:0;s:25:\"blacklist-turn-conversion\";b:0;s:19:\"blacklist-turn-data\";b:0;s:29:\"blacklist-universal-analytics\";b:0;s:27:\"blacklist-macro-dom-element\";b:1;s:25:\"blacklist-macro-custom-js\";b:1;s:31:\"blacklist-macro-constant-string\";b:1;s:32:\"blacklist-macro-1st-party-cookie\";b:1;s:26:\"blacklist-macro-event-name\";b:1;s:35:\"blacklist-macro-javascript-variable\";b:1;s:34:\"blacklist-macro-datalayer-variable\";b:1;s:29:\"blacklist-macro-random-number\";b:1;s:24:\"blacklist-macro-referrer\";b:1;s:19:\"blacklist-macro-url\";b:1;s:34:\"blacklist-macro-autoevent-variable\";b:1;s:15:\"integrate-wpcf7\";b:0;s:45:\"integrate-woocommerce-track-classic-ecommerce\";b:0;s:46:\"integrate-woocommerce-track-enhanced-ecommerce\";b:0;s:33:\"integrate-woocommerce-remarketing\";b:0;s:40:\"integrate-woocommerce-remarketing-usesku\";b:0;s:44:\"integrate-woocommerce-use-full-category-path\";b:0;s:49:\"integrate-woocommerce-remarketing-productidprefix\";s:0:\"\";s:40:\"integrate-woocommerce-cart-as-first-step\";b:0;s:35:\"integrate-woocommerce-customer-data\";b:0;s:32:\"integrate-google-optimize-idlist\";s:0:\"\";s:33:\"integrate-google-optimize-timeout\";i:4000;s:23:\"integrate-wp-e-commerce\";b:0;i:0;s:0:\"\";}','yes'),(152952,'ga2_settings','a:2:{s:14:\"track_settings\";a:7:{s:13:\"tracking_code\";s:14:\"UA-101430796-7\";s:27:\"google_analytics_account_id\";s:1:\"0\";s:12:\"anonymize_ip\";s:1:\"0\";s:19:\"display_advertising\";s:1:\"0\";s:8:\"_wpnonce\";s:10:\"1d015a053f\";s:16:\"_wp_http_referer\";s:100:\"/wp-admin/options-general.php?page=google-analytics&dmsg=You+are+successfuly+logged+in.&type=success\";s:6:\"submit\";s:12:\"Save Changes\";}s:12:\"google_login\";a:6:{s:8:\"token_id\";s:1:\"2\";s:5:\"token\";s:1105:\"{\"access_token\":\"ya29.GlviBcKGxz5K6I27X16hM2h660NpS2fMPWemXMFxEp6xQbTQbfKs71hCvxVTNFhCbwnxN0oE6yLcQ9G7IpDub6ICR-9EcJM_w7L_zpfTlYMgOxF1a9F2CbbSMHXY\",\"expires_in\":3600,\"id_token\":\"eyJhbGciOiJSUzI1NiIsImtpZCI6ImRhZDQ0NzM5NTc2NDg1ZWMzMGQyMjg4NDJlNzNhY2UwYmMzNjdiYzQifQ.eyJhenAiOiI2NDAwNTAxMjM1MjEtcjVicDQxNDJuaDZka2g4Ym4wZTZzbjNwdjg1MnYzZm0uYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJhdWQiOiI2NDAwNTAxMjM1MjEtcjVicDQxNDJuaDZka2g4Ym4wZTZzbjNwdjg1MnYzZm0uYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMTAzMzY4Mjg3NTQ0MDcxNjc0NzEiLCJhdF9oYXNoIjoidGZBUUc4OWxITjVRZXlGR3A4emZZQSIsImV4cCI6MTUyOTY2NDQ4OSwiaXNzIjoiYWNjb3VudHMuZ29vZ2xlLmNvbSIsImlhdCI6MTUyOTY2MDg4OX0.tx_M18IJ5g3pnEDqhPDrzeIWBXX02ObD98oQuvyzu_xrejXKmpNM_rwnSkRQtnvxEYZbkvUEsDG9mYaek7E6Uu4kDuMjnPclg000TYS5BS0P_ZNXuzPzRmhSMhAX3hJQNr-OuMHRI5vHWYXd0VlRBRXJGwSvll3Ey0JsDO6IYL0Hx48HC-g91zj2xFnF6y5OOO9Rt0C2F0JwibS7iFPJndFCR4GZZWQq-xj-MGMksyYbH7TdsMwsyRdp5TJP1eXa_wwRiSlGfd_PDPgNjXDinPvrxuygzHepdXiOMl6a2BWK90-0amnM5naAIcJNVkCUJzFjxKioz6CU_ZH97YZKXQ\",\"refresh_token\":\"1\\/_aWApOqJfeXl-Kc3rw9LGwNRgHNABozXQDmhb7EKNCo\",\"token_type\":\"Bearer\",\"created\":1529660889}\";s:13:\"orginal_token\";s:1105:\"{\"access_token\":\"ya29.GlviBcKGxz5K6I27X16hM2h660NpS2fMPWemXMFxEp6xQbTQbfKs71hCvxVTNFhCbwnxN0oE6yLcQ9G7IpDub6ICR-9EcJM_w7L_zpfTlYMgOxF1a9F2CbbSMHXY\",\"expires_in\":3600,\"id_token\":\"eyJhbGciOiJSUzI1NiIsImtpZCI6ImRhZDQ0NzM5NTc2NDg1ZWMzMGQyMjg4NDJlNzNhY2UwYmMzNjdiYzQifQ.eyJhenAiOiI2NDAwNTAxMjM1MjEtcjVicDQxNDJuaDZka2g4Ym4wZTZzbjNwdjg1MnYzZm0uYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJhdWQiOiI2NDAwNTAxMjM1MjEtcjVicDQxNDJuaDZka2g4Ym4wZTZzbjNwdjg1MnYzZm0uYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMTAzMzY4Mjg3NTQ0MDcxNjc0NzEiLCJhdF9oYXNoIjoidGZBUUc4OWxITjVRZXlGR3A4emZZQSIsImV4cCI6MTUyOTY2NDQ4OSwiaXNzIjoiYWNjb3VudHMuZ29vZ2xlLmNvbSIsImlhdCI6MTUyOTY2MDg4OX0.tx_M18IJ5g3pnEDqhPDrzeIWBXX02ObD98oQuvyzu_xrejXKmpNM_rwnSkRQtnvxEYZbkvUEsDG9mYaek7E6Uu4kDuMjnPclg000TYS5BS0P_ZNXuzPzRmhSMhAX3hJQNr-OuMHRI5vHWYXd0VlRBRXJGwSvll3Ey0JsDO6IYL0Hx48HC-g91zj2xFnF6y5OOO9Rt0C2F0JwibS7iFPJndFCR4GZZWQq-xj-MGMksyYbH7TdsMwsyRdp5TJP1eXa_wwRiSlGfd_PDPgNjXDinPvrxuygzHepdXiOMl6a2BWK90-0amnM5naAIcJNVkCUJzFjxKioz6CU_ZH97YZKXQ\",\"refresh_token\":\"1\\/_aWApOqJfeXl-Kc3rw9LGwNRgHNABozXQDmhb7EKNCo\",\"token_type\":\"Bearer\",\"created\":1529660889}\";s:6:\"expire\";i:1529664489;s:12:\"token_secret\";i:1;s:9:\"logged_in\";i:2;}}','yes'),(154280,'tcb_symbols_tax_children','a:0:{}','yes'),(154282,'global_lp_scripts','a:0:{}','yes'),(154892,'master-slider_ab_pro_feature_panel_content_type','1','yes'),(154893,'master-slider_ab_pro_feature_setting_content_type','1','yes'),(154907,'wpseo_onpage','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1540676471;}','yes'),(156383,'mc4wp','a:4:{s:7:\"api_key\";s:0:\"\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1534647443;}','yes'),(160673,'thrive_tt_shares','a:2:{s:8:\"facebook\";a:2:{s:5:\"count\";i:16156;s:10:\"last_fetch\";i:1535474630;}s:6:\"google\";a:2:{s:5:\"count\";i:0;s:10:\"last_fetch\";i:1535474630;}}','yes'),(161070,'duplicate_post_copytitle','1','yes'),(161071,'duplicate_post_copydate','0','yes'),(161072,'duplicate_post_copyslug','0','yes'),(161073,'duplicate_post_copycontent','1','yes'),(161074,'duplicate_post_copythumbnail','1','yes'),(161075,'duplicate_post_copytemplate','1','yes'),(161076,'duplicate_post_copyformat','1','yes'),(161077,'duplicate_post_copyauthor','0','yes'),(161078,'duplicate_post_copypassword','0','yes'),(161079,'duplicate_post_copycomments','0','yes'),(161080,'duplicate_post_copymenuorder','1','yes'),(161081,'duplicate_post_blacklist','','yes'),(161082,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(161083,'duplicate_post_show_bulkactions','1','yes'),(166593,'tve_user_templates','a:5:{i:0;a:6:{s:4:\"name\";s:16:\"10 Things Opt-In\";s:7:\"content\";s:929:\"<div class=\\\"thrv_wrapper thrv-columns\\\"><div class=\\\"tcb-flex-row tcb--cols--2\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_custom_html_shortcode\\\">[center_heading h=\\\"h4\\\"]Free Guide[/center_heading]</div><div class=\\\"thrv_wrapper thrv_text_element\\\"><h4><img src=\\\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\\\" alt=\\\"\\\" width=\\\"400\\\" height=\\\"533\\\"></h4></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_custom_html_shortcode\\\">[center_heading h=\\\"h4\\\" subtitle=\\\"Enter Your Name And Best Email\\\"]Download Here[/center_heading]\n<div class=\\\"_form_1\\\"></div>\n<code class=\\\"tve_js_placeholder\\\">[tcb-script src=\\\"https://shererarch.activehosted.com/f/embed.php?id=1\\\" type=\\\"text/javascript\\\" charset=\\\"utf-8\\\"][/tcb-script]</code></div></div></div></div></div>\";s:4:\"type\";s:7:\"columns\";s:11:\"id_category\";s:4:\"null\";s:3:\"css\";N;s:9:\"media_css\";a:1:{i:0;s:0:\"\";}}i:1;a:7:{s:4:\"name\";s:34:\"Centered Heading with Border Lines\";s:7:\"content\";s:349:\"<div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\\\" data-css=\\\"tve-u-1660d3734fd\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element h\\\" data-css=\\\"tve-u-1660d366553\\\"><h4 style=\\\"text-align: center;\\\">Free Guide</h4></div></div>\n</div>\";s:4:\"type\";s:10:\"contentbox\";s:11:\"id_category\";s:4:\"null\";s:3:\"css\";N;s:9:\"media_css\";a:4:{i:0;s:0:\"\";s:18:\"(min-width: 300px)\";s:185:\"[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }\";s:19:\"(max-width: 1023px)\";s:0:\"\";s:18:\"(max-width: 767px)\";s:0:\"\";}s:9:\"image_url\";s:138:\"https://shererarch.archwebsite.com/wp-content/uploads/sites/371/thrive-visual-editor/user_templates/Centered-Heading-with-Border-Lines.png\";}i:2;a:7:{s:4:\"name\";s:30:\"Centered Heading with Subtitle\";s:7:\"content\";s:668:\"<div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\\\" data-css=\\\"tve-u-1660d38cef1\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element h\\\" data-css=\\\"tve-u-1660d38cef0\\\"><h4 style=\\\"text-align: center;\\\">Download Here</h4></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\\\" data-css=\\\"tve-u-1660d3b5312\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-1660d3b7d8e\\\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div>\";s:4:\"type\";s:10:\"contentbox\";s:11:\"id_category\";s:4:\"null\";s:3:\"css\";N;s:9:\"media_css\";a:4:{i:0;s:0:\"\";s:18:\"(min-width: 300px)\";s:342:\"[data-css=\"tve-u-1660d38cef0\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d38cef1\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3b5312\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3b7d8e\"] { margin-top: -15px !important; }\";s:19:\"(max-width: 1023px)\";s:0:\"\";s:18:\"(max-width: 767px)\";s:0:\"\";}s:9:\"image_url\";s:134:\"https://shererarch.archwebsite.com/wp-content/uploads/sites/371/thrive-visual-editor/user_templates/Centered-Heading-with-Subtitle.png\";}i:3;a:6:{s:4:\"name\";s:29:\"Full Page with Sidebar Opt-in\";s:7:\"content\";s:17587:\"<div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\\\" data-css=\\\"tve-u-1660d40abf2\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element h\\\" data-css=\\\"tve-u-1660d40abf1\\\"><h1 style=\\\"text-align: center;\\\">About Us</h1></div></div>\n</div><div class=\\\"thrv_wrapper thrv-columns\\\"><div class=\\\"tcb-flex-row tcb--cols--2\\\"><div class=\\\"tcb-flex-col c-66\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-1660d4900f2\\\"><span class=\\\"tve_image_frame\\\" style=\\\"width: 100%;\\\"><img class=\\\"tve_image wp-image-423\\\" alt=\\\"\\\" width=\\\"267\\\" height=\\\"267\\\" title=\\\"Dan-stairs-Closeup-300-pixel\\\" data-id=\\\"423\\\" src=\\\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\\\" style=\\\"width: 100%;\\\"></span></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\\\" data-css=\\\"tve-u-1660d47fd42\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element h\\\" data-css=\\\"tve-u-1660d47fd40\\\"><h4 style=\\\"text-align: center;\\\">Dan Sherer</h4></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\\\" data-css=\\\"tve-u-1660d47fd43\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-1660d47fd44\\\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\\\"tcb-flex-col c-33\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\\\" data-css=\\\"tve-u-1660d448537\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element h\\\" data-css=\\\"tve-u-1660d448536\\\"><h4 style=\\\"text-align: center;\\\">Free Guide</h4></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\"><p><img src=\\\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\\\" alt=\\\"10 Things To Consider When Developing a Commercial Project\\\" width=\\\"400\\\" height=\\\"533\\\"></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\\\" data-css=\\\"tve-u-1660d43d2da\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element h\\\" data-css=\\\"tve-u-1660d43d2d8\\\"><h4 style=\\\"text-align: center;\\\">Download Here</h4></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\\\" data-css=\\\"tve-u-1660d43d2db\\\">\n<div class=\\\"tve-content-box-background\\\"></div>\n<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-1660d43d2dc\\\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_custom_html_shortcode\\\"><div class=\\\"_form_1\\\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\\\"text\\\"],#_form_5BA94AFB4C66A_ input[type=\\\"date\\\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\\\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\\\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\\\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\\\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\\\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\\\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\\\"text\\\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\\\"date\\\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\\\"text\\\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\\\"text\\\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\\\"checkbox\\\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\\\"text\\\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\\\"checkbox\\\"],#_form_5BA94AFB4C66A_ ._row input[type=\\\"radio\\\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\\\"checkbox\\\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\\\"text\\\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\\\"radio\\\"],#_form_5BA94AFB4C66A_ input[type=\\\"checkbox\\\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\\\"submit\\\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\\\" \\\"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\\\"text\\\"],#_form_5BA94AFB4C66A_._inline-style input[type=\\\"date\\\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\\\"POST\\\" action=\\\"https://shererarch.activehosted.com/proc.php\\\" id=\\\"_form_5BA94AFB4C66A_\\\" class=\\\"_form _form_1 _inline-form _dark\\\" novalidate=\\\"\\\">\n<input type=\\\"hidden\\\" name=\\\"u\\\" value=\\\"5BA94AFB4C66A\\\" data-name=\\\"u\\\">\n<input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"1\\\" data-name=\\\"f\\\">\n<input type=\\\"hidden\\\" name=\\\"s\\\" data-name=\\\"s\\\">\n<input type=\\\"hidden\\\" name=\\\"c\\\" value=\\\"0\\\" data-name=\\\"c\\\">\n<input type=\\\"hidden\\\" name=\\\"m\\\" value=\\\"0\\\" data-name=\\\"m\\\">\n<input type=\\\"hidden\\\" name=\\\"act\\\" value=\\\"sub\\\" data-name=\\\"act\\\">\n<input type=\\\"hidden\\\" name=\\\"v\\\" value=\\\"2\\\" data-name=\\\"v\\\">\n<div class=\\\"_form-content\\\">\n<div class=\\\"_form_element _x88644597 _full_width \\\">\n<label class=\\\"_form-label\\\">Full Name*</label>\n<div class=\\\"_field-wrapper\\\">\n<input type=\\\"text\\\" name=\\\"fullname\\\" placeholder=\\\"Type your name\\\" required=\\\"\\\" data-name=\\\"fullname\\\" style=\\\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\\\">\n</div>\n</div>\n<div class=\\\"_form_element _x37652522 _full_width \\\">\n<label class=\\\"_form-label\\\">Email*</label>\n<div class=\\\"_field-wrapper\\\">\n<input type=\\\"text\\\" name=\\\"email\\\" placeholder=\\\"Type your email\\\" required=\\\"\\\" data-name=\\\"email\\\">\n</div>\n</div>\n<div class=\\\"_form_element _field4 _full_width \\\">\n<label class=\\\"_form-label\\\">City*</label>\n<div class=\\\"_field-wrapper\\\">\n<input type=\\\"text\\\" name=\\\"field[4]\\\" value=\\\"\\\" placeholder=\\\"Type your City\\\" required=\\\"\\\" data-name=\\\"city\\\">\n</div>\n</div>\n<div class=\\\"_form_element _field16 _full_width \\\">\n<label class=\\\"_form-label\\\">Zip*</label>\n<div class=\\\"_field-wrapper\\\">\n<input type=\\\"text\\\" name=\\\"field[16]\\\" value=\\\"\\\" placeholder=\\\"Type your Zip\\\" required=\\\"\\\" data-name=\\\"zip\\\">\n</div>\n</div>\n<div class=\\\"_form_element _field18 _full_width \\\">\n<label class=\\\"_form-label\\\">Type of Project</label>\n<div class=\\\"_field-wrapper\\\">\n<input type=\\\"text\\\" name=\\\"field[18]\\\" value=\\\"\\\" placeholder=\\\"\\\" data-name=\\\"type_of_project\\\">\n</div>\n</div>\n<div class=\\\"_button-wrapper _full_width\\\"><button id=\\\"_form_1_submit\\\" class=\\\"_submit\\\" type=\\\"submit\\\">Send Me The Guide!</button></div> <div class=\\\"_clear-element\\\"></div>\n</div>\n<div class=\\\"_form-thank-you\\\" style=\\\"display:none;\\\"></div>\n</form>\n</div>\n<code class=\\\"tve_js_placeholder\\\">[tcb-script src=\\\"https://shererarch.activehosted.com/f/embed.php?id=1\\\" type=\\\"text/javascript\\\" charset=\\\"utf-8\\\"][/tcb-script]</code></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv_text_element\\\"><p>[testimonial name=\\\"Tim Brown\\\" from=\\\"CEO of IDEO\\\" link=\\\"\\\"]\\\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\\\"[/testimonial]<br>[testimonial name=\\\"Dan Sherer\\\" from=\\\"Sherer and Associates, LLC\\\" link=\\\"\\\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\\\"[/testimonial]</p></div></div>\n</div>\";s:4:\"type\";s:10:\"contentbox\";s:11:\"id_category\";s:4:\"null\";s:3:\"css\";N;s:9:\"media_css\";a:4:{i:0;s:0:\"\";s:18:\"(min-width: 300px)\";s:1176:\"[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }\";s:19:\"(max-width: 1023px)\";s:0:\"\";s:18:\"(max-width: 767px)\";s:0:\"\";}}i:4;a:7:{s:4:\"name\";s:19:\"Background Parallax\";s:7:\"content\";s:487:\"<div class=\\\"thrv_wrapper thrv-page-section tcb-window-width\\\" style=\\\"width: 1605px; left: -252.5px;\\\" data-css=\\\"tve-u-1660d57632f\\\">\n<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-1660d52bb1b\\\"></div>\n<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-1660d528cb9\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-166121596ca\\\"><h3 data-css=\\\"tve-u-1660d558f0c\\\" style=\\\"text-align: center;\\\">Bringing Structure to Life</h3></div></div>\n</div>\";s:4:\"type\";s:7:\"section\";s:11:\"id_category\";s:4:\"null\";s:3:\"css\";N;s:9:\"media_css\";a:4:{i:0;s:86:\"@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");\";s:18:\"(min-width: 300px)\";s:907:\"[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121596ca\"] { position: relative; }[data-css=\"tve-u-1660d528cb9\"]::after { clear: both; }\";s:19:\"(max-width: 1023px)\";s:0:\"\";s:18:\"(max-width: 767px)\";s:0:\"\";}s:9:\"image_url\";s:123:\"https://shererarch.archwebsite.com/wp-content/uploads/sites/371/thrive-visual-editor/user_templates/Background-Parallax.png\";}}','yes'),(175620,'wpseo_taxonomy_meta','a:1:{s:8:\"post_tag\";a:1:{i:21;a:3:{s:13:\"wpseo_focuskw\";s:13:\"on the boards\";s:13:\"wpseo_linkdex\";s:2:\"31\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(177349,'thrv_custom_gradients','a:0:{}','yes'),(178631,'rewrite_rules','a:133:{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:17:\"portfolio_item/?$\";s:29:\"index.php?post_type=portfolio\";s:47:\"portfolio_item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:42:\"portfolio_item/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:34:\"portfolio_item/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$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:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:42:\"portfolio_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio_item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio_item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:55:\"portfolio_item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:43:\"portfolio_item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio_item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=22&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'),(179311,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(179318,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1541204508;s:7:\"checked\";a:5:{s:6:\"sonata\";s:3:\"1.3\";s:18:\"sonata_child_theme\";s:0:\"\";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:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.7.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(179319,'_site_transient_timeout_browser_543775e88f7c2bdea63ea551d4abe2a0','1541806141','no'),(179320,'_site_transient_browser_543775e88f7c2bdea63ea551d4abe2a0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"70.0.3538.77\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(179321,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1541244549','no'),(179322,'_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, 01 Nov 2018 16:46: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: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.1-alpha-43678\";s:7:\"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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Quarterly Updates | Q3 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:61:\"https://wordpress.org/news/2018/11/quarterly-updates-q3-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 Nov 2018 16:46:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s: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:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6206\";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:347:\"To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s: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:13509:\"<p><em>To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s <a href=\"https://make.wordpress.org/updates/team-reps/\">listed representatives</a>. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.</em></p>\n\n<h2><a href=\"https://make.wordpress.org/accessibility/\">Accessibility</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/arush/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>arush</a></li>\n<li><strong>Priority</strong>: Work on authoring a manual for assistive technology users on Gutenberg, led by Claire Brotherton (<a href=\'https://profiles.wordpress.org/abrightclearweb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>abrightclearweb</a>). Continue to work on improving the overall user experience in Gutenberg. Update and organize the WP A11y handbook.</li>\n<li><strong>Struggle</strong>: Lack of developers and accessibility experts to help test and code the milestone issues. Still over 100 outstanding issues, and developing the Gutenberg AT manual helps expose additional issues. The announcement of an accessibility focus on 4.9.9 derailed our planning for Gutenberg in September with minimal productivity, as that goal was quickly withdrawn from the schedule.</li>\n<li><strong>Big Win</strong>: Getting focus constraint implemented in popovers and similar components in Gutenberg.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/cli/\">CLI</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: @danielbachhuber, <a href=\'https://profiles.wordpress.org/schlessera/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>schlessera</a></li>\n<li><strong>Priority</strong>: Current priority is v2.1.0 of WP-CLI, to polish the major refactoring v2.0.0 introduced. You can <a href=\"https://make.wordpress.org/cli/good-first-issues/\">join in or follow progress</a> on their site.</li>\n<li><strong>Struggle</strong>: Getting enough contributors to make peer-review possible/manageable.</li>\n<li><strong>Big Win</strong>: The major refactoring of v2 was mostly without any negative impacts on existing installs. It provided substantial improvements to maintainability including: faster and more reliable testing, more straight-forward changes to individual packages, and simpler contributor on-boarding.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/community/\">Community</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/francina/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>francina</a>, <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a></li>\n<li><strong>Priority</strong>: Supporting contributors of all levels via: monthly <a href=\"https://make.wordpress.org/community/2018/10/08/announcement-monthly-chat-for-wordcamp-organisers/\">WordCamp Organizers chat</a>, better onboarding with a translated <a href=\"https://make.wordpress.org/community/2017/08/11/global-community-team-welcome-pack/\">welcome pack</a>, and Contribution Drive documentation.</li>\n<li><strong>Struggle</strong>: Fewer contributors than usual.</li>\n<li><strong>Big Win</strong>: <a href=\"https://make.wordpress.org/community/2018/09/21/meetup-application-vetting-sprint-26-27-september/\">Meetup Vetting Sprint</a>! </li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/core/\">Core</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a></li>\n<li><strong>Priority</strong>: Continued preparation for the 5.0 release cycle and Gutenberg.</li>\n<li><strong>Struggle</strong>: Identifying tasks for first time contributors, as well as for new-to-JS contributors.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/design/\">Design</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>, <a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>, <a href=\'https://profiles.wordpress.org/boemedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boemedia</a>, <a href=\'https://profiles.wordpress.org/joshuawold/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joshuawold</a>, <a href=\'https://profiles.wordpress.org/mizejewski/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mizejewski</a></li>\n<li><strong>Priority</strong>: Preparing for WordPress 5.0 and continuing to work on better onboarding practices.</li>\n<li><strong>Struggle</strong>: Identifying tasks for contributor days, especially for small- to medium-sized tasks that can be fit into a single day.</li>\n<li><strong>Big Win</strong>: Regular contributions are starting to build up.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/docs/\">Documentation</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/kenshino/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kenshino</a></li>\n<li><strong>Priority</strong>: Getting HelpHub out before WordPress 5.0’s launch to make sure Gutenberg User Docs have a permanent position to reside</li>\n<li><strong>Struggle</strong>: Getting the documentation from HelpHub into WordPress.org/support is more manual than initially anticipated.</li>\n<li><strong>Big Win</strong>: Had a good discussion with the Gutenberg team about their docs and how WordPress.org expects documentation to be distributed (via DevHub, Make and HelpHub). Getting past the code blocks to release HelpHub (soon)</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/hosting/\">Hosting</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/mikeschroder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mikeschroder</a>, <a href=\'https://profiles.wordpress.org/jadonn/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jadonn</a></li>\n<li><strong>Priority</strong>: Helping Gutenberg land well at hosts for users in 5.0.</li>\n<li><strong>Struggle</strong>: Short time frame with few resources to accomplish priority items.</li>\n<li><strong>Big Win</strong>: Preparing Try Gutenberg support guide for hosts during the rollout and good reception from users following it.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/marketing/\">Marketing</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/bridgetwillard/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bridgetwillard</a></li>\n<li><strong>Priority</strong>: Continuing to write and publish case studies from the community.</li>\n<li><strong>Big Win</strong>: Onboarding guide is going well and is currently being <a href=\"https://translate.wordpress.org/projects/meta/get-involved\">translated</a>.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/meta/\">Meta</a> (WordPress.org Site)</h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/tellyworth/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tellyworth</a>, <a href=\'https://profiles.wordpress.org/coffee2code/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coffee2code</a></li>\n<li><strong>Priority</strong>: Support for other teams in the lead up to, and the follow-up of, the release of WP 5.0. ETA is the WP 5.0 release date (Nov 19) and thereafter, unless it gets bumped to next quarter.</li>\n<li><strong>Struggle</strong>: Maintaining momentum on tickets (still).</li>\n<li><strong>Big Win</strong>: Launch of front-end demo of Gutenberg on https://wordpress.org/gutenberg/</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/mobile/\">Mobile</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/elibud/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>elibud</a></li>\n<li><strong>Priority</strong>: Have an alpha version of Gutenberg in the WordPress apps, ETA end of year 2018.</li>\n<li><strong>Struggle</strong>: Unfamiliar tech stack and the goal of reusing as much of Gutenberg-web’s code as possible.</li>\n<li><strong>Big Win</strong>: Running mobile tests on web’s PRs.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/plugins/\">Plugins</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/ipstenu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ipstenu</a></li>\n<li><strong>Priority</strong>: Cleaning up ‘inactive’ users, which was supposed to be complete but some work preparing for 5.0 was necessary.</li>\n<li><strong>Struggles</strong>: Devnotes are lacking for the upcoming release which slows progress.</li>\n<li><strong>Big Win</strong>: No backlog even though a lot were out!</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/polyglots/\">Polyglots</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/petya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>petya</a>, <a href=\'https://profiles.wordpress.org/ocean90/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ocean90</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/chantalc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chantalc</a>, <a href=\'https://profiles.wordpress.org/deconf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>deconf</a>, <a href=\'https://profiles.wordpress.org/casiepa/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>casiepa</a></li>\n<li><strong>Priority</strong>: Help re-activating inactive locale teams.</li>\n<li><strong>Struggle</strong>: Many GTEs are having a hard time keeping up with incoming translation <a href=\"https://make.wordpress.org/polyglots/?resolved=unresolved&tags=editor-requests\">validation and PTE requests</a>.</li>\n<li><strong>Big Win</strong>: Made some progress in locale research and reassigning new GTEs.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/support/\">Support</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a></li>\n<li><strong>Priority:</strong> Preparing for the upcoming 5.0 release</li>\n<li><strong>Struggle</strong>: Finding a good balance between how much we want to help people and how much we are able to help people. Also, contributor recruitment (always a crowd favorite!)</li>\n<li><strong>Big Win</strong>: How well the team, on a global level, has managed to maintain a good flow of user engagement through support.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/themes/\">Theme Review</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/acosmin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>acosmin</a>, <a href=\'https://profiles.wordpress.org/rabmalin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rabmalin</a>, <a href=\'https://profiles.wordpress.org/thinkupthemes/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thinkupthemes</a>, <a href=\'https://profiles.wordpress.org/williampatton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>williampatton</a></li>\n<li><strong>Priority</strong>: Implementing the Theme Sniffer plugin on WordPress.org which is one step forward towards automation. ETA early 2019</li>\n<li><strong>Struggle</strong>: Not having so many contributors/reviewers.</li>\n<li><strong>Big Win</strong>: Implementing <a href=\"https://make.wordpress.org/themes/2018/10/25/new-requirements/\">multiple requirements</a> into our review flow, like screenshots and readme.txt requirements.</li>\n</ul>\n<p></p>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/training/\">Training</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/bethsoderberg/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bethsoderberg</a>, <a href=\'https://profiles.wordpress.org/juliek/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juliek</a></li>\n<li><strong>Priority:</strong> Getting the learn.wordpress.org site designed, developed, and being able to publish lesson plans to it.</li>\n<li><strong>Struggle:</strong> Getting contributors onboard and continually contributing. Part of that is related to the learn.wordpress.org site. People like to see their contributions.</li>\n<li><strong>Big Win</strong>: We have our new workflow and tools in place. We are also streamlining that process to help things go from idea to publication more quickly.</li>\n</ul>\n<p></p>\n<p><em>Interested in updates from the last quarter? You can find those here: <a href=\"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/\">https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6206\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 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/11/the-month-in-wordpress-october-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 Nov 2018 08:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=6230\";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:331:\"Teams across the WordPress project are working hard to make sure everything is ready for the upcoming release of WordPress 5.0. Find out what’s going on and how you can get involved. The Plan for WordPress 5.0 Early this month, the planned release schedule was announced for WordPress 5.0, which was updated a few weeks […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:8071:\"<p>Teams across the WordPress project are working hard to make sure everything is ready for the upcoming release of WordPress 5.0. Find out what’s going on and how you can get involved.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The Plan for WordPress 5.0</h2>\n\n<p>Early this month, <a href=\"https://make.wordpress.org/core/2018/10/03/proposed-wordpress-5-0-scope-and-schedule/\">the planned release schedule was announced</a> for WordPress 5.0, which was <a href=\"https://make.wordpress.org/core/2018/10/31/wordpress-5-0-schedule-updates/\">updated</a> a few weeks later. WordPress 5.0 is a highly anticipated release, as it’s the official launch of Gutenberg — the new block editor for WordPress Core. For more detail, check out this <a href=\"https://make.wordpress.org/core/2018/10/12/granular-timeline/\"> granular timeline</a>.<br></p>\n\n<p>Along with the planned release schedule, <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>, who is heading up this release, <a href=\"https://make.wordpress.org/core/2018/10/03/a-plan-for-5-0/\">announced leads for critical focuses on the project</a>, including <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>, <a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>, <a href=\'https://profiles.wordpress.org/laurelfulford/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurelfulford</a>, <a href=\'https://profiles.wordpress.org/allancole/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>allancole</a>, <a href=\'https://profiles.wordpress.org/lonelyvegan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lonelyvegan</a>, <a href=\'https://profiles.wordpress.org/omarreiss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>omarreiss</a>, <a href=\'https://profiles.wordpress.org/antpb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antpb</a>, <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/danielbachhuber/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>danielbachhuber</a>, and <a href=\'https://profiles.wordpress.org/mcsf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mcsf</a>.<br></p>\n\n<p><a href=\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/\">WordPress 5.0 is currently in its second beta phase</a> and will soon move to the release candidate status. Help test this release right now by installing the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> on your site.<br></p>\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also help out by <a href=\"https://make.wordpress.org/test/\">testing</a> or <a href=\"https://make.wordpress.org/polyglots/2018/10/24/wordpress-5-0-gutenberg-and-twenty-nineteen/\">translating</a> the release into a local language.</p>\n\n<h2>New Editor for WordPress Core</h2>\n\n<p>Active development continues on <a href=\"https://wordpress.org/gutenberg\">Gutenberg</a>, the new editing experience for WordPress Core. <a href=\"https://make.wordpress.org/core/2018/10/31/whats-new-in-gutenberg-31st-october-2/\">The latest release</a> is feature complete, meaning that all further development on it will be to improve existing features and fix outstanding bugs.<br></p>\n\n<p>Some have raised concerns about Gutenberg’s accessibility, prompting the development team <a href=\"https://make.wordpress.org/core/2018/10/18/regarding-accessibility-in-gutenberg/\">to detail some areas</a> in which the new editor is accessible. To help improve things further, the team has made <a href=\"https://make.wordpress.org/core/2018/10/19/call-for-testers-community-gutenberg-accessibility-tests/\">a public call for accessibility testers</a> to assist.<br></p>\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg\">the Gutenberg tag</a> on the Core team blog and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. Read <a href=\"https://make.wordpress.org/test/2018/10/19/gutenberg-needs-testing-areas/\">this guide</a> to find areas where you can have the most impact.</p>\n\n<h2>Migrating HelpHub to WordPress.org</h2>\n\n<p>HelpHub is an ongoing project to move all of WordPress’ user documentation from the <a href=\"https://codex.wordpress.org/\">Codex</a> to the <a href=\"https://wordpress.org/support/\">WordPress Support portal</a>.<br></p>\n\n<p>HelpHub has been developed on <a href=\"https://wp-helphub.com/\">a separate staging server</a> and it’s now time to migrate the new documentation to its home on WordPress.org. The plan is to have everything moved over before WordPress 5.0 is released, so that all the new documentation will be available on the new platform from the start.<br></p>\n\n<p>The HelpHub team has published <a href=\"https://make.wordpress.org/docs/2018/11/01/call-for-volunteers-helphub-migration/\">a call for volunteers</a> to help with the migration. If you would like to get involved, join the #docs channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>, and contact <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a> to get started.</p>\n\n<h2>A New Default Theme for WordPress</h2>\n\n<p><a href=\"https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/\">A brand new default theme — Twenty Nineteen — has been announced</a> with development being led by <a href=\'https://profiles.wordpress.org/allancole/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>allancole</a>. The theme is packaged with WordPress 5.0, so it will be following the same release schedule as Core.<br></p>\n\n<p>The new theme is designed to integrate seamlessly with Gutenberg and showcase how you can build a theme alongside the new block editor and take advantage of the creative freedom that it offers.<br></p>\n\n<p>Want to help build Twenty Nineteen? Join in on <a href=\"https://github.com/WordPress/twentynineteen\">the theme’s GitHub repo</a> and join the #core-themes channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br></p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li>The Support team are putting together more formal <a href=\"https://github.com/Clorith/wporg-support-guidelines\">Support Guidelines</a> for the WordPress Support Forums.</li><li>The group focused on privacy tools in Core <a href=\"https://make.wordpress.org/core/2018/10/11/whats-new-in-core-privacy/\">has released some details</a> on the work they have been doing recently, with a roadmap for their plans over the next few months.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2018/10/15/wordpress-and-php-7-3/\">released an update</a> about how WordPress will be compatible with PHP 7.3.</li><li>The Theme Review Team have published <a href=\"https://make.wordpress.org/themes/2018/10/25/new-requirements/\">some new requirements</a> regarding child themes, readme files and trusted authors in the Theme Directory.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2018/10/23/progressive-web-app-for-wordcamps/\">are working on a PWA service</a> for all WordCamp websites.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><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:\"6230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Oct 2018 05:04:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6222\";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:359:\"WordPress 5.0 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2197:\"<p>WordPress 5.0 Beta 2 is now available!</p>\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n<p>There are two ways to test the WordPress 5.0 Beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href=\"https://wordpress.org/wordpress-5.0-beta2.zip\">download the beta here</a> (zip).</p>\n\n<p>WordPress 5.0 is slated for release on <a href=\"https://make.wordpress.org/core/5-0/\">November 19</a>, and we need your help to get there. Here are some of the big issues that we fixed since Beta 1:</p>\n\n<h2>Block Editor</h2>\n\n<p>We’ve updated to the latest version of the block editor from the Gutenberg plugin, which includes the new <a href=\"https://github.com/WordPress/gutenberg/pull/10209\">Format API</a>, embedding improvements, and <a href=\"https://github.com/WordPress/gutenberg/milestone/71\">a variety of bug fixes</a>.</p>\n\n<p>Meta boxes had a few bugs, and they weren’t showing at all in the block editor, so we’ve fixed and polished there.</p>\n\n<h2>Internationalisation</h2>\n\n<p>We’ve added support for <a href=\"https://core.trac.wordpress.org/ticket/45103\">registering and loading JavaScript translation files</a>.</p>\n\n<h2>Twenty Nineteen</h2>\n\n<p>The <a href=\"https://github.com/WordPress/twentynineteen\">Twenty Nineteen repository</a> is a hive of activity, there have been a stack of minor bugs clean up, and some notable additions:</p>\n\n<ul><li>There’s now a widget area in the page footer.</li><li>Navigation submenus have been implemented for mobile devices.</li><li>Customiser options have been added for changing the theme colours and feature image filters.</li></ul>\n\n<h2>Everything Else</h2>\n\n<p>The REST API has a couple of bug fixes and performance improvements. PHP 7.3 compatibility has been improved.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p><em>We’re fixing the bugs:<br>All the ones you’ve reported.<br>Some that we’ve found, too.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.0 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Oct 2018 21:59: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6209\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"WordPress 5.0 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version, and if you are using an existing test site be sure to update the Gutenberg plugin to v4.1. There are […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3697:\"<p>WordPress 5.0 Beta 1 is now available!</p>\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version, and if you are using an existing test site be sure to update the Gutenberg plugin to v4.1. </p>\n\n<p>There are two ways to test the WordPress 5.0 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href=\"https://wordpress.org/wordpress-5.0-beta1.zip\">download the beta here</a> (zip).</p>\n\n<p>WordPress 5.0 is slated for release on <a href=\"https://make.wordpress.org/core/5-0/\">November 19</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n<h2>The Block Editor</h2>\n\n<p>The new Gutenberg block editor is now the default post editor!</p>\n\n<p>The block editor provides a modern, media-rich editing experience. You can create flexible, beautiful content without writing a single line of code, or you can dive into the <a href=\"https://wordpress.org/gutenberg/handbook/\">modern programming APIs</a> that the block editor provides.</p>\n\n<p>Even before you install WordPress 5.0, you can <a href=\"https://wordpress.org/gutenberg/\">try the block editor here</a>.</p>\n\n<p>Of course, we recognise you might not be ready for this change quite yet. If that’s the case, you can install the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor plugin</a> now, which will keep the editor you’re familiar with as the default, even after you upgrade to WordPress 5.0.</p>\n\n<h2>Twenty Nineteen</h2>\n\n<p>Along with the new block editor, we have a new default theme, called Twenty Nineteen, which takes advantage of the new features the block editor provides.</p>\n\n<p>You can read more about Twenty Nineteen in its <a href=\"https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/\">introduction post</a>, and follow along with development over on the <a href=\"https://github.com/WordPress/twentynineteen\">GitHub repository</a>.</p>\n\n<h2>Default Themes</h2>\n\n<p>Of course, we couldn’t release a beautiful new default theme, and leave all of our old ones behind. All the way back to Twenty Ten, we’ve updated every default them to look good in the new block editor.</p>\n\n<h2>How to Help</h2>\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> <strong>A known issue</strong>: the block autocompleter fails for blocks whose names contain characters in non-Latin scripts. Adding blocks via the plus sign works, and this bug is fixed in the Gutenberg 4.1 plugin. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href=\"https://make.wordpress.org/core/reports/\"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em>a list of known bugs</em></a><em>.</em></p>\n\n<hr class=\"wp-block-separator\" />\n\n<p><em>Minor bug fixes<br>Add up one by one by one<br>Then you change the world</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:\"6209\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 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:73:\"https://wordpress.org/news/2018/10/the-month-in-wordpress-september-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, 01 Oct 2018 12:01:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=6203\";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:347:\"The new WordPress editor continues to be a major focus for all WordPress contribution teams. Read on to find out some more about their work, as well as everything else that has been happening around the community this past month. Further Enhancements to the New WordPress Editor Active development continues on Gutenberg, the new editing […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4605:\"<p>The new WordPress editor continues to be a major focus for all WordPress contribution teams. Read on to find out some more about their work, as well as everything else that has been happening around the community this past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Enhancements to the New WordPress Editor</h2>\n\n<p>Active development continues on <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>, the new editing experience for WordPress Core. <a href=\"https://make.wordpress.org/core/2018/09/21/whats-new-in-gutenberg/\">The latest update for the editor</a> includes great new features, such as reusable content blocks, a dark editor style, export and import of templates, and much more. In addition, the Gutenberg team has published <a href=\"https://make.wordpress.org/core/2018/09/26/an-update-on-gutenberg-tasks/\">a comprehensive guide</a> to the features currently included in the editor.<br /></p>\n\n<p>Users can test Gutenberg right now by installing <a href=\"https://wordpress.org/plugins/gutenberg/\">the plugin</a>, which currently has over 450,000 active installs according to the new <a href=\"https://gutenstats.blog/\">Gutenberg in Numbers</a> site. Along with that, <a href=\"https://wordpress.org/gutenberg/handbook/reference/faq/\">the Gutenberg Handbook</a> has some very useful information about how to use and develop for the new editor.<br /></p>\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg/\">the #gutenberg tag on the Core team blog</a> and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Work Begins on WordPress 5.0</h2>\n\n<p>After initially announcing a minor v4.9.9 release, <a href=\"https://make.wordpress.org/core/2018/09/28/dev-chat-summary-september-26th-4-9-9-week-7/\">the Core team has shifted their focus to the next major release</a> — v5.0. One of the primary factors for this change is that Gutenberg is nearly ready to be considered for merging into Core, with the goal to complete the merge in v5.0.<br /></p>\n\n<p>To maintain flexibility in the development process the final timelines are not yet determined, allowing work already done for v4.9.9 to be moved to v5.0 if needed. Ensuring that WordPress is compatible with the upcoming PHP 7.3 release is a high priority for the Core team. Once a final decision is made, the details will be announced on <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.<br /></p>\n\n<p>Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br /></p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li>The Community Team has some great updates on <a href=\"https://make.wordpress.org/community/2018/09/25/wordcamp-incubator-2018-update-thread-september-edition/\">the progress of the current WordCamp Incubator Program</a>.</li><li>A team inside the Drupal community <a href=\"https://drupalgutenberg.org/\">is working on integrating Gutenberg into their CMS</a>.</li><li>There is a current discussion among community organizers about <a href=\"https://make.wordpress.org/community/2018/09/17/proposal-to-increase-the-maximum-ticket-price-for-wordcamps/\">plans to increase the maximum ticket price for WordCamps</a>.</li><li>The Mobile Team <a href=\"https://make.wordpress.org/updates/2018/09/25/mobile-team-update-september-25th/\">is looking for people</a> to grow the beta program for testing the iOS and Android mobile apps.</li><li>The Diversity Outreach Speaker Training group <a href=\"https://make.wordpress.org/community/2018/09/13/input-requested-building-a-diverse-speaker-roster-document/\">is looking for feedback</a> on their document to assist WordPress Meetups and WordCamps in building diverse speaker rosters.</li><li>The Theme Team <a href=\"https://make.wordpress.org/themes/2018/09/26/new-requirement-regarding-affiliate-links/\">has updated their rules</a> regarding sponsored and affiliate links inside themes added to the Theme Directory.</li><li>Meetup organizers <a href=\"https://make.wordpress.org/community/2018/09/25/meetup-organiser-badge-assignments/\">are now able to receive a WordPress.org profile badge</a> for their community work.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><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:\"6203\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 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:70:\"https://wordpress.org/news/2018/09/the-month-in-wordpress-august-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, 03 Sep 2018 11:00:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=6191\";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:355:\"Many of the WordPress contribution teams have been working hard on the new WordPress editor, and the tools, services, and documentation surrounding it. Read on to find out more about this ongoing project, as well as everything else that has been happening around the WordPress community in August. WordPress 4.9.8 is Released WordPress 4.9.8 was […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:5554:\"<p>Many of the WordPress contribution teams have been working hard on the new WordPress editor, and the tools, services, and documentation surrounding it. Read on to find out more about this ongoing project, as well as everything else that has been happening around the WordPress community in August.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.8 is Released</h2>\n\n<p><a href=\"https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/\">WordPress 4.9.8 was released</a> at the beginning of the month. While this was a maintenance release fixing 46 bugs, it was significant for Core development because it made a point of highlighting Gutenberg — the new WordPress editor that is currently in development (more on that below).<br /></p>\n\n<p>This release also included some important updates to the privacy tools that were added to Core earlier this year.<br /></p>\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>New WordPress Editor Development Continues</h2>\n\n<p>Active development continues on <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>, the new editing experience for WordPress Core. <a href=\"https://make.wordpress.org/core/2018/08/31/whats-new-in-gutenberg-31st-august/\">The latest version</a> features a number of important user experience improvements, including a new unified toolbar and support for a more focussed writing mode.<br /></p>\n\n<p>Users can test Gutenberg right now by installing <a href=\"https://wordpress.org/plugins/gutenberg/\">the plugin</a>, which currently has nearly 300,000 active installs. Along with that, <a href=\"https://wordpress.org/gutenberg/handbook/reference/faq/\">the Gutenberg Handbook</a> has some very useful information about how to use and develop for the new editor.<br /></p>\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg/\">the #gutenberg tag on the Core team blog</a> and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Planning Begins for the Next Global WordPress Translation Day</h2>\n\n<p>The Global WordPress Translation Day is a 24-hour event held online and all across the world. It is designed to bring communities together to translate WordPress into their local languages, and to help them connect with other communities doing the same thing.<br /></p>\n\n<p>There have been three Translation Days since April 2016, and <a href=\"https://make.wordpress.org/polyglots/2018/08/29/global-wordpress-translation-day-4-preliminary-planning/\">the fourth edition is in the planning stages now</a>. The Polyglots team, who organizes these events, is currently looking for input on the date, format, and content for the event and would love some feedback from the community.<br /></p>\n\n<p>Want to get involved in translating WordPress into your own language? Follow <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a> and join the #polyglots channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.<br /></p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li><a href=\"https://wordpress.org/support/upgrade-php/\">The Update PHP page on WordPress.org</a> has been revised and improved to make the reasons for upgrading more clear.</li><li>The Mobile team is looking for people to help test the latest versions of the <a href=\"https://make.wordpress.org/mobile/2018/08/29/call-for-testing-wordpress-for-android-10-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2018/08/28/call-for-testing-wordpress-for-ios-10-8/\">iOS</a> apps for WordPress.</li><li><a href=\"https://wordbits.io/\">WordBits</a> is a innovative new platform for publishing WordPress-based code snippets with the ability to download each snippet as a working plugin.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2018/08/27/wordcamp-incubator-2018-update-thread-august-edition/\">has some updates</a> about how things are going with this year’s WordCamp Incubator program.</li><li>The WordPress Support Forums <a href=\"https://make.wordpress.org/support/2018/08/august-16th-support-team-meeting-summary/\">now include a feature</a> allowing forum volunteers to easily report a post to the moderators for a follow-up.</li><li>WordCamp Kochi, India <a href=\"https://2018.kochi.wordcamp.org/wordcamp-kochi-2018-is-postponed-to-november-3rd-2018-saturday/\">has unfortunately had to postpone their event</a> due to floods in the region.</li><li><a href=\"http://www.wpglossary.net/\">WP Glossary</a> is a new site that offers helpful definitions of words that you could encounter when using WordPress.</li><li>A few WordPress community members <a href=\"https://make.wordpress.org/community/2018/08/13/in-the-words-of-the/\">have started a working group</a> to tackle the idea of building diverse WordPress communities all across the world.</li><li>A new <a href=\"https://editorblockswp.com/library/\">Gutenberg Block Library</a> is available, listing the details of the many blocks available for the new editor.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6191\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.8 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/08/wordpress-4-9-8-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:\"Thu, 02 Aug 2018 21:25:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=6165\";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:398:\"We are pleased to announce the immediate availability of WordPress 4.9.8. This maintenance release fixes 46 bugs, enhancements and blessed tasks, including updating the Twenty Seventeen bundled theme. Following are the highlights of what is now available. “Try Gutenberg” callout Most users will now be presented with a notice in their WordPress dashboard. This “Try 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Paul Biron\";s: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:10398:\"<p>We are pleased to announce the immediate availability of WordPress 4.9.8. This maintenance release fixes 46 bugs, enhancements and blessed tasks, including updating the Twenty Seventeen bundled theme.</p>\n<p><span style=\"font-weight: 400\">Following are the highlights of what is now available.</span></p>\n<h2>“Try Gutenberg” callout</h2>\n<p><span style=\"font-weight: 400\">Most users will now be presented with a notice in their WordPress dashboard. This </span>“Try Gutenberg” is an opportunity for users to use the Gutenberg block editor before it is released in WordPress 5.0.</p>\n<p><img class=\"alignnone wp-image-6168 size-full\" src=\"https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=632%2C392&ssl=1\" alt=\"\" width=\"632\" height=\"392\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?w=2528&ssl=1 2528w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=768%2C476&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?resize=1024%2C634&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/08/Screen-Shot-2018-08-02-at-11.42.39-am.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>In WordPress 4.9.8, the callout will be shown to the following users:</p>\n<ul>\n<li>If Gutenberg <em>is not</em> installed or activated, the callout will be shown to Admin users on single sites, and Super Admin users on multisites.</li>\n<li>If Gutenberg <em>is</em> installed and activated, the callout will be shown to Contributor users and above.</li>\n<li>If the Classic Editor plugin is installed and activated, the callout will be hidden for all users.</li>\n</ul>\n<p class=\"entry-title\"><span style=\"font-weight: 400\">You can learn more by reading </span><a href=\"https://make.wordpress.org/core/2018/08/02/try-gutenberg-callout-in-wordpress-4-9-8/\">“Try Gutenberg” Callout in WordPress 4.9.8</a>.</p>\n<h2>Privacy fixes/enhancements</h2>\n<p>This release includes 18 Privacy fixes focused on ensuring consistency and flexibility in the new personal data tools <span style=\"font-weight: 400\">that were </span>added in 4.9.6, including:</p>\n<ul>\n<li>The type of request being confirmed is now included in the subject line for all privacy confirmation emails.</li>\n<li>Improved consistency with site name being used for privacy emails in multisite.</li>\n<li>Pagination for Privacy request admin screens can now be adjusted.</li>\n<li>Increased the test coverage for several core privacy functions.</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2018/08/02/wordpress-4-9-8/\">This post has more information about all of the issues fixed in 4.9.8 if you’d like to learn more</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.8</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<p>Thank you to everyone who contributed to WordPress 4.9.8:</p>\n<p><a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez/\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1/\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chrislema/\">Chris Lema</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</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/dontstealmyfish/\">dontstealmyfish</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">dyrer</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garetharnold/\">Gareth</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/gm_alex/\">GM_Alex</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/khaihong/\">khaihong</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen/\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mermel/\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/michelleweber/\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/xpertone/\">Muhammad Kashif</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/rafsuntaskin/\">Rafsun Chowdhury</a>, <a href=\"https://profiles.wordpress.org/redcastor/\">redcastor</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/skoldin/\">skoldin</a>, <a href=\"https://profiles.wordpress.org/spyderbytes/\">spyderbytes</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/timbowesohft/\">timbowesohft</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/usmankhalid/\">Usman Khalid</a>, <a href=\"https://profiles.wordpress.org/warmlaundry/\">warmlaundry</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, and <a href=\"https://profiles.wordpress.org/yuriv/\">YuriV</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:\"6165\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 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:68:\"https://wordpress.org/news/2018/08/the-month-in-wordpress-july-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:\"Wed, 01 Aug 2018 09:11:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=6158\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"With WordPress 5.0 coming closer, there’s lots of work going on all across the project. Read on to learn about how we progressed in July. Release of WordPress 4.9.7 On July 5, WordPress 4.9.7 was released, fixing one security issue and 17 other bugs across the platform. While this is a minor release, incremental fixes […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:6411:\"<p>With WordPress 5.0 coming closer, there’s lots of work going on all across the project. Read on to learn about how we progressed in July.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Release of WordPress 4.9.7</h2>\n\n<p>On July 5, <a href=\"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/\">WordPress 4.9.7 was released</a>, fixing one security issue and 17 other bugs across the platform.<br /></p>\n\n<p>While this is a minor release, incremental fixes are essential to keep WordPress running smoothly. Everyone is encouraged to update as soon as possible and to make sure that automatic updates are switched on.<br /></p>\n\n<p>Would you like to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>The New WordPress Editor</h2>\n\n<p>In the upcoming minor release of WordPress, 4.9.8, a new section in the dashboard will feature Gutenberg, the upcoming content editor for WordPress.<br /></p>\n\n<p>While the official release of Gutenberg <a href=\"https://wordpress.org/news/2018/07/update-on-gutenberg/\">is scheduled</a> for the coming months, you can already install it as <a href=\"https://wordpress.org/plugins/gutenberg/\">a plugin</a> to test it out right now. Additionally, <a href=\"https://wordpress.org/gutenberg/\">a brand new demo page</a> is now available — play around with the many features the editor has to offer, without installing it on your own site.<br /></p>\n\n<p>Would you like to help build or test Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Page Design Updates on WordPress.org</h2>\n\n<p>Bit by bit we’re refreshing the design of WordPress.org. The latest pages to get a new treatment have been <a href=\"https://wordpress.org/download/\">the Download page</a> and <a href=\"https://profiles.wordpress.org/matt/\">user profiles</a>.<br /></p>\n\n<p>The Meta and Design teams worked hard to make these new designs a reality, with notable contributions from <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>, <a href=\'https://profiles.wordpress.org/obenland/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>obenland</a>, <a href=\'https://profiles.wordpress.org/mapk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mapk</a>, and <a href=\'https://profiles.wordpress.org/kjellr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kjellr</a>. The new designs enhance the overall look of the site and provide more relevant information to those searching.<br /></p>\n\n<p>Would you like to get involved in the design refresh? Follow the <a href=\"https://make.wordpress.org/meta/\">Meta</a> and <a href=\"https://make.wordpress.org/design/\">Design</a> team blogs and join the #meta and #design channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>The First WP-CLI Hack Day</h2>\n\n<p>On Friday July 20, the WP-CLI team <a href=\"https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/\">held their first hack day</a> — a global event encouraging people to contribute to the official command line tool for WordPress.<br /></p>\n\n<p>Run by <a href=\'https://profiles.wordpress.org/schlessera/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>schlessera</a>, the event <a href=\"https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/\"> was a great success</a>. Twelve pull requests were merged and another 13 submitted. It also included a video chat to give all contributors a space to meet each other and connect directly.<br /></p>\n\n<p>Would you like to get involved in contributing to WP-CLI? Follow <a href=\"https://make.wordpress.org/cli/\">the team blog</a> and join the #cli 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><li>The WordPress Foundation is <a href=\"https://wordpressfoundation.org/2018/call-for-organizers-introduction-to-open-source-workshops-for-2018/\">looking for local community organizers to run introductory open-source workshops</a> in 2018.</li><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> compiled <a href=\"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/\">updates for the last quarter</a> from the contribution teams all across the WordPress project.</li><li>In a great move for internationalization, <a href=\"https://en.blog.wordpress.com/2018/03/29/the-wordpress-mobile-apps-now-support-right-to-left-languages/\">the WordPress Mobile Apps now support right-to-left languages</a>.</li><li><a href=\"https://make.wordpress.org/community/2018/07/10/stripe-is-now-available-to-all-wordcamps/\">WordCamp events can now accept payment via Stripe</a> — PayPal remains an alternative option.</li><li>The WP-CLI team will soon <a href=\"https://make.wordpress.org/cli/2018/07/19/details-on-the-upcoming-major-release/\">release v2.0</a> of the official WordPress command line tool.</li><li>The Fields API project in WordPress Core <a href=\"https://wptavern.com/wordpress-core-fields-api-project-is-seeking-new-leadership\">is looking for a new lead</a> to drive it forward.</li><li>In WordPress 4.9.8, <a href=\"https://make.wordpress.org/core/2018/07/27/registering-metadata-in-4-9-8/\">it will be possible</a> for developers to fully register the meta fields used by their plugins and themes.</li><li>After many years of hard work, <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards\">v1.0.0 of the WordPress Coding Standards for PHP_CodeSniffer</a> has been released.</li><li>The Mobile team <a href=\"https://make.wordpress.org/mobile/2018/07/31/call-for-testing-wordpress-for-ios-10-6/\">is looking for people to help test</a> v10.6 of WordPress for iOS.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6158\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Quarterly Updates | Q2 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:61:\"https://wordpress.org/news/2018/07/quarterly-updates-q2-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, 16 Jul 2018 14:50: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:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s: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:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6140\";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:347:\"To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s: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:15622:\"<p><em>To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s <a href=\"https://make.wordpress.org/updates/team-reps/\">listed representatives</a>. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.</em></p>\n\n<h2><a href=\"https://make.wordpress.org/accessibility/\">Accessibility</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/rianrietveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rianrietveld</a>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>, <a href=\'https://profiles.wordpress.org/afercia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>afercia</a></li>\n <li><strong>Priority</strong>: Working to make sure that Gutenberg is reasonably accessible prior to merge. ETA is before 5.0</li>\n <li><strong>Struggle</strong>: Lack of developers and accessibility experts to help test and code the milestone issues. <em>The team is doing outreach to help solve this problem.</em></li>\n <li><strong>Big Win</strong>: Interest from companies like The Paciello Group and Tenon.io to help out with Gutenberg code review and testing tools.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/cli/\">CLI</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: @danielbachhuber, <a href=\'https://profiles.wordpress.org/schlessera/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>schlessera</a></li>\n <li><strong>Priority</strong>: Very first global <a href=\"https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/\">Hack Day</a> is coming up July 20. Version 2.0.0 is still in progress (new <a href=\"https://github.com/wp-cli/wp-cli/issues/4752\">ETA</a> is end of July).</li>\n <li><strong>Struggle</strong>: The team continues to need new contributors. The current team is tiny but tough.</li>\n <li><strong>Big Win</strong>: WP-CLI is currently one of the project’s four main focuses, as mentioned in the Summer Update at WordCamp Europe.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/community/\">Community</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/francina/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>francina</a>, <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a></li>\n <li><strong>Priority</strong>: Focusing on smoothing out the processes in our community management by building up our team of volunteers and establishing what tools we need to keep things running well. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: Our two biggest struggles at the moment are tracking what we need to get done, and making final decisions on things. <em>There is current work on the tools available to assist with tracking progress.</em></li>\n <li><strong>Big Win</strong>: After making a concerted effort to get more contributors on the Community Team, we now have a much larger group of volunteers working as deputies and WordCamp mentors</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/core/\">Core</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a></li>\n <li><strong>Priority</strong>: Following the <a href=\"https://wordpress.tv/2018/07/04/matt-mullenweg-a-summertime-update-keynote-and-qa/\">WordCamp Europe summer update</a> (and the companion post <a href=\"https://wordpress.org/news/2018/07/update-on-gutenberg/\">here</a>), the team is getting Gutenberg (the new WordPress editing experience) into a strong state for the 5.0 release. Potential ETA as soon as August.</li>\n <li><strong>Struggle</strong>: Coordinating momentum and direction as we start seeing more contributors offering their time. Still working our way through open issues. <em>The team is starting multiple bug scrubs each week to work through these more quickly and transparently.</em></li>\n <li><strong>Big Win</strong>: Had a <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">sizable release in 4.9.6</a> which featured major updates around privacy tools and functionality in Core.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/design/\">Design</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>, <a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>, <a href=\'https://profiles.wordpress.org/boemedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boemedia</a>, <a href=\'https://profiles.wordpress.org/joshuawold/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joshuawold</a>, <a href=\'https://profiles.wordpress.org/mizejewski/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mizejewski</a></li>\n <li><strong>Priority</strong>: Better on-boarding of new contributors, especially creating better documentation. ETA is end of July.</li>\n <li><strong>Struggle</strong>: It’s hard to identify reasonably small tasks for first-time contributors.</li>\n <li><strong>Big Win</strong>: The team is much more organized now which has helped clear out the design backlog, bring in new contributors, and also keep current contributors coming back. <em>Bonus: Joshua Wold will co-lead the upcoming release.</em></li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/docs/\">Documentation</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/kenshino/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kenshino</a><br /></li>\n <li><strong>Priority</strong>: Opening up the work on <a href=\"https://make.wordpress.org/docs/2018/02/26/state-of-helphub-february-2018/\">HelpHub</a> to new contributors and easing the onboarding process. No ETA.<br /></li>\n <li><strong>Struggle</strong>: Some blockers with making sure the code and database can be ready to launch on https://wordpress.org/support/<br /></li>\n <li><strong>Big Win</strong>: The <a href=\"https://wp-helphub.com/\">first phase of HelpHub</a> creation is complete, which means content updates (current info, more readable, easier discovery), internal search, design improvements, and REST API endpoints.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/hosting/\">Hosting</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/mikeschroder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mikeschroder</a>, <a href=\'https://profiles.wordpress.org/jadonn/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jadonn</a></li>\n <li><strong>Priority</strong>: Preparing hosts for supporting Gutenberg, especially support questions they’re likely to see when the “Try Gutenberg” callout is released. ETA July 31st, then before WordPress 5.0<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Most contributions are still made a by a small team of volunteers. Seeing a few more people join, but progress is slow.<br /><strong></strong></li>\n <li><strong>Big Win</strong>: New team members and hosting companies have joined the #hosting-community team and have started contributing.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/marketing/\">Marketing</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/bridgetwillard/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bridgetwillard</a></li>\n <li><strong>Priority</strong>: Continuing to write and publish case studies from the community. ETA is ongoing.</li>\n <li><strong>Struggle</strong>: No current team struggles.</li>\n <li><strong>Big Win</strong>: Wrote and designed a short <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">Contributor Day onboarding card</a>. It was used at Contributor Day at WCEU and onboarding time went down to 1 hour instead of 3 hours.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/meta/\">Meta</a> (WordPress.org Site)</h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/tellyworth/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tellyworth</a>, <a href=\'https://profiles.wordpress.org/coffee2code/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coffee2code</a></li>\n <li><strong>Priority</strong>: Reducing manual work around the contributor space (theme review, GDPR/privacy, plugin review). ETA for small wins is end of quarter, larger efforts after that.</li>\n <li><strong>Struggle</strong>: Maintaining momentum on tickets. <em>There are also some discussions about updating the ticket management process across teams that use the Meta trac system.</em></li>\n <li><strong>Big Win</strong>: The new About page launched and has been translated across most locale sites.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/mobile/\">Mobile</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/elibud/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>elibud</a></li>\n <li><strong>Priority</strong>: Getting Gutenberg in the mobile applications. ETA is late December.</li>\n <li><strong>Struggle</strong>: Consuming the Gutenberg source in the ReactNative app directly. <em>More info can be found here: https://make.wordpress.org/mobile/2018/07/09/next-steps-for-gutenberg-mobile/</em></li>\n <li><strong>Big Win</strong>: The WordPress mobile applications now fully support right-to-left languages and are compliant with the latest standards for accessibility.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/plugins/\">Plugins</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/ipstenu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ipstenu</a></li>\n <li><strong>Priority</strong>: Clearing ~8,000 unused plugins from the queues. Likely ETA is September.<br /></li>\n <li><strong>Struggles</strong>: Had to triage a lot of false claims around plugins offering GDPR compliance.</li>\n <li><strong>Big Win</strong>: Released 4.9.6 and <a href=\"https://make.wordpress.org/plugins/2018/05/17/wp-4-9-6-privacy-hooks-and-you/\">updated expectations</a> with plugin authors. Huge thanks to the Core Privacy team for their hard work on this.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/polyglots/\">Polyglots</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/petya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>petya</a>, <a href=\'https://profiles.wordpress.org/ocean90/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ocean90</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/chantalc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chantalc</a>, <a href=\'https://profiles.wordpress.org/deconf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>deconf</a>, <a href=\'https://profiles.wordpress.org/casiepa/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>casiepa</a></li>\n <li><strong>Priority</strong>: Keep WordPress releases translated to 100% and then concentrate on the top 100 plugins and themes. ETA is ongoing.<br /><strong></strong></li>\n <li><strong>Struggle</strong>: Getting new PTEs fast enough, and complex tools/systems. Overall, the volume of strings awaiting approval.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/support/\">Support</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a></li>\n <li><strong>Priority:</strong> Getting ready for the Gutenberg callout (it got pushed last quarter). Needing a better presence on the official support forums, and outreach for that is underway, ETA end of July. <br /></li>\n <li><strong>Struggle</strong>: Keeping contributors participating post-contributor days/drives. <em>Considering the creation of a dedicated post-contributor day survey to get some insight here.</em></li>\n <li><strong>Big Win</strong>: The increase in international liaisons joining for weekly meetings, helping bring the wider support community together.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/themes/\">Theme Review</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/acosmin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>acosmin</a>, <a href=\'https://profiles.wordpress.org/rabmalin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rabmalin</a>, <a href=\'https://profiles.wordpress.org/thinkupthemes/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thinkupthemes</a>, <a href=\'https://profiles.wordpress.org/williampatton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>williampatton</a></li>\n <li><strong>Priority</strong>: Building a better Theme Check/Sniffer in order to automate most of the checks done right now by reviewers. ETA late 2018, early 2019.</li>\n <li><strong>Struggle</strong>: Bringing in new contributors to the team.</li>\n <li><strong>Big Win</strong>: <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">Trusted Authors program</a></li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/tide/\">Tide</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/valendesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>valendesigns</a> (but usually <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>)</li>\n <li><strong>Priority</strong>: Storing PHPCompatibilty results inside the WordPress.org API and building a UI to display those results, an endpoint to request an audit is required for this work to continue.</li>\n <li><strong>Struggle</strong>: Development has dramatically slowed down while team members are on leave or pulled into internal client work.</li>\n <li><strong>Big Win</strong>: Migration to Google Cloud Platform (GCP) from Amazon Web Services (AWS) is complete and the audit servers have all been rewritten in Go. (This allows us to be faster with greater capacity and less cost.)</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/training/\">Training</a></h2>\n\n<ul>\n <li><strong>Contacted</strong>: <a href=\'https://profiles.wordpress.org/bethsoderberg/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bethsoderberg</a>, <a href=\'https://profiles.wordpress.org/juliek/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juliek</a></li>\n <li><strong>Priority:</strong> Lesson plan production. ETA is ongoing.</li>\n <li><strong>Struggle:</strong> The workflow is a little complex, so recruiting and training enough contributors to keep the process moving is a struggle.</li>\n <li><strong>Big Win</strong>: WordCamp Europe’s Contributor Day was very productive. New tools/workflow are in place and two team representatives were there to lead and help.</li>\n</ul>\n\n<p><em>Interested in updates from the first quarter of this year? You can find those here: <a href=\"https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/\"><em>https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/</em></a>\n </em>\n</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:\"6140\";s: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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Update on 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/news/2018/07/update-on-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Jul 2018 19:23: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:5:\"Focus\";s: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:9:\"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:34:\"https://wordpress.org/news/?p=6118\";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:328:\"Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Tammie Lister\";s: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:2261:\"<p>Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. As the work on phase one moves into its final stretch, here is what you can expect.<br /></p>\n\n<h4>In Progress</h4>\n\n<ul>\n <li>Freeze new features in Gutenberg (the feature list can be found <a href=\"https://github.com/WordPress/gutenberg/issues/4894\">here</a>).</li>\n <li>Hosts, agencies, teachers invited to opt-in sites they have influence over.</li>\n <li>WordPress.com has opt-in for wp-admin users. The number of sites and posts will be tracked.</li>\n <li>Mobile app support for Gutenberg will be across iOS and Android.</li>\n</ul>\n\n<h4>July</h4>\n\n<ul>\n <li>4.9.x release with an invitation to install either Gutenberg or Classic Editor plugin.</li>\n <li>WordPress.com will move to opt-out. There will be tracking to see who opts out and why.</li>\n <li>Triage increases and bug gardening escalates to get blockers in Gutenberg down to zero.</li>\n <li>Gutenberg phase two, Customization exploration begins by moving beyond the post.</li>\n</ul>\n\n<h4>August and beyond</h4>\n\n<ul>\n <li>All critical issues within Gutenberg are resolved.</li>\n <li>There is full integration with Calypso and there is opt-in for users there.</li>\n <li>A goal will be 100k+ sites having made 250k+ posts using Gutenberg.</li>\n <li>Core merge of Gutenberg begins the 5.0 release cycle.</li>\n <li>5.0 moves into beta releases and translations are completed.</li>\n <li>There will be a mobile version of Gutenberg by the end of the year.</li>\n</ul>\n\n<p>WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release. Learn more about Gutenberg <a href=\"https://wordpress.org/gutenberg/\">here</a>, take it for a <a href=\"https://testgutenberg.com/\">test drive</a>, <a href=\"https://wordpress.org/plugins/gutenberg/\">install</a> on your site, follow along on <a href=\"https://github.com/WordPress/gutenberg\">GitHub</a> and give your <a href=\"https://wordpressdotorg.polldaddy.com/s/gutenberg-support\">feedback</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:\"6118\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 02 Nov 2018 23:29:09 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, 01 Nov 2018 16:46:26 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:\"20180206170026\";}','no'),(179323,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1541244549','no'),(179324,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1541201349','no'),(179325,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1541244549','no'),(179326,'_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:80:\"WPTavern: GitHub Rolls Out More Small Improvements as Part of Project Paper Cuts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=85245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/github-rolls-out-more-small-improvements-as-part-of-project-paper-cuts\";s: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:4625:\"<p>In August, GitHub <a href=\"https://blog.github.com/2018-08-28-announcing-paper-cuts/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> Project Paper Cuts, an effort aimed at bringing small improvements to the developer and project maintainer experiences. These are fixes for issues that don’t generally fall within larger initiatives. Some of the first improvements that have already been implemented include the following:</p>\n<ul>\n<li>Unselect markers when copying and pasting the contents of a diff</li>\n<li>Edit a repository’s README from the repository root</li>\n<li>Access your repositories straight from the profile dropdown</li>\n<li>Highlight permalinked comments</li>\n<li>Remove files from a pull request with a button</li>\n<li>Branch names in merge notification emails</li>\n<li>Create new pull requests from your repository’s Pull Requests Page</li>\n<li>Add a teammate from the team discussions page</li>\n<li>Collapse all diffs in a pull request at once</li>\n<li>Copy the URL of a comment</li>\n</ul>\n<p>One of the latest improvements allows repository admins to transfer an issue that has been misfiled to another repository where it belongs. At the moment it only works within the same GitHub organization account. Initial <a href=\"https://twitter.com/asmeurer/status/1057741387108560897\" rel=\"noopener noreferrer\" target=\"_blank\">feedback</a> from users indicates many would appreciate this feature require push permissions, instead of admin permissions, as there are likely more users who can help in the bug tracker with moving issues, setting labels, and closing bugs.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Issue filed in the wrong repo? </p>\n<p>We know your pain! And now we\'ve got a fix. </p>\n<p>Repo admins can transfer issues to wherever they belong. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f3d8.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/rPwNng7ZOl\">pic.twitter.com/rPwNng7ZOl</a></p>\n<p>— GitHub (@github) <a href=\"https://twitter.com/github/status/1057678791764467712?ref_src=twsrc%5Etfw\">October 31, 2018</a></p></blockquote>\n<p></p>\n<p>The “<a href=\"https://blog.github.com/2018-11-01-suggested-changes-update/\" rel=\"noopener noreferrer\" target=\"_blank\">suggested changes</a>” feature GitHub introduced in beta two weeks ago seems to have been adopted fairly quickly by users. Suggested Changes lets users suggest a change to code in a pull request. These changes can be accepted by the author or assignees with one click and then committed.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/11/suggested-changes.png?ssl=1\"><img /></a></p>\n<p>GitHub reports more than 10 percent of all reviewers suggested at least one change. They have received 100,000 suggestions and estimate that 4% of all review commits created have included a suggestion. Based on feedback so far, GitHub put the following improvements on the roadmap for the Suggested Changes feature: </p>\n<ul>\n<li>The ability to suggest changes to multiple lines at once</li>\n<li>The ability to accept multiple changes in a single commit</li>\n</ul>\n<p>Project Paper Cuts is borrowing heavily from <a href=\"https://github.com/sindresorhus/refined-github/\" rel=\"noopener noreferrer\" target=\"_blank\">Refined GitHub</a>, a browser extension that simplifies the GitHub interface and adds useful features. </p>\n<p>“Full-time open source developer <a href=\"https://github.com/sindresorhus/\" rel=\"noopener noreferrer\" target=\"_blank\">Sindre Sorhus</a> has built a great browser extension that builds on and improves the GitHub experience, along with a fantastic community that has come together to discuss workflows and build their favorite features,” GitHub product manager Luke Hefson said. “Project Paper Cuts has taken inspiration from a lot of Refined GitHub’s additions, and we’re building some of the most-loved features right into GitHub itself.”</p>\n<p>GitHub is aiming to be more open and transparent with user feedback after the <a href=\"https://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" rel=\"noopener noreferrer\" target=\"_blank\">2016 fiasco with disgruntled open source project maintainers</a>. These fixes for small annoyances add up in the grand scheme of things to improve project workflow for millions of developers and project maintainers. The improvements are shipping out regularly and are all outlined in <a href=\"https://blog.github.com/changelog/\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub’s public changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Nov 2018 18:58:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: WPWeekly Episode 336 – Interview With Andrew Roberts, CEO and Co-founder of Tiny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=85267&preview=true&preview_id=85267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wpweekly-episode-336-interview-with-andrew-roberts-ceo-and-co-founder-of-tiny\";s: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:2772:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://twitter.com/andrew_roberts?lang=en\">Andrew Roberts</a>, CEO and Co-founder of <a href=\"https://www.tiny.cloud/\">Tiny</a>. Tiny is the company behind the popular open source library <a href=\"https://www.tiny.cloud/features/\">TinyMCE</a>. Roberts shares his entrepreneurial journey, what the company plans on doing with its recent <a href=\"https://wptavern.com/tiny-raises-4m-in-series-a-funding-publishes-gutenberg-faq\">round of funding</a>, and the relationship between TinyMCE and Gutenberg.</p>\n<p>Here is an excerpt from the show on what Roberts thinks about Gutenberg.</p>\n<blockquote><p>I think that ultimately Gutenberg will be more innovative than just incrementally changing from the old editor experience toward block-based editing.</p>\n<p>I think you know Matt’s probably had a tough year with some of the criticisms around Gutenberg but I admire his courage and leadership because if he hadn’t put his brand equity on the line, if he hadn’t invested his goodwill in doing this, this would never be launching in a month from now.</p>\n<p>There may be a painful year or two but in the grand scheme of things this will turn out for the better. It’s taken a lot of courage and bravery for him to do that. He’s taken a lot of shots in the back, but you know that’s why he gets paid the big bucks as they say.</p></blockquote>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://jjj.blog/2018/10/wordpress-5-0-beta-1/\">WordPress 5.0 Beta 1</a><br />\n<a href=\"https://wptavern.com/wordpress-accessibility-team-delivers-sobering-assessment-of-gutenberg-we-have-to-draw-a-line\">WordPress Accessibility Team Delivers Sobering Assessment of Gutenberg: “We have to draw a line.”</a><br />\n<a href=\"https://wptavern.com/woocommerce-3-5-introduces-rest-api-v3-improves-transactional-emails\">WooCommerce 3.5 Introduces REST API v3, Improves Transactional Emails</a><br />\n<a href=\"https://wptavern.com/wp-engine-acquires-array-themes\">WP Engine Acquires Array Themes</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 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 #336:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Nov 2018 13:25: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: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:63:\"WPTavern: How to Add an Image to A Paragraph Block in 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=85201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/how-to-add-an-image-to-a-paragraph-block-in-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:2345:\"<p>WordPress 5.0 is on the horizon and with it comes a number of opportunities to explain how to get things done in the new editor. </p>\n<h2>Testing Scenario<br /></h2>\n<p>A user has written three paragraphs and decides to add an image to the second paragraph. This user wants the image to be aligned to the right. </p>\n<h2>Accomplishing the Task in the Classic Editor</h2>\n<p>The classic editor is essentially one big block. Adding media to a paragraph is as quick as placing the mouse cursor at the beginning of a paragraph, clicking the add new media button, selecting or uploading an image, and choosing its alignment. </p>\n<h2 id=\"mce_6\">Accomplishing the Task in Gutenberg</h2>\n<p>In Gutenberg, each paragraph is a block and each block has its own toolbar. This is important because after writing three paragraphs, you can’t click on an add media button. Instead, you need to create an image block. </p>\n<p>Once you’ve selected an image, you need to move the image block above the paragraph block where you want to insert it. At first, you might try to drag and drop the image into the paragraph but that doesn’t work. You need to use the up and down arrows or drag the block into position. </p>\n<p>Once the image block is in the correct location, click the align right icon. The image will be inserted into the right side of the paragraph block. </p>\n<img />A Right Aligned Image Inside of A Paragraph Block\n<p>If you want to move the image to a different paragraph block, you’ll need to click the Align center button which turns the image back into its own block and repeat the process described above. </p>\n<h2>Adding Images to Paragraphs in the Classic Editor Is Easier<br /></h2>\n<p>The task I described above is one I think millions of users will have trouble completing when WordPress 5.0 is released. In the Classic editor, the writing flow doesn’t feel disjointed when you want to add images or embed content into posts. </p>\n<p>In Gutenberg, everything is a block which in many cases, causes the flow to be disrupted as you need to figure out what block you need, how to manipulate it, where to move it, find where the options are, etc. </p>\n<p>The process of adding images to paragraphs will likely improve after WordPress 5.0 is released but until then, the Classic editor wins this use case. </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 Nov 2018 11:35:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Google’s reCAPTCHA v3 Promises a “Frictionless User 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=85145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/googles-recaptcha-v3-promises-a-frictionless-user-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:3218:\"<p>Google <a href=\"https://webmasters.googleblog.com/2018/10/introducing-recaptcha-v3-new-way-to.html\" rel=\"noopener noreferrer\" target=\"_blank\">introduced reCAPTCHA v3</a> this week, which promises a new “frictionless user experience.” Earlier versions of the API stopped bots but also drew the ire of internet users across the globe. Users were regularly inconvenienced with distorted text challenges, street sign puzzles, click requirements, and other actions to prove their humanity. </p>\n<p>v3 offers a marked improvement by detecting bots in the background and returning a score that tells the admin if the interaction is suspicious. It scores traffic with its <a href=\"https://patents.google.com/patent/US20110054961A1/en\">Adaptive Risk Analysis Engine</a> instead of forcing human users to perform interactive challenges. The score can be used three different ways:</p>\n<ul>\n<li>Set a threshold that determines when a user is let through or when further verification needs to be done, i.e. two-factor authentication or phone verification.</li>\n<li>Combine the score with your own signals that reCAPTCHA can’t access, such as user profiles or transaction histories.</li>\n<li>Use the reCAPTCHA score as one of the signals to train your machine learning model to fight abuse.</li>\n</ul>\n<p>v3 give site owners more options to customize the thresholds and actions for different types of traffic. The video below explains how it works and the <a href=\"https://developers.google.com/recaptcha/docs/v3\" rel=\"noopener noreferrer\" target=\"_blank\">developer docs</a> have more information on frontend integration and score interpretation.</p>\n<p></p>\n<p>Site owners can view their traffic in the <a href=\"https://www.google.com/recaptcha/admin\" rel=\"noopener noreferrer\" target=\"_blank\">reCAPTCHA admin console</a>. It also displays a list of all of your sites and what version of the API they are using.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-11-01-at-5.08.11-PM.png?ssl=1\"><img /></a></p>\n<p>The admin console also has a form for registering new sites:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-11-01-at-5.09.18-PM.png?ssl=1\"><img /></a></p>\n<p>The WordPress Plugin Directory has <a href=\"https://wordpress.org/plugins/search/reCAPTCHA/\" rel=\"noopener noreferrer\" target=\"_blank\">dozens of standalone plugins and contact forms</a> that make use of reCAPTCHA in some way. Sites that are already set up to use v2 or the Invisible CAPTCHA, will not automatically update to use v3. There’s a different signup and implementation process that the site owner has to perform before having it integrated on the site.</p>\n<p>WordPress plugin developers who offer reCAPTCHA will have to decide if they want to update existing plugins to use v3 or package a v3 offering in a new plugin. The reCAPTCHA v1 API was shut down earlier this year in March. Google’s <a href=\"https://github.com/google/recaptcha/\" rel=\"noopener noreferrer\" target=\"_blank\">reCAPTCHA PHP client library on GitHub</a> is still actively encouraging use of both v2 and v3. A date has not been announced for v2 to be deprecated. </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 Nov 2018 00:09:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:37:\"Dev Blog: Quarterly Updates | Q3 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=6206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2018/11/quarterly-updates-q3-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:13505:\"<p><em>To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s <a href=\"https://make.wordpress.org/updates/team-reps/\">listed representatives</a>. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.</em></p>\n\n<h2><a href=\"https://make.wordpress.org/accessibility/\">Accessibility</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/arush/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>arush</a></li>\n<li><strong>Priority</strong>: Work on authoring a manual for assistive technology users on Gutenberg, led by Claire Brotherton (<a href=\"https://profiles.wordpress.org/abrightclearweb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>abrightclearweb</a>). Continue to work on improving the overall user experience in Gutenberg. Update and organize the WP A11y handbook.</li>\n<li><strong>Struggle</strong>: Lack of developers and accessibility experts to help test and code the milestone issues. Still over 100 outstanding issues, and developing the Gutenberg AT manual helps expose additional issues. The announcement of an accessibility focus on 4.9.9 derailed our planning for Gutenberg in September with minimal productivity, as that goal was quickly withdrawn from the schedule.</li>\n<li><strong>Big Win</strong>: Getting focus constraint implemented in popovers and similar components in Gutenberg.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/cli/\">CLI</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: @danielbachhuber, <a href=\"https://profiles.wordpress.org/schlessera/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>schlessera</a></li>\n<li><strong>Priority</strong>: Current priority is v2.1.0 of WP-CLI, to polish the major refactoring v2.0.0 introduced. You can <a href=\"https://make.wordpress.org/cli/good-first-issues/\">join in or follow progress</a> on their site.</li>\n<li><strong>Struggle</strong>: Getting enough contributors to make peer-review possible/manageable.</li>\n<li><strong>Big Win</strong>: The major refactoring of v2 was mostly without any negative impacts on existing installs. It provided substantial improvements to maintainability including: faster and more reliable testing, more straight-forward changes to individual packages, and simpler contributor on-boarding.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/community/\">Community</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/francina/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>francina</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hlashbrooke</a></li>\n<li><strong>Priority</strong>: Supporting contributors of all levels via: monthly <a href=\"https://make.wordpress.org/community/2018/10/08/announcement-monthly-chat-for-wordcamp-organisers/\">WordCamp Organizers chat</a>, better onboarding with a translated <a href=\"https://make.wordpress.org/community/2017/08/11/global-community-team-welcome-pack/\">welcome pack</a>, and Contribution Drive documentation.</li>\n<li><strong>Struggle</strong>: Fewer contributors than usual.</li>\n<li><strong>Big Win</strong>: <a href=\"https://make.wordpress.org/community/2018/09/21/meetup-application-vetting-sprint-26-27-september/\">Meetup Vetting Sprint</a>! </li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/core/\">Core</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a></li>\n<li><strong>Priority</strong>: Continued preparation for the 5.0 release cycle and Gutenberg.</li>\n<li><strong>Struggle</strong>: Identifying tasks for first time contributors, as well as for new-to-JS contributors.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/design/\">Design</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/melchoyce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>melchoyce</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>karmatosed</a>, <a href=\"https://profiles.wordpress.org/boemedia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>boemedia</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joshuawold</a>, <a href=\"https://profiles.wordpress.org/mizejewski/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mizejewski</a></li>\n<li><strong>Priority</strong>: Preparing for WordPress 5.0 and continuing to work on better onboarding practices.</li>\n<li><strong>Struggle</strong>: Identifying tasks for contributor days, especially for small- to medium-sized tasks that can be fit into a single day.</li>\n<li><strong>Big Win</strong>: Regular contributions are starting to build up.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/docs/\">Documentation</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/kenshino/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>kenshino</a></li>\n<li><strong>Priority</strong>: Getting HelpHub out before WordPress 5.0’s launch to make sure Gutenberg User Docs have a permanent position to reside</li>\n<li><strong>Struggle</strong>: Getting the documentation from HelpHub into WordPress.org/support is more manual than initially anticipated.</li>\n<li><strong>Big Win</strong>: Had a good discussion with the Gutenberg team about their docs and how WordPress.org expects documentation to be distributed (via DevHub, Make and HelpHub). Getting past the code blocks to release HelpHub (soon)</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/hosting/\">Hosting</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/mikeschroder/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mikeschroder</a>, <a href=\"https://profiles.wordpress.org/jadonn/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jadonn</a></li>\n<li><strong>Priority</strong>: Helping Gutenberg land well at hosts for users in 5.0.</li>\n<li><strong>Struggle</strong>: Short time frame with few resources to accomplish priority items.</li>\n<li><strong>Big Win</strong>: Preparing Try Gutenberg support guide for hosts during the rollout and good reception from users following it.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/marketing/\">Marketing</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/bridgetwillard/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bridgetwillard</a></li>\n<li><strong>Priority</strong>: Continuing to write and publish case studies from the community.</li>\n<li><strong>Big Win</strong>: Onboarding guide is going well and is currently being <a href=\"https://translate.wordpress.org/projects/meta/get-involved\">translated</a>.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/meta/\">Meta</a> (WordPress.org Site)</h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/tellyworth/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tellyworth</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>coffee2code</a></li>\n<li><strong>Priority</strong>: Support for other teams in the lead up to, and the follow-up of, the release of WP 5.0. ETA is the WP 5.0 release date (Nov 19) and thereafter, unless it gets bumped to next quarter.</li>\n<li><strong>Struggle</strong>: Maintaining momentum on tickets (still).</li>\n<li><strong>Big Win</strong>: Launch of front-end demo of Gutenberg on https://wordpress.org/gutenberg/</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/mobile/\">Mobile</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/elibud/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>elibud</a></li>\n<li><strong>Priority</strong>: Have an alpha version of Gutenberg in the WordPress apps, ETA end of year 2018.</li>\n<li><strong>Struggle</strong>: Unfamiliar tech stack and the goal of reusing as much of Gutenberg-web’s code as possible.</li>\n<li><strong>Big Win</strong>: Running mobile tests on web’s PRs.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/plugins/\">Plugins</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/ipstenu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ipstenu</a></li>\n<li><strong>Priority</strong>: Cleaning up ‘inactive’ users, which was supposed to be complete but some work preparing for 5.0 was necessary.</li>\n<li><strong>Struggles</strong>: Devnotes are lacking for the upcoming release which slows progress.</li>\n<li><strong>Big Win</strong>: No backlog even though a lot were out!</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/polyglots/\">Polyglots</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/petya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>petya</a>, <a href=\"https://profiles.wordpress.org/ocean90/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ocean90</a>, <a href=\"https://profiles.wordpress.org/nao/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nao</a>, <a href=\"https://profiles.wordpress.org/chantalc/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chantalc</a>, <a href=\"https://profiles.wordpress.org/deconf/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>deconf</a>, <a href=\"https://profiles.wordpress.org/casiepa/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>casiepa</a></li>\n<li><strong>Priority</strong>: Help re-activating inactive locale teams.</li>\n<li><strong>Struggle</strong>: Many GTEs are having a hard time keeping up with incoming translation <a href=\"https://make.wordpress.org/polyglots/?resolved=unresolved&tags=editor-requests\">validation and PTE requests</a>.</li>\n<li><strong>Big Win</strong>: Made some progress in locale research and reassigning new GTEs.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/support/\">Support</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/clorith/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>clorith</a></li>\n<li><strong>Priority:</strong> Preparing for the upcoming 5.0 release</li>\n<li><strong>Struggle</strong>: Finding a good balance between how much we want to help people and how much we are able to help people. Also, contributor recruitment (always a crowd favorite!)</li>\n<li><strong>Big Win</strong>: How well the team, on a global level, has managed to maintain a good flow of user engagement through support.</li>\n</ul>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/themes/\">Theme Review</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/acosmin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>acosmin</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rabmalin</a>, <a href=\"https://profiles.wordpress.org/thinkupthemes/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thinkupthemes</a>, <a href=\"https://profiles.wordpress.org/williampatton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>williampatton</a></li>\n<li><strong>Priority</strong>: Implementing the Theme Sniffer plugin on WordPress.org which is one step forward towards automation. ETA early 2019</li>\n<li><strong>Struggle</strong>: Not having so many contributors/reviewers.</li>\n<li><strong>Big Win</strong>: Implementing <a href=\"https://make.wordpress.org/themes/2018/10/25/new-requirements/\">multiple requirements</a> into our review flow, like screenshots and readme.txt requirements.</li>\n</ul>\n<p></p>\n<p></p>\n<h2><a href=\"https://make.wordpress.org/training/\">Training</a></h2>\n<p></p>\n<ul>\n<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/bethsoderberg/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bethsoderberg</a>, <a href=\"https://profiles.wordpress.org/juliek/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>juliek</a></li>\n<li><strong>Priority:</strong> Getting the learn.wordpress.org site designed, developed, and being able to publish lesson plans to it.</li>\n<li><strong>Struggle:</strong> Getting contributors onboard and continually contributing. Part of that is related to the learn.wordpress.org site. People like to see their contributions.</li>\n<li><strong>Big Win</strong>: We have our new workflow and tools in place. We are also streamlining that process to help things go from idea to publication more quickly.</li>\n</ul>\n<p></p>\n<p><em>Interested in updates from the last quarter? You can find those here: <a href=\"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/\">https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/</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 Nov 2018 16:46: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:7:\"Josepha\";s: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:46:\"Dev Blog: The Month in WordPress: October 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=6230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/11/the-month-in-wordpress-october-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:8092:\"<p>Teams across the WordPress project are working hard to make sure everything is ready for the upcoming release of WordPress 5.0. Find out what’s going on and how you can get involved.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The Plan for WordPress 5.0</h2>\n\n<p>Early this month, <a href=\"https://make.wordpress.org/core/2018/10/03/proposed-wordpress-5-0-scope-and-schedule/\">the planned release schedule was announced</a> for WordPress 5.0, which was <a href=\"https://make.wordpress.org/core/2018/10/31/wordpress-5-0-schedule-updates/\">updated</a> a few weeks later. WordPress 5.0 is a highly anticipated release, as it’s the official launch of Gutenberg — the new block editor for WordPress Core. For more detail, check out this <a href=\"https://make.wordpress.org/core/2018/10/12/granular-timeline/\"> granular timeline</a>.<br /></p>\n\n<p>Along with the planned release schedule, <a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a>, who is heading up this release, <a href=\"https://make.wordpress.org/core/2018/10/03/a-plan-for-5-0/\">announced leads for critical focuses on the project</a>, including <a href=\"https://profiles.wordpress.org/matveb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matveb</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>karmatosed</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurelfulford</a>, <a href=\"https://profiles.wordpress.org/allancole/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>allancole</a>, <a href=\"https://profiles.wordpress.org/lonelyvegan/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lonelyvegan</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>omarreiss</a>, <a href=\"https://profiles.wordpress.org/antpb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>antpb</a>, <a href=\"https://profiles.wordpress.org/pento/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pento</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>danielbachhuber</a>, and <a href=\"https://profiles.wordpress.org/mcsf/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mcsf</a>.<br /></p>\n\n<p><a href=\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/\">WordPress 5.0 is currently in its second beta phase</a> and will soon move to the release candidate status. Help test this release right now by installing the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> on your site.<br /></p>\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also help out by <a href=\"https://make.wordpress.org/test/\">testing</a> or <a href=\"https://make.wordpress.org/polyglots/2018/10/24/wordpress-5-0-gutenberg-and-twenty-nineteen/\">translating</a> the release into a local language.</p>\n\n<h2>New Editor for WordPress Core</h2>\n\n<p>Active development continues on <a href=\"https://wordpress.org/gutenberg\">Gutenberg</a>, the new editing experience for WordPress Core. <a href=\"https://make.wordpress.org/core/2018/10/31/whats-new-in-gutenberg-31st-october-2/\">The latest release</a> is feature complete, meaning that all further development on it will be to improve existing features and fix outstanding bugs.<br /></p>\n\n<p>Some have raised concerns about Gutenberg’s accessibility, prompting the development team <a href=\"https://make.wordpress.org/core/2018/10/18/regarding-accessibility-in-gutenberg/\">to detail some areas</a> in which the new editor is accessible. To help improve things further, the team has made <a href=\"https://make.wordpress.org/core/2018/10/19/call-for-testers-community-gutenberg-accessibility-tests/\">a public call for accessibility testers</a> to assist.<br /></p>\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/tag/gutenberg\">the Gutenberg tag</a> on the Core team blog and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. Read <a href=\"https://make.wordpress.org/test/2018/10/19/gutenberg-needs-testing-areas/\">this guide</a> to find areas where you can have the most impact.</p>\n\n<h2>Migrating HelpHub to WordPress.org</h2>\n\n<p>HelpHub is an ongoing project to move all of WordPress’ user documentation from the <a href=\"https://codex.wordpress.org/\">Codex</a> to the <a href=\"https://wordpress.org/support/\">WordPress Support portal</a>.<br /></p>\n\n<p>HelpHub has been developed on <a href=\"https://wp-helphub.com/\">a separate staging server</a> and it’s now time to migrate the new documentation to its home on WordPress.org. The plan is to have everything moved over before WordPress 5.0 is released, so that all the new documentation will be available on the new platform from the start.<br /></p>\n\n<p>The HelpHub team has published <a href=\"https://make.wordpress.org/docs/2018/11/01/call-for-volunteers-helphub-migration/\">a call for volunteers</a> to help with the migration. If you would like to get involved, join the #docs channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>, and contact <a href=\"https://profiles.wordpress.org/atachibana/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>atachibana</a> to get started.</p>\n\n<h2>A New Default Theme for WordPress</h2>\n\n<p><a href=\"https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/\">A brand new default theme — Twenty Nineteen — has been announced</a> with development being led by <a href=\"https://profiles.wordpress.org/allancole/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>allancole</a>. The theme is packaged with WordPress 5.0, so it will be following the same release schedule as Core.<br /></p>\n\n<p>The new theme is designed to integrate seamlessly with Gutenberg and showcase how you can build a theme alongside the new block editor and take advantage of the creative freedom that it offers.<br /></p>\n\n<p>Want to help build Twenty Nineteen? Join in on <a href=\"https://github.com/WordPress/twentynineteen\">the theme’s GitHub repo</a> and join the #core-themes channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br /></p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul><li>The Support team are putting together more formal <a href=\"https://github.com/Clorith/wporg-support-guidelines\">Support Guidelines</a> for the WordPress Support Forums.</li><li>The group focused on privacy tools in Core <a href=\"https://make.wordpress.org/core/2018/10/11/whats-new-in-core-privacy/\">has released some details</a> on the work they have been doing recently, with a roadmap for their plans over the next few months.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2018/10/15/wordpress-and-php-7-3/\">released an update</a> about how WordPress will be compatible with PHP 7.3.</li><li>The Theme Review Team have published <a href=\"https://make.wordpress.org/themes/2018/10/25/new-requirements/\">some new requirements</a> regarding child themes, readme files and trusted authors in the Theme Directory.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2018/10/23/progressive-web-app-for-wordcamps/\">are working on a PWA service</a> for all WordCamp websites.</li></ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><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, 01 Nov 2018 08:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:61:\"WPTavern: Gutenberg Cloud Plugin for WordPress is Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gutenberg-cloud-plugin-for-wordpress-is-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5938:\"<p><a href=\"https://www.frontkom.no/\" rel=\"noopener noreferrer\" target=\"_blank\">Frontkom</a>, the team behind the <a href=\"https://gutenbergcloud.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg Cloud</a> project, has published the beta version of its WordPress plugin to the official repository. <a href=\"https://wordpress.org/plugins/cloud-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Cloud Blocks</a> serves as a connector, allowing WordPress users to browse and install open source blocks from Gutenberg Cloud. The blocks are hosted on NPM and their assets are served from CloudFlare using <a href=\"https://unpkg.com\" rel=\"noopener noreferrer\" target=\"_blank\">unpkg.com</a>.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/10/gutenberg-cloud-wp-plugin.gif?ssl=1\"><img /></a></p>\n<p>Gutenberg Cloud’s online library of blocks is CMS agnostic, offering blocks for both Drupal and WordPress sites, and more CMSs in the future. The service advertises three key benefits for developers who host blocks on Gutenberg Cloud:</p>\n<ul>\n<li>Wider adoption: Your blocks can be used outside of WP</li>\n<li>Discoverability: Your blocks will pop up in the Cloud Blocks UI</li>\n<li>Faster development: No plugin/SVN needed, just publish to NPM</li>\n</ul>\n<p>Frontkom is actively recruiting WordPress developers to add blocks to the cloud to test the process. Documentation for <a href=\"https://github.com/front/cloud-blocks/blob/master/docs/migrate-block.md\" rel=\"noopener noreferrer\" target=\"_blank\">migrating blocks from a plugin</a> is available on GitHub. Frontkom has also produced a new <a href=\"https://github.com/front/create-cloud-block\" rel=\"noopener noreferrer\" target=\"_blank\">boilerplate generator for building Gutenberg Cloud blocks</a>.</p>\n<p>Users should note that the team is still ironing out the experience for developers adding blocks to the cloud, so the plugin isn’t yet ready for general use. It’s currently under active development. </p>\n<h3>WordPress Developers Say Gutenberg Cloud May Not be the Best Way to Release Blocks but Platform has Potential</h3>\n<p>I contacted some WordPress developers who have tested sending their blocks to Gutenberg Cloud to get their initial reactions to the platform. </p>\n<p>“The idea that folks will be able to install blocks a la carte is interesting,” <a href=\"https://coblocks.com/\" rel=\"noopener noreferrer\" target=\"_blank\">CoBlocks</a> author and ThemeBeans founder Rich Tabor said. “It’s pretty much as easy as installing plugins.”</p>\n<p>Tabor experimented with migrating his Block Gallery blocks and said the process was not difficult but he foresees difficulties in maintaining blocks across parent plugins and Gutenberg Cloud.</p>\n<p>“As a developer, I’m still not entirely convinced Gutenberg Cloud is the best way to release blocks, aside from relatively simple blocks,” Tabor said. “I personally lean towards building suites of blocks that share a relative purpose, instead of one plugin (or one Cloud Block instance) per block. For one, it cuts down on maintenance quite a bit, as custom components can be shared between blocks. And there’s much better discoverability on getting relative blocks in the hands of users — if they’re grouped together.”</p>\n<p>Block collections have been criticized for making it difficult to search for and discover individual blocks, but Tabor makes some good arguments for improving block discoverability by grouping together features users often need. That is the whole point of successful plugins like Jetpack, but this type of packaging also lends itself to criticism about bloat.</p>\n<p>“It’s a similar conundrum when we look at grouped/not grouped shortcode plugins,” Tabor said. “I suppose the main difference is that the nature of blocks is much more complicated than that of shortcodes. History seems to repeat itself.”</p>\n<p>Tabor said he is considering distributing a few of his free blocks through Gutenberg Cloud but he hasn’t fully decided yet.</p>\n<p>WordPress core contributor, <a href=\"https://joshpress.net/\" rel=\"noopener noreferrer\" target=\"_blank\">Josh Pollock</a>, who has worked extensively with React and Gutenberg, also tested the Gutenberg Cloud platform. He said he thinks it has a lot of potential for developers who write blocks that are mainly JavaScript already.</p>\n<p>“I could see how an agency that builds WordPress sites could save a lot of time and hassle building out a block library,” Pollock said. “As a plugin developer with a lot of little ideas, the pain and time of setting up a block and block environment, which no one has gotten right yet, makes me very excited about this.”</p>\n<p>Pollock also reported a positive experience with the <a href=\"https://github.com/front/create-cloud-block\" rel=\"noopener noreferrer\" target=\"_blank\">create-cloud-block</a> generator.</p>\n<p>“The code that create-cloud-block generates is well-written, but not too opinionated,” Pollock said. “The developer experience is both really cool — you preview your block in a functional Gutenberg-powered editor with no WordPress site attached — and a little frustrating as there is no live reload yet. I know they are just getting started and the tool doesn’t lock you into any structure, which is great. I’ll be keeping my eye on this project.”</p>\n<p>Frontkom CTO Per André Rønsen said his team will continue testing the cloud internally until they get more developer feedback on the corresponding WordPress plugin. For Drupal users, Gutenberg Cloud will be shipped as a submodule of Gutenberg, which means all sites that install Gutenberg will also get the Cloud module. It can, however, be disabled. Rønsen said his team plans to showcase Gutenberg Cloud for D8 at DrupalCamp Oslo in November.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Oct 2018 23:12:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Matt: What’s in My Bag, 2018 Edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://ma.tt/2018/10/whats-in-my-bag-2018-edition/\";s: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:12475:\"<a href=\"https://i2.wp.com/ma.tt/files/2018/10/bag-v4.jpg?ssl=1\" target=\"_blank\" rel=\"noreferrer noopener\"><img /></a>\n<ol>\n<li><a href=\"https://sdrtraveller.com/collections/accessories/products/travel-folio\">SDR Kashmir Travel Folio</a>, made with this super-cool material called Dyneema, which is twice as strong as Kevlar and 15 times as strong as steel, but virtually weightless.</li>\n<li><a href=\"https://www.amazon.com/dp/B06XGD6CS4/?tag=photomatt08-20\">Garmin Forerunner 935</a> which is a triathlon watch, so it can tell me how much I don’t run, how much I don’t bike, and how much I don’t swim. Crazy sensors on it, and it’s lighter than an Apple Watch, which I tried again to use this year but wasn’t able to handle another device in my life that I had to charge daily. It has a weird charger, pictured next to it, but only needs charging once every few weeks so I don’t mind at all.</li>\n<li>This is the latest 15” grey touchbar MacBook Pro, customized by <a href=\"https://www.uncovermac.com/\">Uncover</a> to have the <a href=\"https://jetpack.com/\">Jetpack</a> logo on it. I like the keyboard quietness and performance improvements of latest generation.</li>\n<li><a href=\"https://www.aersf.com/fit-pack-2-black\">Fit Pack 2 from Aer</a> is the same I wrote a whole blog post about last year, and I still love and adore it every day. They have a few bigger and smaller packs, but the quality is just fantastic and I love all the pockets. Mine is starting to tear a little bit by one of the shoulder straps, but I do keep ~18lbs in it regularly.</li>\n<li>This is a <a href=\"https://www.amazon.com/dp/B0035N09CS/?tag=photomatt08-20\">grey wool buff</a>, which works as a scarf, a hat, or an eye cover if I’m trying to sleep. I tried this out because of one of <a href=\"http://tynan.com/gear2017\">Tynan’s also-great gear posts</a>.</li>\n<li>Passport, because you never know when you’ll need to leave the country.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B06VTJWRJW/?tag=photomatt08-20\">Kindle Oasis</a> with this <a href=\"https://www.amazon.com/gp/product/B07B7H4L8F/?tag=photomatt08-20\">random case on it</a>. I dig that this one is apparently waterproof — which I’ve never tested — but doesn’t feel like we’ve found the perfect size and weight balance yet. Reading is my favorite activity right now so this is my most-loved item.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B01EN9QK6G/?tag=photomatt08-20\">Imazing 10k charger</a>. Great capacity, charges via USB-C. (2nd year)</li>\n<li>I’ve started carrying around some stationery so I can write notes to people when I’m on the road. Now I just need better handwriting…</li>\n<li><a href=\"http://www.delfonics.com\">Delfonics</a> is a funky-cool Japanese stationery, and <a href=\"https://www.amazon.com/dp/B003N1XRYY/?tag=photomatt08-20\">this 3”x4” Rollbahn notebook is tops</a>, and actually fits in my pocket. The Amazon one linked might be larger, I found it at <a href=\"http://paper-ya.com/\">Paper-Ya on Granville Island</a>.</li>\n<li>A small leather bracelet I got in Seoul, Korea.</li>\n<li>Two things here: a <a href=\"https://www.amazon.com/gp/product/B00CM589B8/?tag=photomatt08-20\">rolled-up chamois cloth</a> for cleaning glasses, inspired by <a href=\"https://ma.tt/2018/01/r-i-p-dean/\">my late friend Dean</a>, and <a href=\"https://twitter.com/helenhousandi/status/746057671531429889\">a WordPress ring I wear sometimes</a>.</li>\n<li>Three pens here: A <a href=\"https://matt.blog/2018/09/30/new-automattic-pen/\">cool customized one we did for Automatticians</a>; a <a href=\"https://www.amazon.com/dp/B00J2S5JNY/?tag=photomatt08-20\">Lamy Accent 4pen</a> which has red, blue, black, and a mechanical pencil built in; a Sharpie for signing stuff.</li>\n<li>Have gone away from the carbon fiber clip and now using this <a href=\"https://www.paulsmith.com/us/mens/accessories/wallets?style=205\">small Paul Smith card wallet</a>.</li>\n<li><a href=\"https://www.amazon.com/dp/B016QO5YNG/?tag=photomatt08-20\">Apple Magic Mouse 2</a>. When this one breaks I’ll switch it out for a black one.</li>\n<li>Charger for the MacBook Pro.</li>\n<li>A super small international adapter, which is also nice for converting the 3-prong in the next item into a 2-prong. It’s Lenmar but I’m not going to link Amazon because they’re charging too much, just picked up in an airport store.</li>\n<li><strong>Probably my favorite new item of the year:</strong> I have given Native Union a hard time in the past but super love <a href=\"https://www.amazon.com/gp/product/B075LPVWBS/?tag=photomatt08-20\">this combo extension cord and USB charger</a>. It is an 8-foot extension cord, which is remarkably handy, has two AC outlets, 3 USB ports, and one USB-C. Total life-saver.</li>\n<li>A <a href=\"https://sdrtraveller.com/collections/accessories/products/accessory-pouch\">dyneema accessory pouch</a>, <a href=\"https://retaw.tokyo/en/\">retaW aoyama / tokyo fragrance lipcream</a>, <a href=\"https://www.amazon.com/gp/product/B005LVYSKQ/?tag=photomatt08-20\">Aveda Peppymint breath refresher</a>, <a href=\"https://www.amazon.com/dp/B000IB0H8G/?tag=photomatt08-20\">Aesop Ginger Flight Therapy</a> roller, a spray hand cleanser, and <a href=\"https://www.amazon.com/dp/B003J35X9I/?tag=photomatt08-20\">Mintia COLDSMASH</a>.</li>\n<li><a href=\"https://www.districtvision.com/about\">District Vision</a> makes these <a href=\"https://www.sportique.com/products/district-vision-nagata-gray-sunglasses-district-black-rose\">these running sunglasses</a> in Japan, which I found at the <a href=\"https://snowpeak.com/\">Snow Peak</a> store in NYC.</li>\n<li>These sunglasses are a collaboration between <a href=\"https://saltoptics.com/\">Salt</a> and <a href=\"https://www.aetherapparel.com/\">Aether</a>.</li>\n<li>A single-use packet of Sriracha. Hot sauce in your bag? Swag.</li>\n<li>A <a href=\"https://www.amazon.com/dp/B00JDUCSD0/?tag=photomatt08-20\">palo santo smudge stick</a>, smells great when you burn it. I’m turning into a hippie.</li>\n<li>Hermes business card holder.</li>\n<li>iPhone XS with a Jetpack <a href=\"https://www.popsockets.com/\">Popsocket</a>.</li>\n<li>Pixel 2, now replaced by a Pixel 3 XL.</li>\n<li>This is a bag with some small opals I gave as a Burning Man gift.</li>\n<li>iPad Pro 10.5 and <a href=\"https://www.amazon.com/dp/B071WLK8GY/?tag=photomatt08-20\">Apple sleeve with Pencil holder</a>, which is still one of my favorite gadgets of the year. Everything about this device just works and is a pleasure to use, and I’ve already ordered the new 11″ Pro and related accessories.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B013VL4W58/?tag=photomatt08-20\">Half meter (the perfect size) lightning cable</a>.</li>\n<li>Apple USB-C dongle.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B01M8PYE5X/?tag=photomatt08-20\">Cool multi-function USB cable with lightning, two micro-USBs, and USB-C</a>. I give these away all the time now and it’s nice to pair with the battery in #8 because I know I can charge anybody with this thing.</li>\n<li>Short USB-C.</li>\n<li>Combo micro-USB and Lightning.</li>\n<li>Short lightning cable, just like 29.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B001E1Y5O6/?tag=photomatt08-20\">Velcro cable ties</a>, great for tidying pretty much anything. I just take a few out of the big pack and roll them up to travel with.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B06XTXLNCW/?tag=photomatt08-20\">Retractable USB-C</a>, don’t love these as they break but it’s the best of what’s out there.</li>\n<li>USB-C to Lightning, great for super-fast charging.</li>\n<li>My favorite USB-C hub so far, the <a href=\"https://www.amazon.com/gp/product/B07B87BN1M/?tag=photomatt08-20\">Satechi Aluminum Type-C Multimedia Adapter with 4K HDMI, Mini DP, USB-C PD, Gigabit Ethernet, USB 3.0, Micro/SD Card Slots</a>. Pretty much everything you could possibly need.</li>\n<li>A pretty handy <a href=\"https://www.amazon.com/dp/B00OWBHE9I/?tag=photomatt08-20\">Ventev dashport car port charger that’s small and light</a>. (2nd year)</li>\n<li>A few spare SIM cards, some SD cards, thingy to poke SIM card holder, and <a href=\"https://www.amazon.com/gp/product/B010HWCFDA/?tag=photomatt08-20\">combo USB-C / USB-A 64gb stick</a>.</li>\n<li>Lockpick set. (4th year)</li>\n<li><a href=\"https://www.bragi.com/thedashpro/customize/\">Bragi Pro custom earphones</a>. For many years I had custom in-ear monitors, but the convenience of wireless overcame that, even before they started taking headphone jacks out of phones. Bragi now allows you to send in ear molds from an audiologist and they’ll make these custom true wireless headphones that fit and sound great, but I have trouble recommending because the case is so heavy and once got so jammed I almost thought I’d have to throw the whole thing away, and the app has never been able to “connect” for me because it gets stuck on turning on some fitness sensors. If it could connect I think I could turn off the other feature that is annoying, which is the touch controls that I find get triggered by my hat or when my head is against a chair. So, a qualified “maybe try this.”</li>\n<li><a href=\"http://www.amazon.com/gp/product/B00D4LBOV6/?tag=photomatt08-20\">Sennheiser Culture Series Wideband Headset</a>, which I use for podcasts, Skype, Facetime, Zoom, and Google Hangout calls with external folks and teams inside of Automattic. Light, comfortable, great sound quality, and great at blocking out background noise so you don’t annoy other people on the call. I’d love to replace this with something wireless but haven’t found one with as high fidelity audio.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B07712LKJM/?tag=photomatt08-20\">GL.iNet GL-AR750 Travel AC Router</a> which I use to create wifi networks different places I go, which is often faster than hotel/etc wifi, and I can also VPN encrypt all my traffic through it. Pretty handy! But not user-friendly. Often keep it in my suitcase and not my backpack. I have a retractable Ethernet and micro-USB attached to it.</li>\n<li>Matte black Airpods. I love Airpods and these look super cool, I think these were from BlackPods which looks shut down now but <a href=\"https://www.colorware.com/p-743-apple-airpods.aspx\">Colorware has some alternatives</a>. (2nd year)</li>\n<li><a href=\"http://www.westoneaudio.com/index.php/products/hearing-protection/es49-custom-hearing-protection.html\">Westone ES49 custom earplugs</a>, for if I go to concerts or anyplace overly loud. (4th year)</li>\n<li>An ultralight running jacket I think I got at Lululemon Lab in Vancouver. They don’t have anything like it available online right now but it folds up ultra-tiny, weighs nothing, and is a nice layer for on an airplane. My only complaint (as with all Lululemon products) is the low quality of the zipper. (2nd year)</li>\n</ol>\n<p>That’s it for this year. As a bonus I’ll link some of my favorite other-bag items including toiletries: <a href=\"http://www.muji.us/store/4549738743743.html\">Muji dopp kit bag</a>, <a href=\"https://www.amazon.com/gp/product/B00JRK8VAU/?tag=photomatt08-20\">these amazing travel bottles for creams</a>, <a href=\"https://www.amazon.com/gp/product/B0091JL3IO/?tag=photomatt08-20\">travel atomizer</a>, <a href=\"http://www.elysiumhealth.com/\">Elysium Basis</a>, <a href=\"http://www.amazon.com/dp/B00GHDK32Y/?tag=photomatt08-20\">Muji q-tips</a>, <a href=\"https://www.aesop.com/us/p/skin/hydrate/in-two-minds-facial-hydrator/\">Aesop Two Minds Facial Hydrator</a>, <a href=\"https://www.amazon.com/gp/product/B00375P3IE/?tag=photomatt08-20\">Sunleya Sun Care SPF 15</a>, <a href=\"https://www.amazon.com/dp/B00G63D2XC/?tag=photomatt08-20\">folding brush / comb</a>, <a href=\"http://www.amazon.com/gp/product/B00CUG273A/?tag=photomatt08-20\">Philips Sonicare Brush</a>, <a href=\"https://www.aesop.com/us/p/body/personal-care/toothpaste/\">Aesop toothpaste</a>, <a href=\"https://www.amazon.com/dp/B008QMWKES/?tag=photomatt08-20\">Tom’s SLS-free toothpaste</a>, <a href=\"https://www.amazon.com/dp/B019J13OCQ/?tag=photomatt08-20\">Orabrush cleaner</a>.</p>\n<p>If you’re curious, here are the previous years: <a href=\"https://ma.tt/2015/01/whats-in-my-bag-2014/\">2014</a>, <a href=\"https://ma.tt/2016/03/whats-in-my-bag-2016-edition/\">2016</a>, <a href=\"https://ma.tt/2017/05/whats-in-my-bag-2017/\">2017</a>.</p>\n<p>If you have any questions please leave them in the comments!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Oct 2018 03:44:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WordPress.com and Jetpack Launch New Activity Feature for Monitoring Website Changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=85171\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/wordpress-com-and-jetpack-launch-new-activity-feature-for-monitoring-website-changes\";s: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:3652:\"<p><a href=\"https://en.blog.wordpress.com/2018/10/30/introducing-activity/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.com launched a new Activity feature</a> today, a tool for monitoring changes that occur on the site and actions initiated through the admin. It’s also available for Jetpack-enabled sites and the activity log can be viewed on WordPress.com or on the WordPress mobile apps. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/10/activity-feature.png?ssl=1\"><img /></a></p>\n<p>Activity logs the following actions and presents them in an easy-to-read timeline on WordPress.com:</p>\n<ul>\n<li>Published or updated posts and pages</li>\n<li>Comment submission and management activity</li>\n<li>Settings and options modifications</li>\n<li>Login attempts by registered site users</li>\n<li>Plugin installations, updates, and removals</li>\n<li>Theme switches, installations, updates, and deletions</li>\n</ul>\n<p>The Activity log can be useful for debugging client sites where the client cannot remember the actions they performed that changed their website. Users can also update plugins and themes directly from the activity log. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-10-30-at-8.02.41-PM.png?ssl=1\"><img /></a></p>\n<p>WordPress.com’s new Activity feature is reminiscent of XWP’s <a href=\"https://wordpress.org/plugins/stream/\" rel=\"noopener noreferrer\" target=\"_blank\">Stream</a> plugin, which launched in 2013 with similar admin logging features stored locally. It offers support for multisite as well as several popular plugins, such as ACF, bbPress, BuddyPress, EDD, Gravity Forms, WooCommerce, Yoast SEO, and Jetpack. Stream hasn’t gained much traction in recent years with just 30,000 active installations. </p>\n<p>In 2014, Stream’s creators explored offering <a href=\"https://wptavern.com/stream-morphs-from-a-plugin-into-a-service\" rel=\"noopener noreferrer\" target=\"_blank\">Stream as a service</a> where the logs were stored in AWS and included configurable SMS notifications. The service was <a href=\"https://wptavern.com/stream-is-shutting-down-its-cloud-data-storage-october-1st\" rel=\"noopener noreferrer\" target=\"_blank\">shut down in 2015</a> in favor of storing the activity logs locally due to the expense of cloud storage. Shortly after that it was acquired by XWP.</p>\n<p>Automattic is also exploring offering its new Activity feature as a paid service. Currently sites on the Free plan only have access to the last 20 most recent events. Access is tiered based on the plan. Personal and Premium users have access to activities from the last 30 days and Professional users can see all activities for the past year. The ability to filter activities by type is also restricted to paid users only.</p>\n<p>Jetpack site owners should note that Activity is activated by default – it’s not a module that can be turned on or off. The feature doesn’t send any new data to WordPress.com but rather offers a new interface for data that is already synced.</p>\n<p>The full list of activities the feature collects, as well as privacy information related to data retention, is available for <a href=\"https://en.support.wordpress.com/activity/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.com</a> and <a href=\"https://jetpack.com/support/activity-log/\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack sites</a> in the documentation for the feature. Users can report bugs to the <a href=\"https://github.com/Automattic/wp-calypso\" rel=\"noopener noreferrer\" target=\"_blank\">Calypso GitHub repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Oct 2018 03:04:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:111:\"WPTavern: WordPress Accessibility Team Delivers Sobering Assessment of Gutenberg: “We have to draw a line.”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=85082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/wordpress-accessibility-team-delivers-sobering-assessment-of-gutenberg-we-have-to-draw-a-line\";s: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:9807:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/10/accessibility-team-assessment-gutenberg.jpg?ssl=1\"><img /></a>photo credit: classroomcamera <a href=\"http://www.flickr.com/photos/155535822@N07/27792517478\">DSC03657</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>WordPress’ accessibility team has published a <a href=\"https://make.wordpress.org/accessibility/2018/10/29/report-on-the-accessibility-status-of-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">statement on the level of overall accessibility of Gutenberg</a>. The team, largely a group of unpaid volunteers, collaborated on a detailed assessment that publicly challenges Gutenberg’s readiness for core in a way that no other WordPress team has done through official channels to date. After a week of testing the most recent version of the plugin, the team concluded that they cannot recommend Gutenberg to be used by anyone who relies on assistive technology.</p>\n<blockquote><p>The Accessibility team – like any team in WordPress – has no specific authority over the project. Because we’re a small team of volunteers, we’ve been pragmatic in how we apply the guidelines. We have made tradeoffs in prioritization. Gutenberg is a place where we feel it is necessary to draw a line. The ability to author, edit, and publish posts is the primary purpose of WordPress.</p></blockquote>\n<p>Accessibility team rep Joe Dolson, speaking on behalf of the team, cited cognitive load and complexity, inconsistent user interface behavior, heavy reliance on keyboard shortcuts, and difficulties with keyboard navigation through blocks, among other concerns about Gutenberg. He outlined an example of the keyboard sequence required to do something as simple as change the font size in a paragraph block. It currently requires 34 separate keyboard stops, and even more if the tester doesn’t have prior knowledge of how to navigate Gutenberg.</p>\n<p>“Because the complexity of interaction with Gutenberg is an order of magnitude greater than in the classic editor, we believe that Gutenberg is less accessible than the existing classic editor, though it offers many great features that are not available in the current editor,” Dolson said. </p>\n<p>This assessment echoes many of the common themes found in <a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg’s reviews on WordPress.org</a>, even among the most recent reviews of the latest version. Ratings are currently hovering at 2.3 out of 5 stars. Users have repeatedly said the interface is “<a href=\"https://wordpress.org/support/topic/gutenberg-is-a-clear-winner/\" rel=\"noopener noreferrer\" target=\"_blank\">far too heavily reliant on hover based functionality</a>.” Even those without accessibility needs find it <a href=\"https://wordpress.org/support/topic/blocks-concept-seems-great-but-still-so-confusing/\" rel=\"noopener noreferrer\" target=\"_blank\">confusing</a>, <a href=\"https://wordpress.org/support/topic/rage-inducing/\" rel=\"noopener noreferrer\" target=\"_blank\">unintuitive</a>, and <a href=\"https://wordpress.org/support/topic/an-unusable-codewreck/\" rel=\"noopener noreferrer\" target=\"_blank\">difficult to navigate content</a>. Some testers find it <a href=\"https://wordpress.org/support/topic/fixing-what-isnt-broken-w-broken-tools/\" rel=\"noopener noreferrer\" target=\"_blank\">nearly impossible to do what they want to do with it</a>.</p>\n<p>The positive reviews recognize the software as <a href=\"https://wordpress.org/support/topic/much-needed-update-2/\" rel=\"noopener noreferrer\" target=\"_blank\">a work in progress</a> and testers seem more aware of the overall vision for the plugin. They are excited about some of the <a href=\"https://wordpress.org/support/topic/my-experience-with-gutenberg-the-good-and-not-so-good/\" rel=\"noopener noreferrer\" target=\"_blank\">more advanced features that blocks offer</a>, but many positive reviewers urge WordPress to give it more time before making it the default editor.</p>\n<p>The accessibility team is convinced that the main accessibility issues in Gutenberg stem from design issues. </p>\n<p>“Gutenberg is the way of the future in WordPress, but the direction it has taken so far has been worrying,” Dolson said. “We do not want to miss the opportunity to build a modern and inclusive application for WordPress, but in order to achieve that goal, accessibility needs to incorporated in all design processes in the project.</p>\n<p>“These problems are solvable. Retrofitting accessibility is not an effective process. It is costly in terms of time and resources.”</p>\n<p>In a recent post titled <a href=\"https://pento.net/2018/10/26/iterating-on-merge-proposals/\" rel=\"noopener noreferrer\" target=\"_blank\">Iterating on Merge Proposals</a>, Gary Pendergast, who is leading the merge of Gutenberg into core, acknowledged that they could have asked for the accessibility team’s help much earlier in the process. </p>\n<p>“The Accessibility team should’ve been consulted more closely, much earlier in the process, and that’s a mistake I expect to see rectified as the Gutenberg project moves into its next phase after WordPress 5.0,” Pendergast said. “While Gutenberg has always aimed to prioritize accessibility, both providing tools to make the block editor more accessible, as well as encouraging authors to publish accessible content, there are still areas where we can improve.”</p>\n<p>At this time there has been no official response to the accessibility team’s assessment. It does not look like it will meaningfully impact the release date, as <a href=\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/\" rel=\"noopener noreferrer\" target=\"_blank\">Beta 2</a> went out last night and RC 1 is planned for release today. If the core dev chats are any indication, contributors involved in 5.0 seem to be on board with the ambitious timeline for its release. </p>\n<p>In a post titled “<a href=\"https://werdswords.com/accessibility-in-gutenberg-is-not-a-one-more-feature/\" rel=\"noopener noreferrer\" target=\"_blank\">Accessibility in Gutenberg is not a one-more feature</a>,” core developer Drew Jaynes urges the project’s leadership and contributors not to compromise core accessibility standards for the sake of an expedited timeline.</p>\n<p>“Please let’s not make the ‘new standard’ be that we’re willing to ship technically accessible but perhaps not entirely usable-for-all features; let’s not define it as one that sacrifices standards core to the WordPress experience in the name of perceived expediency; let’s not define it as the new default authoring experience for all users when not all users can use it well,” Jaynes said.</p>\n<p>WordPress 5.0 release lead Matt Mullenweg has frequently said the release will ship when it’s ready. He contends that the interface has been continually modified for accessibility needs throughout the process of developing Gutenberg. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Modifying the interface to accomodate a11y is the compromise, it has been continuous throughout the process. I don\'t know how to achieve the imaginary bar you\'re setting up.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1055889800119508992?ref_src=twsrc%5Etfw\">October 26, 2018</a></p></blockquote>\n<p></p>\n<p>Matthew MacPherson, Gutenberg’s accessibility lead, was not immediately available for comment on the team’s assessment. Ultimately, the decision to delay the release will fall to Mullenweg and his leadership team. The accessibility team, however, will not lend its endorsement of Gutenberg at this time:</p>\n<blockquote><p>The accessibility team will continue to work to support Gutenberg to the best of our ability. However, based on its current status, we cannot recommend that anybody who has a need for assistive technology allow it to be in use on any sites they need to use at this time.</p></blockquote>\n<p>Gutenberg is now 20 days away from landing in WordPress 5.0, but this does not leave enough time to solve the design and architectural issues the accessibility team has identified. They have <a href=\"https://core.trac.wordpress.org/ticket/44671\" rel=\"noopener noreferrer\" target=\"_blank\">proposed a notice</a> on the 5.0 release to inform administrators of Gutenberg’s inadequacy for users of assistive technology, with a prompt to install the Classic Editor plugin. Many people with accessibility needs depend on the WordPress editor in order to do their work and will need to stick with the old interface. The proposal has been closed with a note indicating that 5.0 will point users to the Classic Editor plugin if they need it.</p>\n<p>The mistake of not having consulted accessibility experts in the design phase cannot be easily rectified at this point, but the Classic Editor is still available for those who need to preserve their same workflow. The conflict lies in whether WordPress should ship a new editor that those with accessibility needs cannot immediately use. It is a somewhat painful and frustrating outcome for those users when the entire ecosystem is rapidly moving towards Gutenberg as the standard. </p>\n<p>Either the accessibility and usability issues the team identified are not as bad as they purport or this document is a last-minute clarion call that could prevent WordPress from shipping an editor that excludes users who rely on assistive technology. Due to the gravity of their claims, the accessibility team’s statement on Gutenberg demands an official response.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Oct 2018 19:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Dev Blog: WordPress 5.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2200:\"<p>WordPress 5.0 Beta 2 is now available!</p>\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n<p>There are two ways to test the WordPress 5.0 Beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href=\"https://wordpress.org/wordpress-5.0-beta2.zip\">download the beta here</a> (zip).</p>\n\n<p>WordPress 5.0 is slated for release on <a href=\"https://make.wordpress.org/core/5-0/\">November 19</a>, and we need your help to get there. Here are some of the big issues that we fixed since Beta 1:</p>\n\n<h2>Block Editor</h2>\n\n<p>We’ve updated to the latest version of the block editor from the Gutenberg plugin, which includes the new <a href=\"https://github.com/WordPress/gutenberg/pull/10209\">Format API</a>, embedding improvements, and <a href=\"https://github.com/WordPress/gutenberg/milestone/71\">a variety of bug fixes</a>.</p>\n\n<p>Meta boxes had a few bugs, and they weren’t showing at all in the block editor, so we’ve fixed and polished there.</p>\n\n<h2>Internationalisation</h2>\n\n<p>We’ve added support for <a href=\"https://core.trac.wordpress.org/ticket/45103\">registering and loading JavaScript translation files</a>.</p>\n\n<h2>Twenty Nineteen</h2>\n\n<p>The <a href=\"https://github.com/WordPress/twentynineteen\">Twenty Nineteen repository</a> is a hive of activity, there have been a stack of minor bugs clean up, and some notable additions:</p>\n\n<ul><li>There’s now a widget area in the page footer.</li><li>Navigation submenus have been implemented for mobile devices.</li><li>Customiser options have been added for changing the theme colours and feature image filters.</li></ul>\n\n<h2>Everything Else</h2>\n\n<p>The REST API has a couple of bug fixes and performance improvements. PHP 7.3 compatibility has been improved.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p><em>We’re fixing the bugs:<br />All the ones you’ve reported.<br />Some that we’ve found, too.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Oct 2018 05:04:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: php[world] 2018 to Feature Full-Day Gutenberg Development Workshop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=85120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/phpworld-2018-to-feature-full-day-gutenberg-development-workshop\";s: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:4715:\"<p>The fourth annual <a href=\"https://world.phparch.com/\" rel=\"noopener noreferrer\" target=\"_blank\">php[world]</a> conference is just two weeks away. The event is dedicated to uniting the PHP community and will be held November 14-15, 2018, in Washington, D.C. </p>\n<p>This year the organizing team created a “Content Advisory Board” to ensure the event included sessions that will appeal to everyone. The board includes two WordPress Developers, two Drupal developers, and two more more general PHP developers. They reviewed all incoming talk submissions and gave organizers ideas on what they thought would be of greatest interest to each community.</p>\n<p>php[world] has traditionally included several topics and speakers from the WordPress world. This year the program features a full-day training workshop on Gutenberg development led by Josh Pollock and Zac Gordon. The workshop is called <a href=\"https://world.phparch.com/sessions/modern-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">The Future of WordPress Development</a> and is available through a <a href=\"https://world.phparch.com/register/\" rel=\"noopener noreferrer\" target=\"_blank\">separate day ticket</a>. </p>\n<p>“We’ve always tried to focus php[world] on being the PHP conference that appeals to WordPress and Drupal developers as well,” conference co-chair Eli White said. “We all write PHP (and JavaScript) code, and the DC area is full of WordPress and Drupal development shops. In fact, the majority of people in the local PHP user groups are doing WordPress development anyway. So we should all just be learning from each other. </p>\n<p>“For WordPress, that was obviously Gutenberg. Currently the release date for WordPress 5.0 and Gutenberg is November 19th, just a few days after php[world], and so it’s a really important topic for any developer who works with WordPress to be familiar with.”</p>\n<p>Workshop attendees can expect to become better acquainted with extending Gutenberg. The instructors plan to cover the basics of block creation as well as more advanced topics like making blocks dynamic and creating advanced blocks with the WordPress REST API and Redux.</p>\n<p>“For the workshop, our goal is to get folks comfortable with what they could do with Gutenberg,” Josh Pollock said. “We’ll cover the anatomy of a block, and different patterns for creating simple and complex blocks. We’ll go over each of the types of block types you can create and have hands-on time to play with these new skills and ask real time questions.</p>\n<p>“Developers should leave with an understanding of the different types of blocks they can build and why. They’ll also get plenty of example code, links, and advice they can use when it’s time to build blocks for their own WordPress projects.”</p>\n<p>The event includes a few other sessions geared towards WordPress developers: David Wolfpaw is giving a workshop called “<a href=\"https://world.phparch.com/sessions/building-wordpress-themes-a-primer/\" rel=\"noopener noreferrer\" target=\"_blank\">Building WordPress Themes: A Primer</a>” and Mo Jangda from Automattic is giving a talk on “<a href=\"https://world.phparch.com/sessions/handle-an-outage/\" rel=\"noopener noreferrer\" target=\"_blank\">How to Handle a Site Outage</a>.” There is another full-day training on modern PHP security that happens the day before the Gutenberg workshop that White said the WordPress Developers on the content board urged them to include.</p>\n<p>The main conference is also hosting many sessions that would benefit WordPress developers who want to sharpen their PHP skills. A few highlights include:</p>\n<ul>\n<li>Steve Grunwell is giving a “<a href=\"https://world.phparch.com/sessions/a-crash-course-in-php-namespaces-for-wordpress-developers/\" rel=\"noopener noreferrer\" target=\"_blank\">Crash-Course in PHP Namespaces</a>.”</li>\n<li>Sara Goleman, a core PHP contributor, will be talking about “<a href=\"https://world.phparch.com/sessions/php-now-and-tomorrow/\" rel=\"noopener noreferrer\" target=\"_blank\">PHP: Now and Tomorrow</a>,” discussing the PHP roadmap for 7.4 and 8.0.</li>\n<li>Brandon Savage is giving a two-hour workshop on “<a href=\"https://world.phparch.com/sessions/practical-object-oriented-design-principles/\" rel=\"noopener noreferrer\" target=\"_blank\">Object-Oriented Design Principles</a>,” designed to be a an introduction or refresher on OOP best practices.</li>\n</ul>\n<p>Check out the <a href=\"https://world.phparch.com/schedule/\" rel=\"noopener noreferrer\" target=\"_blank\">full schedule</a> on the php[world] website. </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, 29 Oct 2018 22:36:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: WooCommerce 3.5 Introduces REST API v3, Improves Transactional Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/woocommerce-3-5-introduces-rest-api-v3-improves-transactional-emails\";s: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:3596:\"<p><a href=\"https://woocommerce.wordpress.com/2018/10/23/woocommerce-3-5-is-here/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce 3.5</a> was released this week. It’s a minor update that has been in development since May and began testing in September. The release should be backwards compatible to version 3.0 of the plugin but users are always advised to test all of their themes and extensions before updating.</p>\n<p>Store owners can expect to see a change in the copy of the default transactional emails. They have been <a href=\"https://github.com/woocommerce/woocommerce/pull/21288\" rel=\"noopener noreferrer\" target=\"_blank\">updated to be friendlier and more human</a>. This is particularly important for the customer-facing emails. All of the following have been updated: on-hold, processing, completed, refunded both full and partially, invoice both with a pending and non-pending status, customer notes, password reset, new account. The default content in the store admin emails has also been improved.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/payment-received.png?ssl=1\"><img /></a></p>\n<p>The WooCommerce team anticipates that the updates to the transactional emails will reduce the need for store owners to customize their email templates. It also gives customers a better, friendlier connection to the store. More updates to the email content editing experience are planned for 2019. </p>\n<p>Store owners may also benefit from the new option to set a low stock threshold in the inventory tab for individual products, export products by category to the CSV exporter, and define custom product placeholder images that will resize to correct store aspect ratio. </p>\n<p>The WooCommerce REST API continues to evolve with v3 introduced in this release. It adds new endpoints required for the <a href=\"https://github.com/woocommerce/wc-admin\" rel=\"noopener noreferrer\" target=\"_blank\">wc-admin feature plugin</a>, the React-powered WooCommerce admin interface that was <a href=\"https://wptavern.com/the-new-woo-adopts-gutenberg-components-user-interface-driven-by-react\" rel=\"noopener noreferrer\" target=\"_blank\">featured at last week’s WooSesh</a>. REST API v3 also adds new features to existing endpoints while maintaining backwards compatibility with legacy API versions.</p>\n<p>WooCommerce 3.5 introduces support for the <a href=\"https://wptavern.com/woocommerce-custom-product-tables-plugin-now-in-beta-boasts-30-faster-page-loads\" rel=\"noopener noreferrer\" target=\"_blank\">Custom Product Tables feature plugin</a>, which is being developed to improve store performance and scalability. In some cases storing product data in custom tables has brought <a href=\"https://woocommerce.wordpress.com/2018/07/17/woocommerce-custom-product-tables-beta/\" rel=\"noopener noreferrer\" target=\"_blank\">30% faster page loads</a>. </p>\n<p>In version 3.5 the “Preview Changes” button was <a href=\"https://github.com/woocommerce/woocommerce/pull/20650\" rel=\"noopener noreferrer\" target=\"_blank\">removed from the publish meta box when editing products</a>. If you’re missing it, <a href=\"https://www.remicorson.com/woocommerce-3-5-bring-me-that-preview-button-back/\" rel=\"noopener noreferrer\" target=\"_blank\">Rémi Corson published a quick CSS snippet</a> to bring it back.</p>\n<p>Check out the <a href=\"https://woocommerce.wordpress.com/2018/10/23/woocommerce-3-5-is-here/\" rel=\"noopener noreferrer\" target=\"_blank\">release post</a> for a full rundown of all the updates, deprecations, and template file changes in version 3.5. </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, 27 Oct 2018 02:15: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"WPTavern: WP Engine Acquires Array Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wptavern.com/wp-engine-acquires-array-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5848:\"<p>WP Engine <a href=\"https://wpengine.com/blog/bringing-array-themes-into-the-wp-engine-family/\">has acquired</a> <a href=\"https://arraythemes.com/\">Array Themes</a> and <a href=\"https://atomicblocks.com/\">Atomic Blocks</a> from Mike McAlister for an undisclosed amount. McAlister has been developing WordPress themes since 2009. He initially sold his themes on ThemeForest. In 2011, he founded Array Themes.</p>\n<p>I reached out to McAlister to learn why he chose to be acquired, what excites him most about Gutenberg, and what the plans are going forward.</p>\n<h2>Interview with Mike McAlister</h2>\n<h4><strong>What ultimately made you decide to move on from managing your own theme and products company to a larger, more established company?</strong></h4>\n<p>The catalyst was when Brian Gardner reached out this summer and started a conversation about joining his team at <a href=\"https://wpengine.com\">WP Engine</a>. As I told him at the time, he certainly wasn’t the first to make that offer, but he was definitely the most interesting. I had always respected Brian’s ethos on quality and design and really enjoyed our chats over the years.</p>\n<p>Once I started meeting folks at WP Engine like Jason Cohen and David Vogelpohl, it became obvious that we were all striving for the same future and outcome for customers. It just made sense to join forces to make it happen together.</p>\n<p>This was also a unique opportunity for me to start fresh and focus on crafting products with a stellar team. Although I was able to create an industry-respected theme collection and recently the <a href=\"https://wordpress.org/plugins/atomic-blocks/\">Atomic Blocks</a> plugin for Gutenberg, I wanted a new challenge. </p>\n<h4><strong>Couldn’t Array Themes have been built to directly support the Genesis framework without being acquired by WP Engine?</strong></h4>\n<p>It would be a lot of work to infuse the Array Themes collection and Genesis. The idea wasn’t exactly to bring Genesis to Array, rather to bring the expertise and craft of Array and Atomic Blocks to WP Engine, StudioPress and Gutenberg. </p>\n<p>StudioPress already has one of the biggest and best theme collections out there and is doubling down on Gutenberg support. I’m going to contribute what I’ve learned building Array Themes and Atomic Blocks to make the StudioPress offering even better.</p>\n<h4><strong>Will future themes require the Genesis framework?</strong></h4>\n<p>Although there will not be any new themes released under the Array Themes brand, some of the designs will live on as <a href=\"https://my.studiopress.com/themes/\">StudioPress themes</a> in the future and those will be powered by the Genesis framework. </p>\n<p>We’re working on some really exciting new themes and features for Genesis that are going to continue making it the go-to solution for creating beautiful websites on WordPress, especially in the Gutenberg era.</p>\n<h4><strong>What do you think of the consolidation of brands in the WordPress space?</strong></h4>\n<p>We’re seeing a very unique and transitional time in the WordPress industry. The old way of doing things is going out the window as WordPress and its community changes before our eyes. </p>\n<p>Now, more than ever, WordPress needs companies with stellar talent to help usher it through to the next era and contribute to its long term success. I’m excited to be part of a team that is willing to take on that challenge!</p>\n<p>I can’t speak to the motivations of other businesses in the WordPress space, but the WP Engine acquisition of the Array product suite makes a lot of sense. </p>\n<p>With their recent acquisition of StudioPress, Array Themes, and Atomic Blocks, WP Engine is showing its customers and the WordPress community that they are doubling down on quality, design, Gutenberg, and an unmatched customer experience. These are all shared qualities between these individual entities and part of the long term strategy at WP Engine.</p>\n<h4><strong>What excites you most about Gutenberg?</strong></h4>\n<p>I’ve been excited about Gutenberg for over a year now. I was one of the first WordPress product developers to release a <a href=\"https://wordpress.org/plugins/atomic-blocks/\">blocks plugin</a>, a <a href=\"https://wordpress.org/themes/atomic-blocks/\">Gutenberg-friendly theme</a>, <a href=\"https://atomicblocks.com/blog/\">a blog with tutorials</a>, and the <a href=\"http://gutenberg.news/\">Gutenberg News</a> site. </p>\n<p>I created all of these resources as a way of learning Gutenberg as well as contributing back to the community, and I will continue to do that with WP Engine and StudioPress!</p>\n<p>Gutenberg unlocks the WordPress editor and the endless opportunities that follow for content creators, developers, and everyone in between. Gutenberg is already responsible for a flood of new products and new solutions to problems the classic editor couldn’t solve and it hasn’t even been merged into core yet! </p>\n<p>The reality here is that Gutenberg isn’t just the future of WordPress, it’s the future of the Internet.</p>\n<h2>Discounts Available for Array Themes Customers<br /></h2>\n<p>McAlister is joining WP Engine as a full-time employee. In addition, <a href=\"https://arraythemes.com/about/\">John Parris</a>, a code wrangler for Array Themes has also joined WP Engine. </p>\n<p>StudioPress and WP Engine are offering discounts to single theme and theme club members. Those who purchased a lifetime membership will receive free access to the StudioPress Pro Plus All-Theme package with support and updates.</p>\n<p>To learn more about these discounts and how the acquisition came about, check out <a href=\"https://arraythemes.com/onward/\">McAlister’s post</a> where he says thanks and farewell to his customers. </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, 26 Oct 2018 23:08:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Gary: Iterating on Merge Proposals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=2535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://pento.net/2018/10/26/iterating-on-merge-proposals/\";s: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:5731:\"<p>Developing new WordPress features as plugins has been a wonderfully valuable process for all sorts of features to come into being, from the MP6 Dashboard Redesign, to oEmbed endpoints, and including multiple Customiser enhancements over the years. Thanks to the flexibility that this model offers, folks have been able to iterate rapidly on a wide range of features, touching just about every part of WordPress.</p>\n\n<p>The “Features as Plugins” idea was first introduced during the WordPress 3.7 development cycle, during which the features were merged after a short discussion during a core chat: it was only in the WordPress 3.8 cycle that the idea of a merge proposal post (called “Present Your Feature” back then) came into being. It was envisioned as a way to consult with WordPress leaders, key contributors, and the wider WordPress community on the readiness of this feature to be released. Ultimately, WordPress leaders would make a decision on whether the feature was right for WordPress, and the release lead would decide if it was ready for that release.</p>\n\n<p>Since then, most feature plugins have published some form of merge proposal post before they were ultimately merged into WordPress, and they’ve nearly all benefited to some degree from this process.</p>\n\n<p class=\"has-large-font-size\">The merge proposal process has worked well for smaller features, but it struggled with larger changes.</p>\n\n<p>The REST API is a great example of where the merge proposal process didn’t work. The REST API was a significant change, and trying to communicate the scope of that change within the bounds of a single merge proposal post didn’t really do it justice. It was impossible to convey everything that was changing, how it all worked together, and what it meant for WordPress.</p>\n\n<p>I’d go so far as to say that the shortcomings of the merge proposal process are at least partially responsible for why the REST API hasn’t seen the level of adoption we’d hoped for. It’s managed to gain a moderate amount of popularity with WordPress development agencies, and a handful of plugins use it in some ways, but it never really entered into mainstream usage in the ways it could’ve.</p>\n\n<p class=\"has-large-font-size\">In a project that prides itself on being willing to try new ideas, the merge proposal process has remained largely static for many years.</p>\n\n<p>Gutenberg is the first opportunity since the REST API was merged where we can examine the shortcomings of the merge proposal process, and see how we can apply the original intent of it to the Gutenberg project’s scope and long term vision.</p>\n\n<h2>Merge Consultation</h2>\n\n<p>Over the last six months, Gutenberg project leads have been consulting with teams across the WordPress project. Helping them get involved when they didn’t have any Gutenberg experience, explaining how their focus fit into the vision for Gutenberg, and listening to feedback on where things needed to be improved. In many circumstances, this consultation process has been quite successful: the WordPress Media and REST API teams are great examples of that. Both teams have got up to speed on the Gutenberg project, and have provided their valuable experience to make it even better.</p>\n\n<p>That’s not to say it’s been entirely successful. There’s been a lot of discussion about Gutenberg and Accessibility recently, much of it boils down to what <a href=\"https://www.joedolson.com/2018/10/some-gutenberg-accessibility-clarifications/\">Joe Dolson summarised</a> as being “too little, too late”. He’s correct, the Accessibility team should’ve been consulted more closely, much earlier in the process, and that’s a mistake I expect to see rectified as the Gutenberg project moves into its next phase after WordPress 5.0. While Gutenberg has always aimed to prioritise accessibility, both <a href=\"https://make.wordpress.org/core/2018/10/18/regarding-accessibility-in-gutenberg/\">providing tools to make the block editor more accessible, as well as encouraging authors to publish accessible content</a>, there are still areas where we can improve.</p>\n\n<p>While there’s much to be discussed following WordPress 5.0, we can already see now that different teams needed to be consulted at different points during the project. Where Gutenberg has aimed to consult with teams earlier than a previous feature plugin would’ve, we need to push that further, ensuring that teams are empowered to get involved earlier still in the process.</p>\n\n<p class=\"has-large-font-size\">All feature plugins in the future, great and small, will benefit from this iteration.</p>\n\n<p>Creating a framework for more fluid feedback over the entire lifecycle of a feature project is beneficial for everyone. WordPress teams can ensure that their feedback is taken on board at the right time, project leads gain experience across the broad range of teams that work on WordPress, and projects themselves are able to produce a better resulting feature.</p>\n\n<p>They important thing to remember throughout all of this is that everything is an experiment. We can try an approach, discover the weaknesses, and iterate. We’re all only human, we all make mistakes, but every mistake is an opportunity to ensure the same mistake can’t happen again. Sometimes that means changing the software, and sometimes that means changing the processes that help build the software. Either way, we’re always able to iterate further, and make WordPress fun for everyone. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></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, 26 Oct 2018 03:30:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s: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:82:\"WPTavern: WPWeekly Episode 335 – Introduction to BigCommerce with Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=85070&preview=true&preview_id=85070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wpweekly-episode-335-introduction-to-bigcommerce-with-topher-derosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1798:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a>, a developer evangelist for <a href=\"https://www.bigcommerce.com/\">BigCommerce</a>. DeRosia introduces what BigCommerce is, why users and developers should take a look at it, and why they’re making a big push into the WordPress space. He also provides an update on HeroPress and why next year, you’ll be seeing him at a lot more WordPress events.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/polldaddy-rebrands-to-crowdsignal\" rel=\"bookmark\">Polldaddy Rebrands to Crowdsignal</a><br />\n<a href=\"https://wptavern.com/the-new-woo-adopts-gutenberg-components-user-interface-driven-by-react\" rel=\"bookmark\">The New Woo Adopts Gutenberg Components, User Interface Driven by React</a><br />\n<a href=\"https://wptavern.com/gutenberg-team-addresses-accessibility-concerns-highlights-tools-and-features-that-surpass-the-classic-editor\" rel=\"bookmark\">Gutenberg Team Addresses Accessibility Concerns, Highlights Tools and Features that Surpass the Classic Editor</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 31st 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 #335:</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, 25 Oct 2018 20:06: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: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:78:\"WPTavern: WPCampus is Pursuing an Independent Accessibility Audit of 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=85035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wpcampus-is-pursuing-an-independent-accessibility-audit-of-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:11736:\"<p>WPCampus is looking to hire a company to perform an accessibility audit of the Gutenberg editor. The organization is a community of more than 800 web professionals, educators, and others who work with WordPress in higher education. WPCampus director Rachel Cherry <a href=\"https://wpcampus.org/2018/10/gutenberg-a11y-audit-rfp/\" rel=\"noopener noreferrer\" target=\"_blank\">published a request for proposals</a> detailing the organization’s specific concerns:</p>\n<blockquote><p>Our organization is sensitive to the legal requirements set by <a href=\"https://section508.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">Section 508 of the Rehabilitation Act</a>. The recent 508 refresh brought these requirements in line with <a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\" rel=\"noopener noreferrer\" target=\"_blank\">WCAG 2.0 level AA</a>, an industry standard that helps ensure accessibility. WCAG 2.0 is also <a href=\"https://www.w3.org/WAI/policies/\" rel=\"noopener noreferrer\" target=\"_blank\">commonly used as a baseline for policies</a> governing many WPCampus participants outside the United States, with the <a href=\"https://www.w3.org/blog/2018/09/wcag-2-1-adoption-in-europe/\" rel=\"noopener noreferrer\" target=\"_blank\">European Union already moving to WCAG 2.1</a>.</p></blockquote>\n<p>The audit is aimed at determining potential legal risk for institutions upgrading to WordPress 5.0 and will also identify specific challenges that Gutenberg introduces for assistive technology users and others with accessibility needs.</p>\n<p>WPCampus is funding the audit and is not soliciting contributions from the community at this time. However, Pagely has <a href=\"https://twitter.com/Pagely/status/1055289065883365377\" rel=\"noopener noreferrer\" target=\"_blank\">offered to donate $1,000 to the organization</a> in order to offset the costs of the audit.</p>\n<p>“Contributions wise, at this point, we’d love for folks to share to help ensure we receive a wide variety of proposals,” Cherry said. WPCampus will publish the results of the audit to share with the greater WordPress community. </p>\n<p>“Beyond our institutions’ legal obligations, colleges and universities worldwide have committed to providing an accessible digital experience to their diverse communities,” Cherry said. “This is consistent with the broader culture of higher education, which values inclusivity and an exchange of ideas free from artificial barriers.</p>\n<p>“While the WordPress accessibility coding standards require new code to meet WCAG 2.0 AA, the new editor has not received a full accessibility audit. Lacking such an audit, the overall accessibility of Gutenberg is unclear. This makes it difficult for colleges and universities to determine the best course of action once WordPress 5.0 is released with Gutenberg as the default editor.”</p>\n<h3>The Accessibility Team is Preparing a Statement on Gutenberg’s Current Level of Accessibility</h3>\n<p>Accessibility has been one of the most pressing concerns regarding Gutenberg’s readiness for the world. The accessibility team met Monday and established a new weekly meeting time: 15:00 UTC on Fridays. They discussed a communication plan for Gutenberg accessibility feedback, particularly in regards to Matthew<a href=\"https://make.wordpress.org/core/2018/10/19/call-for-testers-community-gutenberg-accessibility-tests/\"> MacPherson’s call for accessibility testing</a> on the plugin. User testing was conducted in March but a lot has changed since then. MacPherson has called for another round of tests from the community after <a href=\"https://wptavern.com/gutenberg-accessibility-audit-postponed-indefinitely\" rel=\"noopener noreferrer\" target=\"_blank\">Automattic decided to forego his proposed independent audit</a> on Gutenberg.</p>\n<p>The discussion became somewhat contentious after Gutenberg phase 2 lead Riad Benguella urged the accessibility team not to make its assessment in comparison to the classic editor but instead look at the larger picture.</p>\n<p>“Gutenberg is meant for the whole site editing (even if it’s not at the moment) which means it’s the customizer + editor + menus + widgets at the same time,” Benguella said. “Just compare apples to apples, please, and if you see Gutenberg as an editor, you missed it. For the sake of iteration, it’s being shipped as an editor for now.”</p>\n<p>Several members of the accessibility team took issue with statement because Gutenberg will replace the classic editor in WordPress 5.0 (even if users can bring it back with a plugin).</p>\n<p>“It is <em>crucial</em> we compare these two experiences, because the one completely replaces the other,” Joe Dolson said. “It doesn’t matter that the new editor aims to do a lot more, it still must accomplish the same tasks effectively.”</p>\n<p>Amanda Rush, a blind WordPress user and accessibility specialist, concurred with Dolson’s assessment.</p>\n<p>“As someone trying to use Gutenberg as it currently stands with a screen reader, I promise you that future goals for the project are the absolute furthest thing away from my brain at the time,” Rush said.</p>\n<p>“Let’s put it this way. Imagine that you are someone who must use assistive technology, or is otherwise reliant on something to do with Accessibility, and you have Gutenberg in front of you and you are trying to accomplish a task. Right now, the only task you can accomplish is writing or editing a post. So, as you are becoming more and more frustrated with the state of things, and trying to get your work done at the same time, imagine what it would be like if someone walked up to you in the middle of this frustrating experience and said well, if you’re calling as an editor you’ve missed it. Because this is going to be so much more than that. That is completely useless, doesn’t have any bearing on what you were trying to accomplish at the time, and promises, whether fairly or not, just more frustration down the road.”</p>\n<p><a href=\"https://wptavern.com/wordpress-5-0-beta-1-now-available-for-testing\" rel=\"noopener noreferrer\" target=\"_blank\">Beta 1</a> has arrived before the next round of accessibility testing has been completed, and Gutenberg has only recently arrived at UI freeze within the last week. The accessibility team is collaborating on a detailed article with a general and professional statement on the level of overall accessibility in Gutenberg. They plan to publish the statement on Friday.</p>\n<p>In the meantime, WPCampus has taken it upon themselves to spearhead an independent audit to determine if Gutenberg is in compliance with the industry standard WCAG 2.0 level AA, a standard which the accessibility team <a href=\"https://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\" rel=\"noopener noreferrer\" target=\"_blank\">adopted as a requirement for all new or updated code released in WordPress</a>. WPCampus’ submission deadline for proposals is November 7, and the organization will select a vendor by November 30. The goal is to release the audit no later than January 17, 2019. </p>\n<p>The timeline WPCampus has identified would not deliver results in time to meaningfully impact WordPress 5.0’s release date. As Gutenberg has already been merged into core, it seems neither the accessibility team’s assessment nor an independent third-party audit would be considered a factor in delaying the release. </p>\n<p>“The goal with the timeline is to allow adequate time to do it right,” Cherry said. </p>\n<p>The WordPress community has responded positively to this independent effort to get more information on Gutenberg’s accessibility issues. </p>\n<p>“I’m excited for this process as an example of how the community can tackle large tasks like this in creative ways,” Jeremy Felt <a href=\"https://twitter.com/jeremyfelt/status/1055176432861634560\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> in response to WPCampus’ taking the initiative to get an audit. “It also has an opportunity to provide great insight and instruction on the accessibility of a complex React application with many interacting pieces.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> / <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/accessibility?src=hash&ref_src=twsrc%5Etfw\">#accessibility</a> audit, spearheaded by <a href=\"https://twitter.com/wpcampusorg?ref_src=twsrc%5Etfw\">@wpcampusorg</a>, is exciting. Now that we power 32% of the web, we need independent verification that we\'re doing it right, building a better web. <a href=\"https://t.co/cXRwcXWQlN\">https://t.co/cXRwcXWQlN</a></p>\n<p>— Morten Rand-Hendriksen (@mor10) <a href=\"https://twitter.com/mor10/status/1055506088567627776?ref_src=twsrc%5Etfw\">October 25, 2018</a></p></blockquote>\n<p></p>\n<p>Accessibility is part of <a href=\"https://wordpress.org/about/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress’ stated mission</a>: “WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use.” The <a href=\"https://wordpress.org/about/accessibility/\" rel=\"noopener noreferrer\" target=\"_blank\">accessibility pages</a> on the project’s website advertise WordPress as committed to ensuring all new and updated code conforms with WordPress Accessibility Coding Standards. Many in the community have expressed concern that if WordPress 5.0 ships a critically inaccessible new editor, it will be violating both its stated mission and its standards.</p>\n<p>A great deal of friction has surrounded Gutenberg’s journey towards becoming an accessible tool for millions of users. The struggle has highlighted areas where the WordPress project can improve its collaboration across teams. It has inspired many to <a href=\"https://twitter.com/mor10/status/1054962217022640128\" rel=\"noopener noreferrer\" target=\"_blank\">share</a> their personal stories and some have even <a href=\"https://twitter.com/ryanwelcher/status/1055158337057239040\" rel=\"noopener noreferrer\" target=\"_blank\">pledged</a> to <a href=\"https://jonathandesrosiers.com/2018/10/accessibility-a-developers-pledge/\" rel=\"noopener noreferrer\" target=\"_blank\">ramp up their accessibility contributions</a>.</p>\n<p>Many contributors were disappointed after Automattic decided to forego the independent accessibility audit on Gutenberg, given the company’s strong messaging about their passion for inclusive design. However, one positive outcome is that the company is now looking to <a href=\"https://automattic.com/work-with-us/product-designer-accessibility/\" rel=\"noopener noreferrer\" target=\"_blank\">hire a product designer who specializes in accessibility</a>. </p>\n<p>Rian Rietveld’s <a href=\"https://wptavern.com/wordpress-accessibility-team-lead-resigns-cites-political-complications-related-to-gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">resignation from the accessibility team</a> was a great loss for the project but it served as a catalyst to bring more visibility to the efforts of WordPress’ accessibility contributors. WPCampus’ initiative to get an accessibility audit for Gutenberg is one example of how the community is rallying around the accessibility team and working to help make the new editor a success for all users, including those with accessibility needs.</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, 25 Oct 2018 19:53:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: WordPress 5.0 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-5-0-beta-1-now-available-for-testing\";s: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:2404:\"<p>WordPress 5.0 is marching forward with <a href=\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-1/\">beta 1 released</a> this evening. Major items that need testing include the Gutenberg editor, the new Twenty Nineteen default theme, and all previous default themes, which have been updated to be compatible with the new editor.</p>\n<p>You’ll want to make sure you are using Gutenberg version 4.1 before updating your site to WordPress 5.0 beta 1. Gutenberg is now considered feature complete as of the <a href=\"https://make.wordpress.org/core/2018/10/19/whats-new-in-gutenberg-19th-october/\">4.1 release</a>. It is active on more than 580,000 installations.</p>\n<p>WordPress 5.0 beta 1 has arrived five days after its expected release on October 19. Contributors expressed concern in today’s dev chat over the large number of issues on GitHub in milestones related to 5.0.</p>\n<p>Gary Pendergast, who is responsible for leading the merge, said the dates for RC can be changed if necessary.</p>\n<p>“We can shift RC if we need to, which won’t necessarily affect the final release date,” Pendergast said. “If we have to shift RC a long way, that would be a good time to have another look at the release date.”</p>\n<p>The Gutenberg team has not published a merge proposal to date. In September, Pendergast <a href=\"https://wordpress.slack.com/archives/C02RQBWTW/p1537994851000100\">said</a> “the Gutenberg leads are ultimately responsible for the merge proposal” but the timeline was still to be determined. Unless a proposal is forthcoming, the project seems to have bypassed this stage, which has frequently been a requirement for new themes, APIs, and feature plugins in the past.</p>\n<p>Volunteers contributing to the Gutenberg handbook met for the first time today in the #core-docs channel. Chris Van Patten is coordinating the documentation effort to clean up and prepare Gutenberg-related docs for 5.0 over the next five weeks.</p>\n<p>Testers are advised to <a href=\"https://core.trac.wordpress.org/tickets/major\">consult the list of known bugs</a> before reporting to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta forum</a> or <a href=\"https://make.wordpress.org/core/reports/\">filing a bug on trac</a>.</p>\n<p>If this release stays on schedule, Gutenberg is now 26 days away from shipping in WordPress 5.0.</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, 25 Oct 2018 00:35:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Dev Blog: WordPress 5.0 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6209\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3662:\"<p>WordPress 5.0 Beta 1 is now available!</p>\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version, and if you are using an existing test site be sure to update the Gutenberg plugin to v4.1. </p>\n\n<p>There are two ways to test the WordPress 5.0 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href=\"https://wordpress.org/wordpress-5.0-beta1.zip\">download the beta here</a> (zip).</p>\n\n<p>WordPress 5.0 is slated for release on <a href=\"https://make.wordpress.org/core/5-0/\">November 19</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n<h2>The Block Editor</h2>\n\n<p>The new Gutenberg block editor is now the default post editor!</p>\n\n<p>The block editor provides a modern, media-rich editing experience. You can create flexible, beautiful content without writing a single line of code, or you can dive into the <a href=\"https://wordpress.org/gutenberg/handbook/\">modern programming APIs</a> that the block editor provides.</p>\n\n<p>Even before you install WordPress 5.0, you can <a href=\"https://wordpress.org/gutenberg/\">try the block editor here</a>.</p>\n\n<p>Of course, we recognise you might not be ready for this change quite yet. If that’s the case, you can install the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor plugin</a> now, which will keep the editor you’re familiar with as the default, even after you upgrade to WordPress 5.0.</p>\n\n<h2>Twenty Nineteen</h2>\n\n<p>Along with the new block editor, we have a new default theme, called Twenty Nineteen, which takes advantage of the new features the block editor provides.</p>\n\n<p>You can read more about Twenty Nineteen in its <a href=\"https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/\">introduction post</a>, and follow along with development over on the <a href=\"https://github.com/WordPress/twentynineteen\">GitHub repository</a>.</p>\n\n<h2>Default Themes</h2>\n\n<p>Of course, we couldn’t release a beautiful new default theme, and leave all of our old ones behind. All the way back to Twenty Ten, we’ve updated every default them to look good in the new block editor.</p>\n\n<h2>How to Help</h2>\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> <strong>A known issue</strong>: the block autocompleter fails for blocks whose names contain characters in non-Latin scripts. Adding blocks via the plus sign works, and this bug is fixed in the Gutenberg 4.1 plugin. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href=\"https://make.wordpress.org/core/reports/\"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em>a list of known bugs</em></a><em>.</em></p>\n\n<hr class=\"wp-block-separator\" />\n\n<p><em>Minor bug fixes<br />Add up one by one by one<br />Then you change the world</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:\"Wed, 24 Oct 2018 21:59: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:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WPTavern: WCEU Team is Working on PWA Support for All WordCamp Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wceu-team-is-working-on-pwa-support-for-all-wordcamp-websites\";s: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:3605:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/venue-map.png?ssl=1\"><img /></a>WordCamp Europe’s new PWA (Progressive Web App) was one of the highlights of the 2018 event in Belgrade. It allowed attendees to view the schedule, venue map, create bookmarks for sessions, and provided offline access in case of network failure. Attendees could add the app to their home screens and opt to receive push notifications for important updates about the event.</p>\n<p>The first iteration of the PWA was not ready to be scaled for use at other WordCamps across the community, but <a href=\"https://make.wordpress.org/community/2018/10/23/progressive-web-app-for-wordcamps/\">volunteers from the WCEU organizing team are working towards that goal</a>. The app was originally built using React on the frontend and was hosted on a node server. It used WordPress for content management on the backend, along with the <a href=\"https://wordpress.org/plugins/wp-pwa/\">WordPress PWA</a> plugin and <a href=\"https://wordpress.org/plugins/onesignal-free-web-push-notifications/\">OneSignal Push Notifications</a>. The team working on scaling the app for use at other WordCamps is still debating the technologies they will use moving forward.</p>\n<p>Hugh Lashbrooke <a href=\"https://make.wordpress.org/community/2018/10/23/progressive-web-app-for-wordcamps/\">posted</a> about the app’s progress and invited the community to contribute to <a href=\"https://github.com/wceu/pwa\">WCEU’s PWA repository</a> on GitHub. </p>\n<p>“The next stage in the process is for the WCEU Design team to create some designs and wireframes for what the app could look like, posting them for feedback,” Lashbrooke said. “We will keep posting updates here as things progress; for now it would be helpful to gather some input from other WordCamp organizers.”</p>\n<p>Lashbrooke said the goal is that each WordCamp site will have its own PWA so the app is unique for each camp. Since it loads in a mobile browser, it doesn’t require additional app installations.</p>\n<p>Weston Ruter, one of the collaborators on the <a href=\"https://github.com/xwp/pwa-wp/\">PWA for WordPress</a> feature plugin, emphasized in the comments that the PWA should not be separate from the main site and that users need not even know about the app.</p>\n<p>“After all, a PWA is just a website,” Ruter said. “A PWA does not have to be installed to their homescreen to take advantage of PWA capabilities. They just continue go to their WordCamp website as they do normally, except that it also works when they are offline. The interactive schedule is important, but it’s not really PWA territory: rather it’s just a JavaScript component used on a page.”</p>\n<p>Ruter encouraged those working on the app to view it as a progressive enhancement on top of the existing WordCamp sites, not an entirely separate application. Ideally it will use the same style and theme used on the main website.</p>\n<p>Lashbrooke asked for developers and WordCamp organizers to leave feedback and feature requests in the comments of his <a href=\"https://make.wordpress.org/community/2018/10/23/progressive-web-app-for-wordcamps/\">post</a>. Requests submitted so far include a “you are here” feature and the capability for users to log in with their WordPress.org account to sync schedule favorites across devices. Not every feature request will make it into the first version, but the team will consult the list for future versions of the project.</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, 24 Oct 2018 15:08:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: New Plugin Adds Elementor Templates as Gutenberg Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/new-plugin-adds-elementor-templates-as-gutenberg-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5217:\"<p>One of the most pressing concerns for users in the Gutenberg era is how page builder plugins will respond. Speculation about the new editor “killing off page builders” has run rampant, but these plugins are slowly evolving ahead of Gutenberg’s imminent inclusion in WordPress 5.0.</p>\n<p>In February, <a href=\"https://wordpress.org/plugins/elementor/\" rel=\"noopener noreferrer\" target=\"_blank\">Elementor</a>, one of WordPress’ most popular page builders, <a href=\"https://elementor.com/blog/upcoming-elementor-v2/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> the plugin would be completely compatible with Gutenberg beginning with its 2.0 version that was released a few months later. Like many other plugins, that meant a nominal compatibility without any custom blocks built specifically for the new editor.</p>\n<p>This week marks a major milestone for the page builder, as Elementor <a href=\"https://elementor.com/blog/blocks-for-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">introduced</a> its new <a href=\"https://wordpress.org/plugins/block-builder/\" rel=\"noopener noreferrer\" target=\"_blank\">Elementor Blocks for Gutenberg</a> plugin. The plugin goes beyond basic compatibility, allowing users to insert any Elementor template into Gutenberg with one click. Its custom block functions as a pipeline to the Elementor library, pulling in content and designs the user has already created in the Elementor interface.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-10-23-at-9.29.14-PM.png?ssl=1\"><img /></a></p>\n<p>Elementor Blocks for Gutenberg lets users compose with the new editor while maintaining convenient access to items designed in the page builder. It makes it possible to bring more advanced layouts into Gutenberg and preview them inside the editor. Users can select from more than 300+ pre-designed blocks and 100+ pre-designed pages. The plugin will eventually be incorporated into Elementor’s core plugin.</p>\n<p>The availability of this new plugin demonstrates Elementor’s commitment to evolving with WordPress as it adopts the editor and tackles customization in Phase 2. The page builder has more than a million active installations and a 4.8-star average on WordPress.org. Achieving this level of success in the page builder market has required a certain level of tenacity and perseverance. Elementor CMO Ben Pines made it clear their product is not going to be sidelined by Gutenberg.</p>\n<p>“Elementor was launched in a saturated market, with many page builder and website builder alternatives,” Pines said. “We managed to become the leaders of our market by offering the best solution, and we plan to continue to lead the way. We will continue in our mission in full collaboration with WordPress.”</p>\n<p>Elementor and Gutenberg share similar goals in helping WordPress users design their websites without having to touch the code. Pines also emphasized the benefits for developers.</p>\n<p>“Elementor, Gutenberg, and the veer towards code-free website customization, presents a huge improvement for developers,” he said.</p>\n<p>“Instead of being tied up in endless menial tasks like button or headline customization, and having to hand-hold the designer every step of the process – developers can now focus on greater challenges.</p>\n<p>“This improvement creates a positive loop. Developers have time to build more tools, which in turn help the designers workflow.”</p>\n<p>Other popular page builder plugins, like <a href=\"https://www.elegantthemes.com/blog/theme-releases/divi-feature-update-introducing-initial-gutenberg-support\" rel=\"noopener noreferrer\" target=\"_blank\">Divi Builder</a> (500k+ installs) and <a href=\"https://kb.wpbeaverbuilder.com/article/588-how-beaver-builder-works-with-gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">Beaver Builder</a> (500k+ installs), have announced initial support for Gutenberg but in both instances this constitutes a button that lets users toggle between the builder and the new editor.</p>\n<p>Elementor is leading the way among page builders by making its content available inside Gutenberg. It essentially builds in an extra step so users can continue with their existing workflow in the page builder and insert those designs into the new editor.</p>\n<p>Gutenberg’s current customization capabilities pale in comparison to what popular page builders offer, but phase 2 of the project may precipitate another avalanche of blocks pouring into the WordPress ecosystem – the same way it did after Gutenberg’s roadmap was unveiled in June at WordCamp Europe.</p>\n<p>Page builders may not reproduce all of their exiting features in custom blocks until WordPress core is more advanced on its road to Gutenberg-powered customization. This would split the creation interface across two admin screens. At some point users may want to see a deeper integration between the editor and page building capabilities. The exciting thing about Elementor’s new blocks plugin is that its users don’t have to choose between Gutenberg and their favorite page builder.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Oct 2018 03:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: Upcase Developer Learning Platform is Now Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/upcase-developer-learning-platform-is-now-free\";s: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:1943:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/10/upcase-thoughtbot.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://thoughtbot.com/upcase\" rel=\"noopener noreferrer\" target=\"_blank\">Upcase</a>, a subscription learning platform for developers, is now free and open to the public. The content, which includes workshops, videos, flash cards, and coding exercises, was built by <a href=\"https://thoughtbot.com/\" rel=\"noopener noreferrer\" target=\"_blank\">thoughtbot</a>, a design and development consultancy.</p>\n<p>“We’ve loved building Upcase, both as a business and as a way to share what we’ve learned with the community,” thoughtbot development director Chris Toomey said. “But while we’d love to keep investing in Upcase and producing tons of new content, we’ve been moving in a different direction—back to our roots, in fact, as we focus on our core consulting business.”</p>\n<p>Thoughtbot employees work four days a week and Friday is devoted to learning new skills, working on open source, blogging, and other projects. The company found there was a lack of quality learning resources for intermediate and advanced topics, so they built Upcase with the content they wished had existed. Topics and courses include Git, intro to React, React Native, Unit Testing JavaScript, Ruby on Rails, Haskell, workflow and developer tooling, and techniques and patterns for building maintainable large scale applications.</p>\n<p>Upcase creators said they have seen thousands of customers improve their skills and gain new levels in their careers since launching the site in 2012. The consultancy has created hundreds of hours of videos and screencasts based on their collective expertise. To start on any of the <a href=\"https://thoughtbot.com/upcase\" rel=\"noopener noreferrer\" target=\"_blank\">Upcase</a> learning “trails” you can sign in with your GitHub credentials for free access.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Oct 2018 15:10: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: Polldaddy Rebrands to Crowdsignal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/polldaddy-rebrands-to-crowdsignal\";s: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:2040:\"<p>Polldaddy was founded in 2006 by David Lenehan in Sligo, Ireland and was <a href=\"http://blog.polldaddy.com/2008/10/15/automattic-acquires-polldaddy/\">acquired by Automattic</a> in 2008. Polldaddy is a platform agnostic service providing users with the ability to create polls and surveys.</p>\n<div class=\"wp-block-image\">\n<img />Crowdsignal Logo\n</div>\n<p>Today, 12 years later, Automattic is <a href=\"https://blog.polldaddy.com/2018/10/18/introducing-crowdsignal/\">retiring the Polldaddy</a> name and replacing it with Crowdsignal. Outside of some minor color changes, and updated graphics, the service will largely remain the same. </p>\n<p>Redirects are in place so that bookmarked links to edit surveys, polls, and quizzes will continue to work. Beginning October 24th, visitors to Polldaddy.com will be redirected to Crowdsignal.com.</p>\n<p>There are a few notable changes to keep in mind regarding the transition. The Polldaddy dashboard will automatically redirect to the Crowdsignal version. Polldaddy’s API will live on <a href=\"https://api.crowdsignal.com/v1/\">https://api.crowdsignal.com/v1/</a> instead of <a href=\"https://api.polldaddy.com/\">https://api.polldaddy.com/</a>. Surveys and quizzes will be served from survey.fm and polls will be served from poll.fm. </p>\n<p>According to Donncha Ó Caoimh, some networks and hosts may need to whitelist the following domains to prevent interruptions in service. The domains are:</p>\n<ul>\n<li>api.crowdsignal.com</li>\n<li>app.crowdsignal.com</li>\n<li>crowdsignal.com</li>\n<li>survey.fm</li>\n<li>poll.fm</li>\n</ul>\n<p>Surveys, quizzes, and polls that are embedded will continue to function normally. </p>\n<p>It’s the end of an era for the Polldaddy name but what the announcement doesn’t include is <a href=\"https://twitter.com/jeffr0/status/1053013327834681344\">why the rebranding was necessary</a>. Whatever the reasons are for rebranding, Crowdsignal is a more accurate way to describe what the service provides without being tied to a gender. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Oct 2018 02:48: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: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:115:\"WPTavern: Genesis Framework and StudioPress Themes Add Gutenberg Compatibility, More Gutenberg Features Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/genesis-framework-and-studiopress-themes-add-gutenberg-compatibility-more-gutenberg-features-coming-soon\";s: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:2380:\"<p>After <a href=\"https://wptavern.com/wp-engine-acquires-studiopress\" rel=\"noopener noreferrer\" target=\"_blank\">WP Engine acquired StudioPress</a> in June, the company began investing in expanding the Genesis team. WP Engine is hiring new people to work on the <a href=\"https://wpengine.com/themes/genesis-framework/\" rel=\"noopener noreferrer\" target=\"_blank\">framework</a> and expand support and community activities.</p>\n<p>On the latest episode of the newly revived <a href=\"https://studiopress.blog/studiopressfm-season2/\" rel=\"noopener noreferrer\" target=\"_blank\">StudioPress.fm</a> podcast, StudioPress founder Brian Gardner said one of the reasons he sold the company was because he needed outside help to take it where it needed to go in the Gutenberg era. The Genesis community has nothing to worry about when the new editor launches in WordPress 5.0, because <a href=\"https://wpengine.com/blog/gutenberg-believe-in-beauty-of-dreams/\" rel=\"noopener noreferrer\" target=\"_blank\">StudioPress has already made its framework and themes Gutenberg-ready</a>.</p>\n<p>“With regards to Genesis, the good news is that it has no substantial backwards-compatibility issues with Gutenberg,” WP Engine CTO Jason Cohen said. “The main focus of updates to the StudioPress themes are focused on adding styles for the new Gutenberg blocks. However, what we’re most excited about are the brand new features we will be adding to Genesis and the StudioPress themes, that Gutenberg helps enable.”</p>\n<p>Cohen said the Genesis community can expect their entire product line to become Gutenberg-first themes that add new features to enhance users’ experience in the editor.</p>\n<p>“Beyond just being ‘compatible,’ Genesis will play a big role in being Gutenberg-First,” Cohen said. “That means not only supporting the software and ideals of Gutenberg, but using them for new features. In doing so, it’s our intention to light the way for the countless agencies and developers who use WordPress to fuel incredible digital experiences that are made even easier with Gutenberg.”</p>\n<p>Cohen said WP Engine will update all StudioPress themes to include additional features for Gutenberg once the new editor launches in WordPress 5.0. If the release stays on its current schedule, users can expect to see 5.0 on November 19.</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, 19 Oct 2018 22:41: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"WPTavern: Gutenberg Team Addresses Accessibility Concerns, Highlights Tools and Features that Surpass the Classic Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/gutenberg-team-addresses-accessibility-concerns-highlights-tools-and-features-that-surpass-the-classic-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8021:\"<p>The Gutenberg team has officially <a href=\"https://make.wordpress.org/core/2018/10/18/regarding-accessibility-in-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">responded to recent concerns about the new editor’s accessibility</a>. Matias Ventura, the project’s technical lead, published a post with examples of the accessibility efforts the team has made, many which may not be easy to discover. These include features such as keyboard shortcuts, slash command and insertion, high-contrast mode, and mechanisms for navigating regions and blocks with the keyboard.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/10/keyboard-shortcuts.png?ssl=1\"><img /></a></p>\n<p>Ventura highlighted the audible messages feature that works with screen readers and posted a demo of the fully automated end-to-end testing. It allows contributors to test a sequence of operations with the keyboard (without mouse controls). He also identified several fixes landing in the next releases, including accessibility improvements to the date and color picker features, block navigation, and better focus management.</p>\n<p>“A large amount of work and effort has gone in building mechanisms necessary to make the editor accessible for a wide user base,” Ventura said. “For example, it is entirely possible right now to recreate the ‘demo post’ that comes with the Gutenberg plugin using the keyboard. In many ways, these tools are better and more sophisticated than what we offer in the current editor.”</p>\n<p>Although 270 accessibility-specific tickets have been closed to date, Ventura acknowledged there are still more than 90 remaining. “The goal is to make this experience as seamless as possible for all users,” he said.</p>\n<p>Early reactions to the post do not dispute that accessibility work has been done but concerns about Gutenberg’s overall complexity remain. Fixing this may not be as simple as targeting isolated interactions in the editor.</p>\n<p>“We need to continue to develop close feedback loops with different users interacting through their preferred tools to make sure what we build is relevant to their experiences,” Ventura said. Throughout the process of building and testing Gutenberg, contributors have referenced “short feedback loops,” an agile process term that seems to make its way into these conversations.</p>\n<p>However, the frequent built-in checkpoints don’t seem to have served accessibility needs well, as the accessibility team in convinced that having their input much earlier in the design process would have made a bigger difference further downstream.</p>\n<p>“We’ve been begging for React development assistance focused on accessibility since the beginning,” Accessibility specialist Joe Dolson said in a post addressing what he perceives to be <a href=\"https://www.joedolson.com/2018/10/some-gutenberg-accessibility-clarifications/\" rel=\"noopener noreferrer\" target=\"_blank\">common myths about Gutenberg’s accessibility</a>. “None of us were already primarily JavaScript-focused, let alone React-focused, and with limited time (spread across Gutenberg, the rest of WordPress, all of the WordPress sites themselves, and theme concerns), managing to keep up with the breakneck pace of development was never feasible.”</p>\n<p>WordPress core contributor John James Jacoby commented on Ventura’s post, calling attention to the complexity of the interface for all users, including those with and without accessibility needs.</p>\n<p>“My concern is that many of the above things do not really improve accessibility in the broader sense,” Jacoby said. “Instead, they make a complex user interface more complicated by littering the landscape with hidden keyboard shortcuts that are likely to be undiscoverable by regular-bodied folks, let alone folks who lack dexterity in their hands or fingers or eyes to find/understand/navigate/enjoy them.</p>\n<p>“These are users who demand a semantically simpler application to get their jobs done. Though they’re used to quickly navigating the useless mixed-up garbage-markup soup that comes from web development as a whole, it doesn’t help to add extra ‘accessibility-centric’ approaches – we should be making the existing approaches accessible first, and adding new approaches after.”</p>\n<p>Dolson echoes that sentiment in his recent post. “Where Gutenberg falls down is on the overall use of the system,” he said. “Even though most individual interactions are handled effectively, the overall complexity of the system creates an enormous barrier to users if they are keyboard dependent or using a screen reader.”</p>\n<p>The community has advocated for a myriad of different needs and wishes during the course of Gutenberg’s development, but any interface created for the millions of people that WordPress aims to serve will inevitably have to deliver some compromises. Matt Mullenweg answered the feedback regarding complexity from his perspective as the project lead:</p>\n<p>“We think that the current interface could be a ton more streamlined, but we’ve compromised a lot of the alternative approaches we’ve wanted to take based on accessibility feedback and trying to have a single interface that serves all types of users,” Mullenweg said. “If we branched, it would be a different discussion and possibly serve multiple audiences better. There’s a lot of FUD though, ie, that’s going to be illegal in EU.”</p>\n<p>Ventura’s post is tightly focused on Gutenberg’s existing accessibility features and makes no mention of the audit that would have measured if it meets <a href=\"https://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress’ own stated accessibility standards</a>. These standards require that all new or updated code released in WordPress must conform with the WCAG 2.0 guidelines at level AA. Without an examination of how the product meets these standards, much of the the discussion revolves around subjective opinions about complexity. It’s difficult to quantify issues like cognitive overload.</p>\n<p>“It is entirely possible that Gutenberg will come within a hair of passing WCAG (Web Content Accessibility Guidelines) 2.0 at level AA at release, but still be inaccessible,” Dolson said. “This is because the micro-interactions are being managed well but the macro-interactions are not. This is a flaw with using WCAG 2.0 as a standard; it does not handle address large scale issues effectively. The cognitive load inherent in the current navigation requirements for assistive technology is overwhelming, and that is an accessibility issue – just not one effectively reflected in our current standards requirements.”</p>\n<p>One of the myths Dolson’s post dispelled is that the Gutenberg team doesn’t care about accessibility. Ventura’s post calls attention what he believes to be “a significant volume of accessibility-specific tools and functionalities” in Gutenberg that surpass those of the Classic Editor. The team has worked hard to address accessibility concerns but needs better communication across teams in order to continue serving the wider community of WordPress users with accessibility needs.</p>\n<p>“There have been a lot of issues on the way that could have been avoided if a React developer had been available to assist with significant dedicated time earlier than 6 weeks before the proposed release; but those were issues coming from ignorance, not a lack of compassion,” Dolson said.</p>\n<p>“I don’t know what Gutenberg will be at release. But the accessibility team and the Gutenberg team are working hard to try and reach the best solutions we can.”</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, 19 Oct 2018 18:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: The New Woo Adopts Gutenberg Components, User Interface Driven by React\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/the-new-woo-adopts-gutenberg-components-user-interface-driven-by-react\";s: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:2865:\"<p><a href=\"https://woosesh.com/\">WooSesh</a>, the free virtual conference devoted to WooCommerce kicked off earlier today. Todd Wilkins, Head of eCommerce at Automattic, Kelly Hoffman, Head of Design for eCommerce at Automattic, and Aviva Pinchas, Product Lead of the WooCommerce Marketplace at Automattic got things started with the keynote presentation.</p>\n<p>Wilkins highlighted what the team has accomplished since last year and outlined what users can expect in 2019. Pinchas shared a wealth of data from a survey that was sent to WooCommerce users and to end the presentation, Hoffman described how the team designed the new interfaces.</p>\n<p>One of the major changes <a href=\"https://woocommerce.wordpress.com/2018/10/18/wc-admin/\">coming to WooCommerce</a> is a redesigned backend. The project is being developed on GitHub as a feature plugin called <a href=\"https://github.com/woocommerce/wc-admin\">WC-Admin</a>.</p>\n<img />New WooCommerce Dashboard\n<p>The dashboard is a landing page where store owners will be able to see at a glance how their store is doing. The new interface is powered by the React JavaScript framework, specifically the React components that are part of the Gutenberg project. It’s modular, allowing users to add, move, and remove blocks. Developers will be able to extend the dashboard and provide custom blocks.</p>\n<p>In addition to the new interface, reports are being overhauled. Store owners will be able to filter data, compare date records, have easy access to important data points, and download reports in CSV format. The Activity Panel has been completely redesigned and will be accessible from any page in the WooCommerce backend.</p>\n<img />WooCommerce Activity Panel\n<p>The activity panel will also house a Notifications area that acts as an email Inbox. Developers will be able to add notifications from their extensions using the WooCommerce REST API endpoints.</p>\n<img />WooCommerce Notifications Panel\n<p>To see WC-Admin in action, you’ll need to download the <a href=\"https://github.com/woocommerce/wc-admin\">feature plugin</a> and run it in a test environment. The WooCommerce team does not recommend using it in a production environment.</p>\n<p>Once it reaches beta, the plugin will be made available on WordPress.org to allow a larger audience to test it before being merged into WooCommerce core. The plugin is scheduled to hit beta in early 2019 with new features being merged in the first quarter of 2019.</p>\n<p>Similar to Gutenberg development where progress updates were published to the Make Core Developer blog every week or every other week, the WooCommerce team plans to publish progress updates every two weeks on its <a href=\"https://woocommerce.wordpress.com/\">developer blog</a>. With these improvements, WooCommerce is another reason for developers to learn JavaScript deeply.</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, 19 Oct 2018 02:49: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:111:\"WPTavern: Learn How to Build an Interactive Prototype with Dave Martin’s Free JavaScript for Designers Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84685\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/learn-how-to-build-an-interactive-prototype-with-dave-martins-free-javascript-for-designers-course\";s: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:2439:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-10-18-at-1.23.18-PM.png?ssl=1\"><img /></a></p>\n<p>Product designer <a href=\"http://davemart.in/\" rel=\"noopener noreferrer\" target=\"_blank\">Dave Martin</a> has published a free video course called <a href=\"http://jsfordesigners.davemart.in/\" rel=\"noopener noreferrer\" target=\"_blank\">JavaScript for Designers</a>. The course is made up of 46 bite-sized videos that walk students through the basics via a hands-on tutorial for building an interactive HTML prototype.</p>\n<p>Martin said he created the course specifically for designers who have been putting off learning how to code with JavaScript. He focused on concepts that are applicable to designers in their jobs, teaching skills that help them communicate to developers exactly how they want an app to behave.</p>\n<p>Coming from a designer’s perspective, Martin said most JavaScript tutorials are “dry and boring,” because they are written by developers. Ordinarily, these types of courses begin with JavaScript’s historical roots and progress from variables to arrays to objects, losing many learners along the way. Martin’s course is built more like a tutorial. Students will replicate some of the functionality found in a site like Dribbble. At the end, students should have a sufficient foundation of JavaScript that enables them to build an interactive HTML prototype.</p>\n<p>One of the other important ways this course is different is that the giant “Get Started” button on the page doesn’t take you to a registration form or make you sign up for dripped emails. It simply scrolls down the page so you can dive into the videos. Participants can download the code and follow along with the tutorial.</p>\n<p>Today’s announcement from WooSesh that WooCommerce is testing its new Javascript-driven interface is just another reminder that JavaScript is overtaking modern UI design and architecture. JavaScript knowledge is going to become increasingly in demand, and designers who have a decent grasp of it will land themselves higher paying positions. Even if you’re not a designer, Martin’s course may hold your interest better than traditional JavaScript beginners’ courses. Check out the videos at <a href=\"http://jsfordesigners.davemart.in/\" rel=\"noopener noreferrer\" target=\"_blank\">jsfordesigners.davemart.in</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Oct 2018 19:13:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: WPWeekly Episode 334 – Accessibility, Gutenberg, and Twenty Nineteen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84845&preview=true&preview_id=84845\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-334-accessibility-gutenberg-and-twenty-nineteen\";s: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:1849:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I have a lengthy discussion about the numerous Accessibility concerns being raised by members of the community. We also talk about the WordPress 5.0 release date, tempers flaring in the WordPress core Slack channel, dealing with political situations within the WordPress project, and more. We share our thoughts on the Twenty Nineteen default theme and provide a quick update on the status of WooCommerce 3.5.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-accessibility-team-lead-resigns-cites-political-complications-related-to-gutenberg\">WordPress Accessibility Team Lead Resigns, Cites Political Complications Related to Gutenberg</a><br />\n<a href=\"https://wptavern.com/first-look-at-the-twenty-nineteen-default-theme\">First Look at The Twenty Nineteen Default Theme</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/10/16/important-update-woocommerce-3-5-will-now-be-released-october-23rd/\">Important update: WooCommerce 3.5 will now be released October 23rd.</a><br />\n<a href=\"https://w3techs.com/technologies/overview/content_management/all\">WordPress Now at 32%</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 24th 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 #334:</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, 18 Oct 2018 14:40: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:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Gutenberg Accessibility Audit Postponed Indefinitely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84781\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-accessibility-audit-postponed-indefinitely\";s: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:10590:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/red-pen.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://www.flickr.com/photos/pollas/526544001/\">pollas</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Discussion surrounding Gutenberg’s independent accessibility audit is heating up. Two weeks ago, Matthew MacPherson, who was named WordPress 5.0’s new accessibility lead, <a href=\"https://github.com/WordPress/gutenberg/issues/10318\" rel=\"noopener noreferrer\" target=\"_blank\">proposed the audit</a> and agreed to it being performed by an independent third party. The audit had gained strong support among accessibility contributors and others following the ticket.</p>\n<p>After soliciting detailed proposals from four companies, MacPherson has since rescinded the offer to coordinate the audit at this time and it seems he was unaware that he didn’t have the authority to authorize it in the first place.</p>\n<p>“For at least the time being, Automattic has decided to forgo conducting an Accessibility audit on Gutenberg,” MacPherson said. He cited the following reasons:</p>\n<ol>\n<li>“an audit will not be actionable given our release timeline, because…</li>\n<li>the audit will not affect release timing, so…</li>\n<li>it would be more prudent to explore an audit on a less rushed timeline in the future”</li>\n</ol>\n<p>MacPherson apologized for “getting hopes up and then failing the community” on this particular issue. He is supportive of getting an audit but it is not a priority to complete before Gutenberg’s merge proposal.</p>\n<p>“I’m hopeful we’ll explore an audit going forward, but unfortunately it will not happen before the merge proposal and thus I’m closing this issue as a won’t fix,” MacPherson said. “I would still like to blog about the state of Gutenberg accessibility, both the good and the bad. We’re making some improvements to keyboard navigation, color contrast, focus behavior, and date/color-pickers just this week.”</p>\n<p>Those following the ticket were disappointed in the decision and several heated replies have been hidden and/or moderated. The issue has since been locked and unlocked several times since the announcement that Automattic has decided to forgo the audit.</p>\n<p>“Literally every person with disabilities who has tested Gutenberg, both recently and at the outset, has flagged blocking issues as to why it’s not accessible,” Accessibility team member Amanda Rush said. “And user testing is just as important to accessibility as is WCAG 2.0 level AA compliance.”</p>\n<p>Because MacPherson said the decision came from Automattic, dissidents on the other side of the issue are saying that the company is acting in its own interests, as the decision was delivered without much explanation beyond an audit not fitting into Gutenberg’s timeline.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Gutenberg appears to be a commercially-driven add-on primarily intended for a8c’s benefit and should probably be treated as such by the community wherever that isn’t already true. <a href=\"https://t.co/c3yFImB5XL\">pic.twitter.com/c3yFImB5XL</a></p>\n<p>— Another Day, Another Doug (@zamoose) <a href=\"https://twitter.com/zamoose/status/1052033672952598528?ref_src=twsrc%5Etfw\">October 16, 2018</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">So disappointed in <a href=\"https://twitter.com/automattic?ref_src=twsrc%5Etfw\">@automattic</a>’s decision to forego an independent accessibility audit for Gutenberg. Shipping with known issues is the wrong way to go. Users with disabilities are more important than that! <a href=\"https://t.co/Z4diHmv4GX\">https://t.co/Z4diHmv4GX</a></p>\n<p>— Marcy Sutton (@marcysutton) <a href=\"https://twitter.com/marcysutton/status/1052307597192126464?ref_src=twsrc%5Etfw\">October 16, 2018</a></p></blockquote>\n<p></p>\n<p>“The idea of accessibility being punted to meet a release deadline is what people have been worried about for over a year, and those concerns have not been alleviated,” Morten Rand-Hendriksen said during a recent Accessibility team meeting on Slack before the audit was post-poned. “A clear message about what would happen should the audit come back with substantial issues and recommendations would greatly improve communication and take some of the tension out of the conversation in my opinion.”</p>\n<p>In response to one contributor asking how the audit might affect Gutenberg’s timeline, MacPherson <a href=\"https://github.com/WordPress/gutenberg/issues/10318#issuecomment-429154806\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> he doesn’t have veto power over the release, nor does he have the data to make that assessment.</p>\n<p>“I’m still not convinced there are sufficient Accessibility issues that prevent a release,” MacPherson said. “If the second point changes, I’ll relay that info. I plan to be an advocate, but I don’t set the timelines and I also don’t have solid data around accessibility. That’s the point of the audit: so we can speak from a place of hard data.”</p>\n<p>An independent accessibility audit would have revealed whether the team’s current perceptions of Gutenberg’s lack of accessibility are accurate or inflated. It would also give the team’s new leadership the data he needs in order to make the most accurate recommendations regarding its readiness for the world. Kevin Hoffman advocated for pushing on with the audit regardless, in case WordPress 5.0 comes on a later timeline.</p>\n<p>“The January 22, 2019 date would allow more than three months between today and the release of 5.0 to complete an audit and take action,” Hoffman said. “The reasons above suggest that we cannot get an audit completed and significantly improve accessibility in three months time. If true, that is all the more reason to start the process now and respond to the audit by fixing as many issues as we can before 5.0 releases.</p>\n<p>“The idea that the timeline will become less rushed after 5.0 (when it’s in the hands of real-world users who need it most) makes no sense at all.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">As a blind <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> user & sometime dev I really appreciate your work & it is a real tragedy that the leaders of WordPress & this project didn\'t build in <a href=\"https://twitter.com/hashtag/a11y?src=hash&ref_src=twsrc%5Etfw\">#a11y</a> from the very beginning – Any good team knows it is much harder to fix in hindsight</p>\n<p>— Dale Reardon (@DaleReardon) <a href=\"https://twitter.com/DaleReardon/status/1049640723887185925?ref_src=twsrc%5Etfw\">October 9, 2018</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Absolutely this. Like most prior <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> admin functionality, <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> has been designed and built with hardly any thought for <a href=\"https://twitter.com/hashtag/a11y?src=hash&ref_src=twsrc%5Etfw\">#a11y</a>. And the WP A11y Team have been left the job of trying to help retrofit it. This always ends badly – in burn out, and half-baked solutions. <a href=\"https://t.co/UKMR442gM5\">https://t.co/UKMR442gM5</a></p>\n<p>— CoolfieldsConsulting (@coolfields) <a href=\"https://twitter.com/coolfields/status/1049912989112000512?ref_src=twsrc%5Etfw\">October 10, 2018</a></p></blockquote>\n<p></p>\n<p>While Twitter’s court of public opinion cannot answer the question of whether or not Gutenberg is accessible, an independent audit would give contributors a good shot at resolving the most critical issues.</p>\n<p>“I really like the idea of a professional audit, though I don’t recall us ever doing one of these in WordPress, certainly not a condition for a release,” Gutenberg merge lead Gary Pendergast said. “I’d love to see something like it happen at some point. WordPress has always tried to get most of the way there on accessibility by sticking to common patterns and semantics, with the difference covered by key efforts of volunteers everyone on the Accessibility team doing testing and filing actionable bug reports. Gutenberg’s move to being an entirely JavaScript-based application has made it harder to apply those patterns, but we can work together to establish new patterns, a new baseline.”</p>\n<p>Although there is no precedent for it, in this instance where Automattic’s perception of the editor’s accessibility differs wildly from that of the community, an outside audit might mitigate some of the conflict surrounding the issue.</p>\n<p>Pendergast said that despite best intentions and prioritizing accessibility, there is a possibility the Gutenberg team may not be able to deliver an “acceptable UX for assistive technology users by the time 5.0 is released.”</p>\n<p>“I’m sorry,” Pendergast said. “Despite the best intentions of everyone on the Gutenberg team, we haven’t done enough. I can honestly say that accessibility has always been a priority, but it hasn’t been a high enough priority, and we’ve done a poor job of communicating where accessibility has been improved. I mentioned some of those improvements in my earlier comment, but those improvements are of no benefit if we haven’t hit the baseline accessible experience.”</p>\n<p>The challenge of building in accessibility at the design stage, instead of retrofitting it after the fact, is one that WordPress is still struggling to get right in the Gutenberg era. Accessibility experts with React skills are few and far between, so it’s not easy to get fixes for all the issues testers are finding.</p>\n<p>“In some meetings we’ve discussed how to make accessibility integrated in the design process (design in its broader sense) since the beginning,” Accessibility specialist Andrea Fercia said during the team’s most recent meeting on Slack. “This is certainly an area were our communication and knowledge sharing should improve.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Oct 2018 22:16:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPTavern: First Look at The Twenty Nineteen Default Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/first-look-at-the-twenty-nineteen-default-theme\";s: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:2272:\"<p><a href=\"https://www.allancole.com/\">Allan Cole</a>, a WordPress Theme Imagineer at Automattic has published the <a href=\"https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/\">first glimpses</a> of the Twenty Nineteen default theme slated to ship with WordPress 5.0. Cole is leading the theme while <a href=\"https://kjellr.com/\">Kjell Regstad</a> who does Product and Editorial Design at Automattic will be a design coach.</p>\n<div class=\"wp-block-image\">\n<img />Twenty Nineteen Blog Post Layout\n</div>\n<p>The theme takes a minimalist approach that’s a good fit for writers and can be adapted for simple business sites as well. Twenty Nineteen doesn’t have a sidebar but will have an area in the footer to display widgets.</p>\n<p>The theme will have full compatibility with Gutenberg when it’s released. It will also contain Front-end and Back-end editor styles. This will allow the presentation of content in the back-end to closely resemble how the finished product will look like. </p>\n<p>Twenty Nineteen is based on the <a href=\"https://github.com/Automattic/_s/\">Underscores</a> and <a href=\"https://github.com/WordPress/gutenberg-starter-theme\">Gutenberg starter themes</a>. SASS is used to keep styles in-sync between Gutenberg and the front-end experience which Cole notes is, “not usual for a default theme and open to debate.” </p>\n<p>With WordPress 5.0 scheduled for a November release, Twenty Nineteen is on a fast track development cycle. A release candidate is expected to be available at the end of this month. </p>\n<p>To keep tabs on development, you can monitor the <a href=\"https://github.com/WordPress/twentynineteen\">project’s GitHub page</a>. GitHub will be used to develop Twenty Nineteen until it’s ready to be merged into core. At that time, the GitHub page will be deprecated as development moves to WordPress Core Trac. </p>\n<p>Dev meetings that last a half-hour will take place every Tuesday at 12PM EDT in the <a href=\"https://make.wordpress.org/core/tag/core-themes/\">#core-themes</a> Slack channel. It’s worth noting that if Twenty Nineteen is not ready in time for the planned November 19th, release of WordPress 5.0, it will be removed and released at a later date.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Oct 2018 02:45:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:79:\"WPTavern: ACF 5.8 Beta 1 Introduces Blocks Feature, Release Slated for November\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84754\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/acf-5-8-beta-1-introduces-blocks-feature-release-slated-for-november\";s: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:2092:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/10/blocks.jpg?ssl=1\"><img /></a>photo credit: Adabo! <a href=\"http://www.flickr.com/photos/34731278@N05/36299849102\">3d printed tetris blocks</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>Advanced Custom Fields is now actively testing its new block creation feature in <a href=\"https://www.advancedcustomfields.com/blog/acf-5-8-introducing-acf-blocks-for-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">ACF 5.8 beta 1</a>, released this week. ACF Blocks is a feature aimed at PHP developers who have not taken the deep dive into JavaScript yet. It essentially offers a shortcut to creating custom blocks using PHP and HTML instead of JavaScript.</p>\n<p>“We believe that ACF Blocks is one of the more important features ever added to our plugin,” ACF representative Eric Karkovack said. “It levels the playing field and allows more developers to take advantage of Gutenberg’s key feature.” The feature was designed to allow WordPress developers who use ACF to maintain their current workflow for extending the editor.</p>\n<p>ACF Blocks allows developers to register a custom block type from a functions.php file. From there they can create a field group and use any ACF fields in the block. Rendering the block is the same process that’s used for displaying custom fields, with the notable addition of wrapping the HTML + PHP in a function.</p>\n<p>The ACF team plans to include the new blocks feature in version 5.8, which is anticipated to arrive in November.</p>\n<p>Creating custom blocks in this way seems like a stopgap measure for developers who haven’t had the time to learn how to extend Gutenberg before WordPress 5.0 arrives. This feature may be a useful abstraction for those who need to maintain their current workflow with ACF but it postpones the inevitable for developers who want to be truly proficient at extending the new editor. JavaScript skills will be required to properly understand what is going on under the hood.</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, 16 Oct 2018 18:05:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Matt: The Importance of Meeting In-Person\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2018/10/the-importance-of-meeting-in-person/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4207:\"<p>I recently returned from Orlando where Automattic hosted its annual Grand Meetup where nearly all of our 800 employees from around the world, spend a week together in the same place. (And yes, <a href=\"https://automattic.com/work-with-us/\">we’re hiring</a>.)</p>\n<p>Despite being a fully distributed company, I believe it’s still important to meet face-to-face — just not every day, in the same office. The Grand Meetup is our chance to get to know the people behind the Slack avatars and <a href=\"https://intenseminimalism.com/2015/distributed-companies-the-importance-of-meeting-face-to-face/\">build relationships</a> that can carry us through other 51 weeks of the year, when we’re working from more than 65 countries. It’s so much easier to hear the nuance in someone’s chat messages or <a href=\"https://p2theme.com/\">p2 posts</a> if you’ve <a href=\"https://www.instagram.com/p/BojFXGelvzn/\">hung out with them at Harry Potter World</a>, or learned about their family, pets, and hobbies during a flash talk. </p>\n<img src=\"https://lh4.googleusercontent.com/KjkOXxAo8T4JitC7jv38GmvxSEAIx4KSQRLty5yfgDmvBVEU-cVLBNxAeStjDjFjIZM6wn0kEYmtUkKheddr3BggN2WAQ9b4IJTb2Kyu6J80zFbpW1oOpDrG8j-JCsshDPHch8VV\" alt=\"\" />Photo by <a href=\"https://pauljacobson.me/\">Paul Jacobson</a>\n<p>The week can be mentally exhausting, given that you’re often meeting many people for the first time. But we urge people to take it at their own pace, and the results are well worth the effort. Our <a href=\"https://data.blog/2017/04/12/welcoming-new-colleagues-a-data-based-story/\">data team actually studied the impact of the Grand Meetup</a> on our work relationships — the connections established between coworkers using our “Meetamattician” tool <a href=\"https://qz.com/work/1289444/automattics-secret-to-successful-remote-work-is-having-everyone-meet-in-person/\">were demonstrably closer</a> after the meetup: </p>\n<img src=\"https://lh6.googleusercontent.com/x2WKDviUT-kk-M2WzbvBEmbJvSFs5oVQXcK2tze3t3ABJd291cUDxcBX31RlahdCYd4982ZUBQoEhUr5hrcxfpyBB-lbmBk2Vk7M_3eTh5vLbeo_kLD7ayLY0e1WJdgQXHucP2MF\" alt=\"\" />Before the Grand Meetup.\n<img src=\"https://lh6.googleusercontent.com/t7crZ1H36rX0wveq29-q6ue7zVDDcAcV76UZPXQCNJygxix45Lc3GoPyJrGKatP8Zd_J_En3NfIEC8fWnEKLM-QF8CzT-KCBE_vK_ta4Q1omQ-4ClI8xI5LjEMLVKBvS0H0dRfeM\" alt=\"\" />After the Grand Meetup.\n<p>This year we were proud to welcome some incredible keynote speakers: <em><a href=\"https://www.indiebound.org/book/9780307476074\">Wild</a></em> author <a href=\"http://www.cherylstrayed.com/\">Cheryl Strayed</a> talking about creativity and writing; <a href=\"https://ma.tt/2018/06/automattics-first-new-board-member-general-ann-dunwoody/\">Automattic board member Gen. Ann Dunwoody</a>, the first woman in U.S. Army history to achieve the four-star officer rank; <a href=\"https://lessdoing.com/\">Ari Meisel</a> on delegating and automating your life; and Dan Harris, author of <a href=\"https://www.10percenthappier.com/\"><em>10% Happier</em></a>, on the panic attack that led him to embrace meditation and mindfulness.</p>\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://www.instagram.com/p/BoZatKgFmW7/\" title=\"View on Instagram\" target=\"_blank\"><img src=\"http://instagr.am/p/BoZatKgFmW7/media/?size=l\" alt=\"Instagram Photo\" /></a>\n</div>Photo by <a href=\"https://leif.me/\">Leif Singer</a>\n<img src=\"https://lh5.googleusercontent.com/mazbsxl25hryG27trCrw-zpjBTcfHfI2tOsZYMxOzEynrNuDlJTQosWqw24dTTCDEHDXoFoh2yDWt-vc77RlTZxF3rB_dCNec1nWs2b49oAehR4hPPwIagU4Cj8Wli9nOu-zE3R_\" alt=\"\" />Ann Dunwoody. Photo by <a href=\"https://luca.blog/\">Luca Sartoni</a>\n<img src=\"https://lh3.googleusercontent.com/zq0pB7AUQDxdfSt_HWwz1aJfeFCF4sf2gB9Dwq_KMocsKThcedHSujsFv-P69VdnJAP-_XjyrarzLhT-AYzUryJkrE7t2jFiACT5mEmizslJ8I29laplSzIKqB4jUefXxqdAHyRv\" alt=\"\" />Ari Meisel. Photo by <a href=\"https://luca.blog/\">Luca Sartoni</a>\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://www.instagram.com/p/BojgfYzA7px/\" title=\"View on Instagram\" target=\"_blank\"><img src=\"http://instagr.am/p/BojgfYzA7px/media/?size=l\" alt=\"Instagram Photo\" /></a>\n</div>Photo by <a href=\"https://www.instagram.com/jsscga/\">jessicacg</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Oct 2018 16:40: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: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: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:100:\"WPTavern: WordPress Privacy Contributors Begin Work on V2 Roadmap, Form Cross-Platform Working Group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/wordpress-privacy-contributors-begin-work-on-v2-roadmap-form-cross-platform-working-group\";s: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:6584:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/privacy.jpg?ssl=1\"><img /></a>photo credit: Infosec Images <a href=\"http://www.flickr.com/photos/136770128@N07/41737510115\">Privacy blue</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Contributors to WordPress’ core <a href=\"https://make.wordpress.org/core/components/privacy/\" rel=\"noopener noreferrer\" target=\"_blank\">Privacy component</a> are <a href=\"https://make.wordpress.org/core/2018/10/11/whats-new-in-core-privacy/\" rel=\"noopener noreferrer\" target=\"_blank\">collaborating on a V2 roadmap</a> to address broader privacy and data protection issues that fall outside of legal requirements. The group organized at the beginning of the year to work on GDPR-specific objectives but has since expanded its scope to tackle concerns that are not attached to any specific piece of legislation.</p>\n<p>The Privacy team meets weekly and has approximately a dozen contributors who show up regularly to work on tickets and issues. The working <a href=\"https://docs.google.com/document/d/1EaEHY7dDovDZDdp05VZKH-obGZdH6bdUxGZsQ03OMRc/edit\" rel=\"noopener noreferrer\" target=\"_blank\">V2 roadmap</a> identifies a list of common international privacy concerns, such as data minimization, data integrity, transparency and notice, and contributors will explore their impact on a few core focus areas:</p>\n<ul>\n<li>Core privacy features\n<ul>\n<li>Gravatar privacy controls</li>\n<li>Embed privacy controls</li>\n</ul>\n</li>\n<li>Plugin privacy\n<ul>\n<li>For administrators</li>\n<li>For developers</li>\n</ul>\n</li>\n<li>Consent and logging</li>\n<li>WP-CLI support</li>\n<li>Multisite support</li>\n</ul>\n<p>The team has agreed to use a <a href=\"https://github.com/webdevlaw/open-source-privacy-standards/blob/master/privacy-by-design.md\" rel=\"noopener noreferrer\" target=\"_blank\">Privacy by Design (PbD)</a> approach, which uses a proactive framework to anticipate privacy issues before they are a problem for the user.</p>\n<p>Privacy team contributors are also monitoring two specific pieces of legislation that may impact WordPress site owners in 2019 – the <a href=\"https://iapp.org/resources/topics/california-consumer-privacy-act/\" rel=\"noopener noreferrer\" target=\"_blank\">US California Consumer Privacy Act</a> (CCPA), and the <a href=\"https://ec.europa.eu/digital-single-market/en/proposal-eprivacy-regulation\" rel=\"noopener noreferrer\" target=\"_blank\">EU ePrivacy Directive overhaul</a>. They plan to examine specific requirements once that information is available and will assist site owners in reaching compliance.</p>\n<h3>New Privacy Working Group to Facilitate Collaboration across Open Source Communities</h3>\n<p>At Drupal Europe 2018 a group of WordPress and Drupal contributors met to discuss the possibility of welcoming teams from major open source projects to work together on shared concerns. WordPress Privacy team contributor Heather Burns attended the first test run of the working group in the Open Source Lounge at the conference.</p>\n<p>“For the working group we have the big three – Drupal, WordPress, and Joomla – and we also spoke with representatives from the smaller projects like Neos and Typo3,” Burns said. “We’re all dealing with similar issues but from different approaches.”</p>\n<p>Burns said one of the goals of the working group is to push the idea forward that privacy is a common, positive, proactive value which can be taught and shared across projects. Members will discussion questions like whether privacy fixes belong in core or modules, how privacy notices pull information from different plugins and modules, and what laws are coming up that would require open source CMSs to build in some functionality in advance.</p>\n<p>“It’s a way of pooling resources, code libraries, and briefings, as well as giving us a forum to share experiences,” Burns said. “For example, we’re going to arrange for Drupal’s privacy lead to give a live video demo of their GDPR tools to our core group, and we’re going to do the same for them.”</p>\n<p>The privacy working group is being set up through the Drupal community structure and members are in the process of coordinating some funding. More information on funding will be available in the next few weeks.</p>\n<h3>Privacy Contributors Seek to Change the Perception of Privacy to a Positive, Proactive Value</h3>\n<p>In addition to collaborating across the broader open source community, the privacy working group endeavors to educate their communities on the inherent value of privacy instead of simply focusing on the consequences of companies being forced to pay a fee if they don’t meet legal obligations.</p>\n<p>“We’re very keen to also shift the perception of what privacy is, and that it’s not just seen as being about negative legal obligations for GDPR, CCPA, etc.,” Burns said. “We want people to think of privacy like accessibility: just the right thing to do for user protection.”</p>\n<p>Burns speaks about privacy at WordPress and Drupal conferences and how projects can have differing cultural, historical, and legal approaches to privacy. Cultural barriers to the recognition of privacy as a core value is one of the privacy team’s biggest challenges in advocating contributions that respect and protect users’ rights.</p>\n<p>“What I’m proudest of this year is helping people to understand each other better,” Burns said. “We all come to the table assuming we share the same cultural, historical, and legal views of what privacy means and what role it should play, when the truth is there are wildly different views held even within project teams.</p>\n<p>“To paraphrase that awful quote, we don’t know what we don’t know. What I do is help people to understand where we’re all coming from and what we don’t actually know. From there, I define what a healthy approach to privacy should involve outside reactive legal obligations, using a methodology derived from a number of international frameworks and treaties on privacy. It’s a matter of inspiring people to realize that as open source project contributors, we are people of enormous power and influence over privacy on the web. The actions we take within our projects, however small, can help to protect people from those who would use their data to hurt them. That’s the most important thing any developer can ever do.”</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, 16 Oct 2018 00:30: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Contributing to Gutenberg: A New Contributor’s 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=84718\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/contributing-to-gutenberg-a-new-contributors-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:7967:\"<div class=\"wp-block-image\">\n<img />\n</div>\n<p>The following is a guest post by <a href=\"https://twitter.com/ChrisVanPatten\">Chris Van Patten</a> who shares his experience learning and contributing to Gutenberg. There’s been a lot of talk of Gutenberg’s higher barrier to entry for new contributors. Van Patten is the founder of <a href=\"https://tomodomo.co\">Tomodomo</a>, a digital agency for magazine publishers. </p>\n<hr class=\"wp-block-separator\" />\n<p>Over the past few months, but especially over the last few weeks, there has been extensive conversation about the barriers to entry present in contributing to the upcoming Gutenberg editor for WordPress.</p>\n<p>Of course, everyone’s experiences are subjective and unique. I can’t pretend to understand what everyone has felt. But my experience has been different than what some folks have been articulating, and I wanted to share my own take.</p>\n<h1>The Early Days</h1>\n<p>I’ve used WordPress for close to half my life; almost 15 years now. I remember some of the earliest versions of WordPress: the classic theme, the advent of Kubrick, MP6, up through today.</p>\n<div class=\"wp-block-image\">\n<img />Early Days of the WordPress Backend\n</div>\n<p>Like many in the community, I’m entirely self-taught. I have no background in computer science, and have no formal instruction under my belt. I picked up code through trial-and-error, tweaking files and breaking my site as I wanted to make changes.</p>\n<p>Since those early days, WordPress was always my CMS of choice both for personal projects and for clients with my agency Tomodomo. But even though I had committed to the WordPress platform, my contributions back were limited.</p>\n<p>The rules, rituals, and etiquette around posting on Trac seemed arcane and illegible. To this day, I could not make an SVN patch if my life depended on it. And much of the core code, imbued with years of history and backwards compatibility, was hard for me to pick apart.</p>\n<p>So instead, I contributed in other ways: open sourcing simple custom plugins I was building, organizing WordCamps and meetups, and speaking at WordCamps around the globe. But it always bothered me that I couldn’t find a way to get those elusive ‘props’.</p>\n<p>(Okay, so I did actually get props on one release, but I am convinced it was a mistake; I had neither opened the ticket or provided a patch.)</p>\n<h1>Going… Going… Gutenberg</h1>\n<p>When I first learned about Gutenberg and started exploring, I was apprehensive. At first it seemed scary. My JavaScript abilities didn’t extend beyond jQuery. React was inscrutable and it seemed like I’d need a doctorate to understand some of the ideas behind it. I still don’t understand how Webpack works its magic. Does anyone, really?</p>\n<p>But the possibilities of the new block interface were too enticing to ignore, so I started diving in and figuring out how it worked. In those halcyon days (aka earlier this year), Gutenberg was still pretty rough around the edges, and there were a lot of opportunities for improvement. I started lurking on the GitHub repo, reading issues, examining the code, and generally trying to wrap my head around what the heck was going on.</p>\n<p>As I was playing around with Gutenberg for a client project, I started reporting issues: simple things, like user interface bugs. I started commenting on tickets, usually offering suggestions for a particular feature, trying to advocate from the perspective of independent developers.</p>\n<p>I even <a href=\"https://github.com/WordPress/gutenberg/pull/6855\">filed my first pull request</a>! It was simple. I updated the README to include the day and time of the weekly #core-editor meeting (Wednesdays at 1pm UTC, if you’re wondering). It was an inauspicious beginning, but I was excited to get it merged.</p>\n<p>Over time, my knowledge grew. It was like my early days in web development, learning a CSS property here, and an HTML element there. I learned what a component was and how you could reuse them in different situations. I learned about JSX, and ES6, and some of the other crazy acronyms you encounter in Gutenland.</p>\n<p>As I was building more with Gutenberg, I was also finding new ways to <em>build Gutenberg itself</em>. I was able to understand more of the discussions, and offer my thoughts and suggestions. I started opening pull requests, largely dealing with design issues but also solving small bugs and quirks. I made a point of attending the weekly meeting I had previously added to the README, chiming in when I felt I had more perspective to share.</p>\n<p>Today I have 25 new issues and 27 pull requests under my belt, in addition to dozens of comments on existing tickets. I’m a ‘member’ of the Gutenberg team on GitHub, and try to find time every day to triage new bugs or review pull requests. It took me most of the year to get to that point and it certainly wasn’t always easy. I still have so much to learn.</p>\n<p>When I hear about how difficult it is to contribute to Gutenberg, I can’t reconcile that with my own experience. That’s not to say it’s a breeze: Gutenberg does things very differently than WordPress core, and there is undoubtedly a learning curve.</p>\n<h1>Advice for Contributing to Gutenberg</h1>\n<p>If you aren’t comfortable coding from day one, there are so many other ways to contribute. Read through issues and add your own ideas and suggestions. Try testing and replicating bug reports. Hunt through inline documentation for typos and grammar corrections. All of these are valuable, and always appreciated.</p>\n<p>As you absorb the Guten-way through osmosis, you’ll find that the code isn’t as hard as you think — it’s just different. The intelligent people who build Gutenberg have done a great job at hiding away the ‘computer-science’ bits so the rest of us don’t have to worry about data binding and other complex ideas. I still cannot explain state management, data stores, or context APIs but I have managed to find small areas of the code to improve.</p>\n<p>This isn’t to deny anyone’s frustration or confusion with Gutenberg and its development. Documentation is still lacking in many places. Some of the APIs are unintuitive. The tooling isn’t the simplest to set up. These are real problems, and I don’t want to pretend they don’t exist; we can undoubtedly do more to make Gutenberg development easier.</p>\n<p>And of course I have privilege to check: I’m lucky to have the time to spend in the GitHub repo, experimenting with code, and participating in weekly meetings. I recognize that’s not a reality for many people.</p>\n<p>If you can’t find the time, the Classic Editor will continue to be an option, and there’s no shame in prolonging the upgrade. It may take time for the Gutenberg experience to be as intuitive as we would all like it to be, and waiting for that is totally reasonable.</p>\n<p>But if you open yourself to some new ideas about what WordPress can be, and can make the time, you may end up surprised at how easy it is to contribute. If you get stumped, pop into <a href=\"https://wordpress.slack.com/messages/core-editor/\">#core-editor</a> or the <a href=\"https://wordpress.org/support/\">forums</a>. Don’t be afraid to post a bug report or suggestion; we might consolidate it with another issue if it was previously reported, but the additional information is still valuable. Every experience matters.</p>\n<p>I’m incredibly excited about the future of WordPress with Gutenberg and to finally be a real WordPress contributor. We have a long way to go, but that means there are still many exciting ways to make a difference. The project will only get stronger with more independent community voices chiming in.</p>\n<p>I hope you’ll join us!</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, 13 Oct 2018 02:32:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:58:\"WPTavern: WordCamp for Publishers Seeks Host City for 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-for-publishers-seeks-host-city-for-2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1634:\"<p>WordCamp For Publishers’ distributed organizing team is looking for a new host city in 2019. The industry-focused camp gathers together professionals who use WordPress to manage publications. This year’s successful event hosted speakers who highlighted important topics, such as ethics in journalism, the open web, AMP, Gutenberg, and communication between tech and editorial teams.</p>\n<p>The inaugural edition of this camp was held in Denver (2017), followed by Chicago this year. A few people on social media have lobbied for cities like Los Angeles and Detroit, but the decision rests on the availability of local organizers to handle the logistics of the event. These duties include facilitating venue coordination, swag delivery, and other things that need to happen on the ground.</p>\n<p>Based on the <a href=\"https://2018-chicago.publishers.wordcamp.org/2018/09/26/help-us-host-wordcamp-for-publishers-2019/\" rel=\"noopener noreferrer\" target=\"_blank\">call for host city applications</a>, it seems that applicants do not need a large team behind them, since there’s already an existing organizing team. Applicants need only the availability to coordinate local preparations.</p>\n<p>Individuals or teams who are interested to host the event in 2019 can <a href=\"https://docs.google.com/forms/d/15HseaVsp1Dn_bZ48Y6mVN8qPcw2Kf_IigunOl6QZSPU/viewform?edit_requested=true\" rel=\"noopener noreferrer\" target=\"_blank\">submit an application</a>. Organizers said they have a preference for cities that are “underrepresented media markets” where attendees may not see as many of these types of events.</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, 12 Oct 2018 23:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: Learn How to Build JavaScript Plugins for WordPress with Riad Benguella’s Starter Kit/Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/learn-how-to-build-javascript-plugins-for-wordpress-with-riad-benguellas-starter-kit-tutorial\";s: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:2542:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/10/tools.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/F91K0WLE2D\">Krzysztof Puszczyński</a>\n<p>Riad Benguella, the technical lead for phase 2 of the Gutenberg project, has <a href=\"https://riad.blog/2018/10/07/lets-start-building-javascript-plugins-for-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">published</a> an educational resource to help WordPress developers get started building JavaScript plugins. The <a href=\"https://github.com/youknowriad/wp-js-plugin-starter\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress JavaScript Plugin Starter</a> is unique in that it is built as a tutorial, not just a boilerplate. The GitHub repo contains eight commits that have been structured to explain each step along the way. Benguella designed the repository to answer the following questions:</p>\n<ul>\n<li>How do I quickly setup a WordPress environment and how do I bake it into my plugin?</li>\n<li>How do I define a WordPress Plugin?</li>\n<li>How do I load a simple JavaScript script in WordPress?</li>\n<li>How do I bundle my JavaScript files?</li>\n<li>How do I use advanced JavaScript features like JSX?</li>\n<li>How do I build a production-ready version of my plugin?</li>\n<li>How does all this fit together?</li>\n</ul>\n<p>Benguella predicts a shift in the WordPress development community, as JavaScript skills become essential for extending core’s rapidly evolving JS-based UI. Plugin architecture is changing to accommodate that.</p>\n<p>“Plugin developers are required to use JavaScript more in order to extend the editor,” Benguella said. “Most blocks need to be developed using this technology. The modules Gutenberg provides (Components, data module, i18n, apiFetch…) will also encourage developers to extend other parts of WP-Admin in JavaScript. Instead of writing HTML/CSS screens from scratch and rendering them from the server, developers are able to bootstrap and prototype fully accessible new screens in WP-Admin by composing these components in a small number lines of code.”</p>\n<p>Benguella’s <a href=\"https://github.com/youknowriad/wp-js-plugin-starter\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress JavaScript Plugin Starter</a> resource demystifies the plugin creation process with detailed explanations of each step throughout the readme file. It’s a valuable resource for PHP developers who are just getting started transitioning into building JavaScript plugins.</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, 12 Oct 2018 20:21:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: WordCamp Nordic 2019 to be Held in Helsinki, March 7-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordcamp-nordic-2019-to-be-held-in-helsinki-march-7-8\";s: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:6872:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/wordcamp-nordic.png?ssl=1\"><img /></a></p>\n<p>After many years of planning, WordPress’ Nordic communities are finally getting a regional WordCamp. The first <a href=\"https://2019.nordic.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Nordic 2019</a> is set to be held in Helsinki, Finland the weekend of March 7-8 at the <a href=\"https://www.paasitorni.fi/en/\" rel=\"noopener noreferrer\" target=\"_blank\">Paasitorni Congress Center</a>.</p>\n<p>“Some folks from the Norwegian community came up with idea in 2016,” lead organizer Marco Martins said. “Then in a WordCamp Stockholm we got people together and we discussed the idea. But it was earlier this year in WordCamp Jyväskylä (Finland) that we decided to commit to it and organize it. After that I went to Oslo to discuss personally with people from the Nordic countries and we came to an agreement. We gathered a team from the different countries and here we are.”</p>\n<p>The international organizing team is planning for approximately 600 attendees but the venue has the capacity for 800 people, if ticket demand is higher than expected. Paasitorni is an 111-year old complex brimming with historic significance. The Art Nouveau style building is also known as the Helsinki Workers’ House, previously serving as leisure premises for the working class. It also provided the headquarters for the Red army during the 1918 Finnish Civil War. In the 1990’s it was remodeled to be a conference center and now includes a hotel and restaurants on premises.</p>\n<p>Finland has a stable and active WordPress community, which Martins said was one of the factors in the decision to host the first WordCamp Nordic in Helsinki. Regular meetups are held across the country in Turku, Tampere, Jyväskylä, Oulu, and Seinäjoki. The local <a href=\"https://www.meetup.com/WPHelsinki/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Helsinki Meetup</a> group has more than 900 members with average attendance of 20-60 attendees each month.</p>\n<p>Helsinki has hosted two previous WordCamps, both averaging more than 220 attendees. Three other WordCamps were held in Turku, Tampere, and Jyväskylä, along with an unofficial <a href=\"https://wp-metsa.fi/\" rel=\"noopener noreferrer\" target=\"_blank\">WP Metsä</a> (“WP Forest”) in 2017, featuring cabins, lakes, outdoor tubs, sauna, and lightning talks by the fire. According to local organizers, Finnish camps have always sold out sponsor packages and tickets relatively fast.</p>\n<p>WordCamp Nordic will host a Contributor Day on March 7, followed by the main event on March 8. Organizers expect attendees from Sweden, Norway, Iceland, Denmark, and other countries, with likely the most attendees from Finland. All the sessions will be conducted in English.</p>\n<p>“While Nordic countries have very close ties both culturally and historically, one of the challenges we often face when thinking of attending a local WordCamp in the region is language,” co-organizer Niko Pettersen said. “Even though most Finns learn Swedish in school, the language often stays at a basic level and doesn’t extend to technical things such as WordPress. By having all of our talks in English, we’re hoping to level the playing field and hopefully attract more people from all around the world to come and listen to what these communities have to share.”</p>\n<p>Organizers are still in the process of discussing what topics they would like to see, but Pettersen said many Nordic countries tend to focus heavily on education, the environment, and healthcare. “Also with the EU Accessibility Directive coming to full effect in the coming years, I have a feeling a11y will be one of the major topics we will want to cover,” Pettersen said.</p>\n<p>WordCamp Nordic will also be hosting an informal Activity Day on March 9th where attendees will be welcome to join various activities, such as karaoke, cycling tours, trips to islands, and other other events coordinated by the community and sponsors.</p>\n<p>“It is something that Oslo has been doing informally the day after the camp and the feedback has been great so we thought it would be a good idea to have the activity day for people to do something together and experience something Finnish in more informal way,” Martins said. “We are planning the activities, but sauna for sure, because Finland.”</p>\n<p>One unique aspect of Finnish culture is the national obsession with saunas, and WordCamp Nordic organizers are ready to introduce attendees to Finland’s favorite pastime.</p>\n<p>“Traditionally saunas have been a place to cleanse the body and mind, but more recently travelers have discovered it is also a great place to meet locals, share experiences and get tips on where to go next,” Pettersen said. “If you’ve never been to one, I warmly suggest you extend your stay over the weekend as we’re planning on taking groups to some of the new public saunas in Helsinki during the Activity Day the day after the event.”</p>\n<h3>WordCamp Nordic Organizers Aim to Revitalize Local Communities by Fostering New Meetup Groups</h3>\n<p>Finland is the birth place of many open source projects, including SSH, MySQL, Linux, and IRC. WordCamp Nordic organizers hope to inspire that same spirit of collaboration among neighboring WordPress communities by hosting the regional camp.</p>\n<p>“One of the goals we listed in our initial proposal was to focus on revitalizing the local communities in the region and help to form new meetup groups by getting the organizers and interested parties together during Contributor Day,” Pettersen said. “We saw our meetup scene grow in Finland from one to six in the space of a few years largely thanks events like these and good mentoring from the community at large.”</p>\n<p>Organizers plan to keep the camp running in future years but have not yet settled on the selection process for future host cities.</p>\n<p>“As long as WordCamp Europe is organized during the summer, I have a feeling future events will be leaning towards spring/autumn or winter,” Pettersen said. “The selection process is still up for debate, but I imagine whoever feels like this is their calling will have the full support of the Nordic community to carry on where we left off.”</p>\n<p>WordCamp Nordic joins a small list of regional WordCamps that have become can’t-miss, enriching events for many in the WordPress community. Tickets will go on sale at the end of October. Follow <a href=\"https://twitter.com/WordCampNordic\" rel=\"noopener noreferrer\" target=\"_blank\">@WordCampNordic</a> on Twitter or subscribe to the newsletter to get notified.</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, 12 Oct 2018 04:43:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: Tiny Raises $4M in Series A Funding, Publishes Gutenberg FAQ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/tiny-raises-4m-in-series-a-funding-publishes-gutenberg-faq\";s: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:4061:\"<p><!-- wp:paragraph --></p>\n<p>Tiny, the company <a href=\"https://wptavern.com/ephox-creators-of-tinymce-rebrand-to-tiny-technologies-inc\">formerly known</a> as Ephox <a href=\"https://go.tiny.cloud/blog/big-milestones-for-tiny-today/\">has raised</a> $4M in Series A funding from <a href=\"https://www.brv.com/\">BlueRun Ventures</a>. Tiny is the company behind TinyMCE, a popular text editor used in many opensource projects, including WordPress. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In addition to the funding, Jeff Tannenbaum, partner at BlueRun Ventures <a href=\"https://medium.com/brv-signals/how-to-find-and-invest-in-sleeping-giants-a2a3f2e7b3d3\">is joining</a> Tiny’s board of directors. The company has also launched <a href=\"https://www.tiny.cloud/developer-preview/\">Tiny Drive</a>, a preview of <a href=\"https://www.tiny.cloud/developer-preview/\">TinyMCE 5</a>, and the <a href=\"https://go.tiny.cloud/partners/\">Tiny App Directory</a>. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2>TinyMCE’s Relationship With Gutenberg</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Gutenberg is built on top of TinyMCE and this has led to few misconceptions about the project. To alleviate these misconceptions, Tiny published a <a href=\"https://go.tiny.cloud/blog/gutenberg-tinymce-faq/\">Gutenberg and TinyMCE FAQ</a> earlier this year.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>TinyMCE is used by the Classic Editor but as the FAQ explains, they are not one in the same and never have been. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>The Classic Editor is <em>less</em> than TinyMCE in that it exposes just 6 of the 54 of the <a href=\"https://www.tiny.cloud/docs/plugins/\">official plugins</a> and a fraction of the UI. A popular WordPress plugin called <a href=\"https://wordpress.org/plugins/tinymce-advanced/\">TinyMCE Advanced</a> created by Andrew Ozz exposes more of TinyMCE’s UI, core features, and plugins.</p>\n<p>The Classic Editor is also <em>more</em> than TinyMCE in that there is significant custom code in WordPress. This includes WordPress-specific UI components and backend code for embedding, links, media, and more. Some of the filtering code is specific to WordPress.</p>\n<p><cite>Andrew Roberts</cite></p></blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>Gutenberg uses TinyMCE to provide rich text editing and provides a Classic editor block that contains some UI elements from TinyMCE, but that’s about it. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Both projects have a close relationship but as Roberts <a href=\"https://techcrunch.com/2018/10/02/rich-text-editing-platform-tiny-raises-4m-launches-file-management-service/\">noted on TechCrunch</a>, the two are not mutually dependent on each other.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>“Tiny’s core business comes from a mix of software vendors, large enterprises, and agencies building custom solutions for clients that has little to do with the WordPress ecosystem,” Roberts told TechCrunch. “It is a popular and commercially viable project in its own right.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>While TinyMCE 5 features a brand new UI, earlier versions such as 4.7 were inspired by beta versions of Gutenberg. Tiny is not yet committed to making block based editing the default but is keeping a close eye on how Gutenberg rolls out. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>TinyMCE and WordPress are open source projects that will continue to benefit each other as it makes sense. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>“The TinyMCE and WordPress projects have had a symbiotic relationship over the years. We hope that this goodwill and sense of community continues for many years to come,” Roberts said.</p>\n<p><!-- /wp:paragraph --></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, 12 Oct 2018 03:57:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:78:\"WPTavern: WPWeekly Episode 333 – Interview With Mike ‘Shredder’ Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84675&preview=true&preview_id=84675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wpweekly-episode-333-interview-with-mike-shredder-schroder\";s: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:1895:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://twitter.com/GetSource\">Mike Schroder</a>. Schroder co-led the release of WordPress 3.9 and in 2016, he led the release of WordPress 4.5.</p>\n<p>In the interview, we learn his WordPress origin story, his thoughts on Gutenberg and whether or not he sees it as the future of WordPress, the WordPress media component, and near the end of the show, he explains how he received the nickname Shredder.</p>\n<h2>Useful Links Mentioned:</h2>\n<p><a href=\"https://make.wordpress.org/meetings/\">A Detailed List of Meetings of the Various WordPress Core Teams</a><br />\n<a href=\"https://make.wordpress.org/core/tag/new-contributors/\">New Contributors Bi-Monthly Meeting</a><br />\n<a href=\"https://make.wordpress.org/core/handbook/\">WordPress Core Contributor Handbook</a><br />\n<a href=\"https://wordpress.tv/2017/12/12/mike-schroder-tammie-lister-media-matters/\">Mike Schroder and Tammie Lister’s Presentation from WCUS 2017 – Media Matters</a><br />\n<a href=\"https://wptavern.com/godaddy-hires-mike-schroder-to-contribute-to-wordpress-core-full-time\">GoDaddy Hires Mike Schroder to Contribute to WordPress Core Full-Time</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 17th 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 #333:</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, 11 Oct 2018 09:07: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: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:92:\"WPTavern: Gutenberg 4.0 RC 1 Released, Testing Ramps Up Amid Critical Accessibility Concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/gutenberg-4-0-rc-1-released-testing-ramps-up-amid-critical-accessibility-concerns\";s: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:6432:\"<p>A <a href=\"https://make.wordpress.org/test/2018/10/10/call-for-testing-gutenberg-4-0-pre-release/\" rel=\"noopener noreferrer\" target=\"_blank\">pre-release of Gutenberg 4.0 RC 1</a> is now available for testing. During today’s core developer chat, Matias Ventura, the project’s technical lead, said he plans to post a full changelog and a video tomorrow. In the meantime, a call for testing 4.0 RC 1 has been posted to the make.wordpress.org/test blog with a list of 15 specific testing items highlighted for attention.</p>\n<p>Gutenberg 4.0 introduces several new features, (including but not limited to) the following:</p>\n<ul>\n<li>Add ability to change overlay color in Cover Image</li>\n<li>New Font Size Picker with clear labels and size comparison</li>\n<li>New RichText data structure to allow better manipulation of inline content</li>\n<li>Add Pullquote style variation and color palette support</li>\n<li>Add support for post locking when multiple authors interact with the editor</li>\n<li>Add support for shortcode embeds that enqueue scripts.</li>\n</ul>\n<p>A running list of the enhancements, bug fixes, and other changes is available on GitHub in the <a href=\"https://github.com/WordPress/gutenberg/pull/10472\" rel=\"noopener noreferrer\" target=\"_blank\">changelog</a>. <a href=\"https://wordpress.org/gutenberg/handbook/reference/deprecated/#4-0-0\" rel=\"noopener noreferrer\" target=\"_blank\">Deprecations for 4.0.0</a> are outlined in the Gutenberg handbook.</p>\n<p>Grzegorz Ziółkowski has published Gutenberg’s npm packages this evening, so the team can move forward on core integration with Gutenberg.</p>\n<p>Accessibility has been one of the recent concerns with the project, as there are many outstanding <a href=\"https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3AAccessibility\" rel=\"noopener noreferrer\" target=\"_blank\">tickets</a> with this tag. One of the most prolific contributors to testing, Andrea Fercia, has stated that the editor in its current state is “barely usable” for those with accessibility needs. Joe Dolson, another WordPress accessibility contributor, wrote a <a href=\"https://www.joedolson.com/2018/10/wordpress-accessibility-and-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">reaction post</a> that concurs with Fercia’s assessment.</p>\n<p>“The leadership within the Gutenberg project has not taken seriously the scope of accessibility problems in Gutenberg,” Dolson said. “I do not want to diminish the dedication to accessibility issues at some levels. The dedication to producing accessible content is still very high. But I’m not seeing dedication to developing an accessible authoring tool. It’s as if there’s no awareness of the needs of authors with disabilities; only consumers.”</p>\n<p>If WordPress 5.0 is released on schedule, Dolson said he believes it is “almost a guarantee that the first release of Gutenberg in WordPress will not be accessible,” as there are too many major accessibility issues left to resolve.</p>\n<p>Matthew MacPherson, the new accessibility lead for WordPress 5.0, <a href=\"https://github.com/WordPress/gutenberg/issues/10318#issue-366539284\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> he is willing to bet that Gutenberg is more accessible than the Classic Editor and that the perception of its inaccessibility is based on older evaluations of earlier releases:</p>\n<blockquote><p>I think there’s a notion of Gutenberg being inaccessible because of older accessibility audits that identified a lot of issues in the very early versions. Things have changed a lot since the early days, and when the plugin was labeled “1.0” it was hardly a ready-to-ship product. I worry that many of those sentiments haven’t been re-examined and updated, so there is a prevailing idea that Gutenberg is not accessible or is entirely less accessible than the Classic Editor.</p>\n<p>What I’d venture is that Gutenberg is selectively less accessible, but overall more accessible feature-for-feature. Something like a date picker or a certain interaction being inaccessible does not make the entire editor inaccessible. Feature-for-feature, compared to a classic editor with similar capabilities (eg a bunch of plugins installed), I’d bet* Gutenberg is more accessible.</p></blockquote>\n<p>Despite his suggestion that Gutenberg’s current accessibility issues are likely not as critical as contributors have claimed, MacPherson is willing to coordinate an <a href=\"https://github.com/WordPress/gutenberg/issues/10318\" rel=\"noopener noreferrer\" target=\"_blank\">independent accessibility audit</a> to get an outside opinion. Selection of the company to perform the audit is currently in process.</p>\n<p>After the recent <a href=\"https://wptavern.com/wordpress-accessibility-team-lead-resigns-cites-political-complications-related-to-gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">resignation of team rep Rian Rietveld</a>, accessibility contributors are <a href=\"https://make.wordpress.org/accessibility/2018/10/09/suggested-agenda-for-meeting-on-october-15th/#comment-72719\" rel=\"noopener noreferrer\" target=\"_blank\">meeting next Monday</a> to get reorganized and discuss the leadership and decision processes of the team.</p>\n<p>Many have speculated outside of official channels on whether the recent shakeup in the leadership of the accessibility team is a referendum on the aggressive timeline for Gutenberg’s inclusion in core or simply the natural turnover in open source projects when friction cannot be resolved. A truly independent accessibility audit, with results that are shared transparently to the WordPress community, will reveal whether current perceptions of Gutenberg’s lack of accessibility are accurate.</p>\n<p>In the meantime, a new “<a href=\"https://github.com/WordPress/gutenberg/labels/Needs%20Accessibility%20Feedback\" rel=\"noopener noreferrer\" target=\"_blank\">Needs Accessibility Feedback</a>” label is available for use on the Gutenberg GitHub repository to facilitate communication between developers and accessibility contributors. There is also a label for <a href=\"https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3ARegression\" rel=\"noopener noreferrer\" target=\"_blank\">regressions</a> where changes broke accessibility along the way.</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, 11 Oct 2018 04:31:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:114:\"WPTavern: Jetpack 6.6 Improves Site Verification Tools, Asset CDN Module Now in Beta, Gutenberg Blocks Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/jetpack-6-6-improves-site-verification-tools-asset-cdn-module-now-in-beta-gutenberg-blocks-coming-soon\";s: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:2105:\"<p><a href=\"https://jetpack.com/2018/10/09/jetpack-6-6-better-site-verification-tools/\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack 6.6</a> was released today with an update to the Site Verification tools that enables one-click verification and sitemap.xml registration with Google.</p>\n<p>This release also introduces the beta of Jetpack’s <a href=\"https://jetpack.com/support/asset-cdn/\" rel=\"noopener noreferrer\" target=\"_blank\">Asset CDN</a>. The new module, built on the same infrastructure as the Photon CDN, speeds up sites by cloud-hosting widely-used Jetpack and core WordPress scripts, styles, and assets. It takes a load off of users’ servers and increases the allowed maximum concurrent connections through Photon. Once it is ready for use in production, the Asset CDN will be a new opt-in feature that can help speed up Jetpack’s 5+ million active installations.</p>\n<p>Version 6.6 also adds the necessary infrastructure for new Gutenberg blocks. The activity on the plugin’s GitHub repository indicates the team is <a href=\"https://github.com/Automattic/jetpack/projects/14\" rel=\"noopener noreferrer\" target=\"_blank\">working on a number of blocks for existing features</a>, including things like recipes, shortcodes, Jetpack subscription form, Simple Payments, Publicize, the contact form, tweet shortcode, VR shortcode, Giphy, and more. Everything touching the editor is in the process of being ported to blocks. Many of the blocks are already complete and some are still in progress. Some features, such as support for tiled gallery layouts, have bugs that need to be sorted before Jetpack will be ready for WordPress 5.0.</p>\n<p>Jetpack 6.6.1 will be going out soon to address a bug with social icons that this release introduced. In the meantime, users can paste the CSS in this <a href=\"https://raw.githubusercontent.com/Automattic/jetpack/3bf312d33b2aa4e1e693642e296fc3995ee74e95/modules/widgets/social-icons/social-icons.css\" rel=\"noopener noreferrer\" target=\"_blank\">gist</a> into Appearance > Customize > Additional CSS to provide a temporary fix.</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, 09 Oct 2018 22:19:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:103:\"WPTavern: WordPress Accessibility Team Lead Resigns, Cites Political Complications Related to 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=84564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-accessibility-team-lead-resigns-cites-political-complications-related-to-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:4543:\"<p>WordPress Accessibility Team lead <a href=\"https://rianrietveld.com/2018/10/09/i-have-resigned-the-wordpress-accessibility-team/\" rel=\"noopener noreferrer\" target=\"_blank\">Rian Rietveld has resigned</a> due to what she describes as political complications and problems with working on Gutenberg accessibility.</p>\n<p>“The last year, especially the last few weeks have been too politically complicated for me,” Rietveld said. “It’s better that someone else takes the lead now.”</p>\n<p>Her post outlines challenges the accessibility team has encountered in working with Gutenberg without having a skilled React developer on their team. Their contributions have primarily been limited to testing and reporting issues. Rietveld said team members experienced frustration when they tested and improved functionality but saw it changed at a later stage, breaking accessibility requirements again. She also cites a lack of commitment to keyboard testing new features before implementation.</p>\n<p>Rietveld said she used her network to try to get more companies and developers with React skills involved in Gutenberg accessibility contribution. In March, tests they ran on the plugin revealed a staggering number of <a href=\"https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3AAccessibility\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg accessibility issues</a> that remain unresolved.</p>\n<p>“The results indicated so many accessibility issues that most testers refused to look at Gutenberg again,” Rietveld said. She included a statement from fellow contributor <a href=\"https://twitter.com/afercia\" rel=\"noopener noreferrer\" target=\"_blank\">Andrea Fercia</a>, who has been highly active in testing Gutenberg functionality and reporting issues:</p>\n<blockquote><p>While the Gutenberg team has worked hard to implement some fundamental accessibility features (e.g. focus management, navigate landmark regions), the overall user experience is terribly complicated for users with accessibility needs at the point the new editor is barely usable for them. </p>\n<p>The main reason for this lack of overall accessibility is in the overall Gutenberg design, where accessibility hasn’t been incorporated in the design process. </p>\n<p>Feedback from accessibility users has been constantly evaluated and Gutenberg is actually a regression in terms of accessibility level, compared to the previous editor.</p></blockquote>\n<p>The Gutenberg project now has a dedicated developer from Automattic, <a href=\"http://codinginairports.com\" rel=\"noopener noreferrer\" target=\"_blank\">Matthew MacPherson</a>, who is working on accessibility issues and Rietveld said she hopes the core accessibility team will continue to offer him all the support he needs.</p>\n<p>Rietveld’s resignation is a major loss to the WordPress project. For years her leadership and contributions have demonstrated the project’s commitment to serving those with a disability.</p>\n<p>In 2016, she was instrumental in <a href=\"https://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress adopting accessibility coding standards for all new and updated code</a>. Rietveld was <a href=\"https://wptavern.com/wordpress-contributor-rian-rietveld-wins-heroes-of-accessibility-award\" rel=\"noopener noreferrer\" target=\"_blank\">recognized by Knowbility.org</a> as “a knowledgeable, dedicated, and effective advocate for accessibility in the global WordPress community,” whose achievements had a major impact on the application used by more than 25% of the world at that time. She took first place in the Individual Achievement category of the Heroes of Accessibility Awards.</p>\n<p>News of Rietveld’s resignation <a href=\"https://twitter.com/RianRietveld/status/1049615192626253825\" rel=\"noopener noreferrer\" target=\"_blank\">roused an outpouring of sadness and gratitude on Twitter</a>. The WordPress community thanked her for her work and that of other accessibility contributors, whose efforts often go unappreciated.</p>\n<p>“I’m not leaving WordPress nor accessibility, and in fact maybe now I can actually work on accessibility again,” Rietveld said. “I will keep giving talks and workshops. I also want to do research and work on tickets. But in my own pace.</p>\n<p>“I will join the a11y table if asked on contributor days, but maybe I’ll just go to a museum instead.”</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, 09 Oct 2018 16:27:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: Alexis Lloyd and Riad Benguella Will Lead Phase Two of 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=84550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/alexis-lloyd-and-riad-benguella-will-lead-phase-two-of-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:3856:\"<p>As activity ramps up to try to get WordPress 5.0 released in November, Matt Mullenweg <a href=\"https://make.wordpress.org/core/2018/10/05/gutenberg-phase-2-leads/\">has announced</a> who will lead phase two of the Gutenberg project. Phase two focuses on Customization and entire site layouts. </p>\n\n<p>Alexis Lloyd, Head of Design Innovation at Automattic, will handle the design and product side. Riad Benguella, a JavaScript Engineer at Automattic, will handle the technical side of the project. </p>\n\n<p>One of the goals of phase two is to replace widgets with blocks and menus with a navigation block. <a href=\"https://make.wordpress.org/core/2018/10/05/gutenberg-phase-2-leads/#comment-34057\">Lloyd</a> and <a href=\"https://make.wordpress.org/core/2018/10/05/gutenberg-phase-2-leads/#comment-34063\">Benguella</a> commented on the post, introducing themselves to the community. <br /></p>\n\n<p>“Hi all! I’m thrilled to be working on phase 2 of Gutenberg,” Lloyd said. “I think there’s a huge opportunity to take the ease of use that has been brought to page/post editing in phase 1 and extend that to the full site experience. </p>\n\n<p>“I’m coming from many years leading design and product teams in news organizations (including designing and building custom CMSes), and am looking forward to bringing my experience to WordPress, as well as learning from the deep expertise in the community!”</p>\n\n<p>“Hi all! I’m so excited to be working with you all alongside <a href=\"https://profiles.wordpress.org/alexislloyd/\">@alexislloyd</a> to build upon the amazing technology that is Gutenberg in order to bring the content creation experience in WordPress to a whole new level,” Benguella said.<br /></p>\n\n<p>“For those who don’t know me yet, I’m a JavaScript engineer at Automattic. I’ve been fortunate to have contributed to the Gutenberg project since its beginning, including a lot of work on Gutenberg APIs, JavaScript in Core, and Accessibility.</p>\n\n<p>“I look forward to bringing my humble expertise to achieve the second phase of this project, as we look into things like widgets, menus, templates, and site-building in general.”</p>\n\n<h2>Theseus’s Paradox Makes More Sense Now</h2>\n\n<p>In <a href=\"https://wptavern.com/wpweekly-episode-331-status-update-on-gutenberg-with-gary-pendergast\">episode 331 of WordPress Weekly</a>, one of the items we discussed with Gary Pendergast is the future of Gutenberg beyond the editor. At its core, Gutenberg is supposed to unify a number of areas of WordPress. </p>\n\n<blockquote class=\"wp-block-quote\"><p>Blocks are the unifying evolution of what is now covered, in different ways, by shortcodes, embeds, widgets, post formats, custom post types, theme options, meta-boxes, and other formatting elements. They embrace the breadth of functionality WordPress is capable of, with the clarity of a consistent user experience.</p><cite>From the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg Plugin Page</a></cite></blockquote>\n\n<p>I hypothesized that since Gutenberg is an interface to manage blocks and that menus as well as widgets will become blocks, the menus and widget management pages in the WordPress backend can be replaced or removed in favor of Gutenberg. </p>\n\n<p>In this way, the Menu and Widget management boards on <a href=\"https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">the Ship of Theseus </a>would be replaced without sinking or disrupting the entire boat. </p>\n\n<p>With Mullenweg’s announcement regarding phase two, the <a href=\"http://en.wikipedia.org/wiki/Ship_of_Theseus\">Ship Of Theseus or Theseus’s paradox</a> begins to make more sense. Gutenberg becomes the foundation for bringing many areas of the WordPress project up to par without starting from scratch.</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, 09 Oct 2018 01:52:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:53:\"WPTavern: Miami WordPresser Todrick Moore Passes Away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/miami-wordpresser-todrick-moore-passes-away\";s: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:928:\"<div class=\"wp-block-image\"><img />Todrick Moore Courtesy of <a href=\"http://davidbisset.com/todrick-moore/\">David Bisset</a></div>\n\n<p>Fellow WordPresser Todrick Moore, a member of the Miami WordPress community and volunteer organizer of WordCamp Miami 2015 and 2016 passed away last week of Leukemia.</p>\n\n<p>“Todrick Moore was one of the kindest and strongest members of the South Florida WordPress community, and I still to this day remember meeting him first at his local meetup,” David Bisset said. </p>\n\n<p>“Like many people who come to meetups he was eager to learn, but also as I would quickly come to realize, he would be eager to help others as well.”</p>\n\n<p>To learn more about Todrick and how to help out his wife with their <a href=\"https://www.madeinthemia.com/\">WordPress business site</a>, please <a href=\"http://davidbisset.com/todrick-moore/\">read this post</a> by David Bisset.</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, 09 Oct 2018 00:24:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: How the Student-Owned Pelham Examiner Uses WordPress to Empower Young Journalists\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/how-the-student-owned-pelham-examiner-uses-wordpress-to-empower-young-journalists\";s: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:4229:\"<p>When the <a href=\"https://newsofpelham.com/\" rel=\"noopener noreferrer\" target=\"_blank\">News of Pelham</a> became another casualty of the blighted newspaper industry, student journalist contributors lost a platform for their voices to be heard. Their advisor, Rich Zahradnik, called a meeting to address the paper’s closure. More than a dozen middle and high school kids showed up and decided to start their own paper: <a href=\"https://www.pelhamexaminer.com/\" rel=\"noopener noreferrer\" target=\"_blank\">The Pelham Examiner</a>.</p>\n<p><a href=\"https://www.richzahradnik.com\" rel=\"noopener noreferrer\" target=\"_blank\">Zahradnik</a> is a former journalist who has been volunteering for years in the local elementary schools, teaching kids how to write news stories. Before the News of Pelham shut down he was acting as a liaison to recruit student contributors. He registered the Examiner as a corporation and the paper is also part of the New York Press Association.</p>\n<p>The Pelham Examiner is an online-only publication that covers everything from local politics and crime to sports and entertainment. It is running on WordPress, using plugins like All-in-One Event Calendar and WP Polls to enhance students’ stories. The site uses the FLEX WordPress Theme by <a href=\"https://snosites.com/\" rel=\"noopener noreferrer\" target=\"_blank\">SNO</a>, an organization that sells publishing solutions for scholastic news programs.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/screely-1539030523820.png?ssl=1\"><img /></a></p>\n<p>WordPress provided a cost-effective way to launch a student-run newspaper and students also found it to be intuitive for publishing.</p>\n<p>“We chose to use WordPress mainly because of the ease with which we could use it and create a website look that worked for our goal,” Executive Editor Ben Glickman said. Zahradnik had used the platform with prior publications he had worked on with students at Colonial Elementary School.</p>\n<p>“Several of the students who had worked on The Colonial Times loosely remembered some aspects of WordPress, but most of us had to learn from the beginning,” Glickman said. “I started with the basics (creating new articles, saving drafts, etc.) and worked my way up to the more complex stuff.” Most students contributing to the Pelham Examiner didn’t require much training to get up to speed with publishing articles.</p>\n<p>“Personally, I thought that much of WordPress was rather intuitive, so learning was not too hard,” Glickman said. “I haven’t had any problems with WordPress so far. I’ve been especially impressed with how easy it is to integrate all kinds of story elements into a given story.”</p>\n<p>Poynter published a <a href=\"https://www.poynter.org/news/when-paper-they-were-writing-folded-kids-started-their-own\" rel=\"noopener noreferrer\" target=\"_blank\">story</a> last week about the enthusiastic and highly motivated group of young journalists behind the <a href=\"https://www.pelhamexaminer.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Pelham Examiner</a>. For now the publication is self-sustaining with volunteer contributions, but Zahradnik told Poynter that he is open to ads or investors in the future.</p>\n<p>Sustaining the news as a business is another skill the students will need to learn as the publishing industry is increasingly demanding more creative revenue models from journalists who want to work independently. Zahradnik told Poynter that the Pelham Examiner’s student-owned online paper could be a model for other places that are no longer able to support traditional local newspapers.</p>\n<p>The News of Pelham was a bi-weekly, print-only publication before it closed its doors. With a WordPress-powered website, students can get the news out faster, publishing every day with virtually no overhead costs.</p>\n<p>“I think the model for the Examiner is absolutely reproducible,” Glickman said. “For the relatively small price of a startup fee and annual hosting and support fees, you can essentially have the same type of town or city coverage with a conventional town newspaper.”</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, 08 Oct 2018 20:52:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WooSesh Schedule Published, WooCommerce Team to Deliver Keynote\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/woosesh-schedule-published-woocommerce-team-to-deliver-keynote\";s: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:1835:\"<p><a href=\"https://woosesh.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WooSesh</a>, the virtual WooCommerce conference, is now less than two weeks away. The two-day event will be held October 18-19 and is free for all attendees who join the livestream. Organizers Patrick Rauland and Brian Richards published the schedule this week with <a href=\"https://woosesh.com/#day1\" rel=\"noopener noreferrer\" target=\"_blank\">descriptions for each session</a>.</p>\n<p>Day 1 will feature speakers on a variety of topics suited for all attendees who work with WooCommerce, including building stores for clients, designing sites, and developing plugins. Day 2 is geared towards developers and will focus on more technical topics.</p>\n<p><a href=\"https://twitter.com/toddwilkens\" rel=\"noopener noreferrer\" target=\"_blank\">Todd Wilkens</a>, Head of WooCommerce, will be giving the keynote along with Aviva Pinchas and Kelly Hoffman. The session is titled “The Past, Present, and Future of WooCommerce” and it will be followed up with a Q&A time.</p>\n<p>In a recent <a href=\"https://panel.socialpilot.co/site/video/eNiqGdpe\" rel=\"noopener noreferrer\" target=\"_blank\">interview</a>, Wilkens told Patrick Rauland that they have been working to rethink the merchant experience of the platform, as it has traditionally offered more of a builder style experience. This is one topic they plan to discuss in the keynote, in addition to where they see WooCommerce going as a platform, some recent successes, and how WooCommerce fits into other trends with WordPress and e-commerce in general.</p>\n<p>Attendees can watch all sessions for free as long as they attend at least one presentation during the live event. Registration is open on the <a href=\"https://woosesh.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WooSesh</a> website.</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, 05 Oct 2018 05:58:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:100:\"WPTavern: If Deadlines Are Not Arbitrary, Why Not Release WordPress 5.0 in the Beginning of January?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/if-deadlines-are-not-arbitrary-why-not-release-wordpress-5-0-in-the-beginning-of-january\";s: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:3933:\"<p>The WordPress 5.0 release schedule <a href=\"https://wptavern.com/wordpress-5-0-slated-for-november-19-2018\">has been published</a> and not everyone is excited about the expected November 19th release. November 19th is three days before Thanksgiving, a major holiday in the U.S.</p>\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Just going to call bullshit on anyone claiming “every date is bad for someone” or “every month has holidays somewhere” when defending possible Nov-Dec WordPress 5.0 release. It is trying to be rammed in for WordCamp U.S. where those November and December holidays are major ones.</p>— Carl Hancock <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f680.png\" alt=\"?\" class=\"wp-smiley\" /> (@carlhancock) <a href=\"https://twitter.com/carlhancock/status/1047922585659461632?ref_src=twsrc%5Etfw\">October 4, 2018</a></blockquote>\n</div>\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> is being rolled out the week of Thanksgiving? Do none of you have families or want to enjoy the holidays? What a terrible decision to push this during a holiday week…</p>— Jennifer Bourn (@jenniferbourn) <a href=\"https://twitter.com/jenniferbourn/status/1047845139912122368?ref_src=twsrc%5Etfw\">October 4, 2018</a></blockquote>\n</div>\n\n<p>Historically, WordPress has <a href=\"https://wordpress.org/news/category/releases/\">shipped major versions</a> in early to mid December rather than November. Holidays were considered because of the sharp drop-off in volunteer contribution activity. These versions were also part of a rigid and predictable four month schedule to get <a href=\"https://wordpress.org/about/roadmap/\">three major releases out per year</a>. </p>\n\n<p>However, WordPress 5.0 is no ordinary major release. It will contain Gutenberg and completely revamp the content creation and editing experience. Not to mention, we won’t know the full extent of plugin and theme compatibility until it’s installed on millions of sites. </p>\n\n<p>Looking at the proposed release date and <a href=\"https://2018.us.wordcamp.org/\">WordCamp US</a> taking place on December 7th, it’s not out of the question to theorize the release occurring before and because of WCUS. It should be noted though that the <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\">roadmap Matt Mullenweg outlined at WordCamp EU</a> earlier this year originally targeted a late August release.</p>\n\n<p>I think it would be a bummer if WordPress 5.0 was not released before WordCamp US. However, it would be irresponsible as a project leader to force a release for public relations reasons.</p>\n\n<p>As Mullenweg <a href=\"https://wptavern.com/matt-mullenweg-announces-5-0-release-plan-estimates-release-candidate-to-ship-in-november#comment-262936\">commented</a> in a recently published article, he won’t release WordPress 5.0 until it’s ready. I don’t think releasing it to have a big moment on stage would qualify as being ready.</p>\n\n<p>I think there should be consideration in pushing the release date to the beginning of next year. What better way to ring in the new year with a completely new editor in WordPress. It bypasses the holidays concern and allows people to apply all of their focus on making sure 5.0 is rolled out smoothly to sites they manage.</p>\n\n<p>Gutenberg has been in development for more than a year and a half. Since the WordPress release strategy was thrown out the window last year and <a href=\"https://wordpress.org/about/philosophy/\">deadlines are not arbitrary</a>, what’s a few more weeks of development and testing before pushing WordPress 5.0 to the public?<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, 05 Oct 2018 03:09: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: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:95:\"WPTavern: WordPress Theme and Plugin Shops are Pioneering the First Layout Blocks for 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=84351\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wordpress-theme-and-plugin-shops-are-pioneering-the-first-layout-blocks-for-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:5995:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/10/layout.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/EWENELMHYR\">Jeffrey Betts</a>\n<p>Many WordPress theme shops started out with themes as their only products but over the years have moved into selling plugins that enhance their core products. This came about partially because theming standards evolved to encourage developers to <a href=\"https://wptavern.com/why-wordpress-theme-developers-are-moving-functionality-into-plugins\" rel=\"noopener noreferrer\" target=\"_blank\">put non-presentational functionality into plugins</a>. For many, the revenue from plugins quickly eclipsed that of their theme products. In the past, theme shops have often partnered with page builder plugins to enhance their users’ capabilities in customizing the themes. This may soon change, as the advent of Gutenberg is bringing new product opportunities to theme and plugin shops shops.</p>\n<p>The first iteration of the new editor focuses on blocks and the post editing experience. After Gutenberg is in core, the project will move on to the second phase – full site customization. This will venture into page builder type functionality. Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1037843717070057472\" rel=\"noopener noreferrer\" target=\"_blank\">predicts this phase will happen much faster than phase 1</a>, since all of the infrastructure is already in place. The plugin already has a columns block in beta.</p>\n<p>Gutenberg is scheduled to debut in WordPress 5.0 in November, but site customization functionality won’t arrive until 2019 at the earliest. In the meantime, plugin developers have been experimenting with various implementations of “section” and “container” blocks while the Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/issues/4900\" rel=\"noopener noreferrer\" target=\"_blank\">explores a core container block</a> for phase 2.</p>\n<p>Marie Comet’s <a href=\"https://github.com/MarieComet/WP-container-block/\" rel=\"noopener noreferrer\" target=\"_blank\">WP Container Block</a> is a fork of the core columns block that offers columns structure, spacing, and backgrounds (with both image and color controls). Felix Arntz recently published a tutorial on how he built a <a href=\"https://felix-arntz.me/blog/building-a-reusable-gutenberg-section-block/\" rel=\"noopener noreferrer\" target=\"_blank\">reusable Gutenberg section block</a>. Marc Lacroix created his own <a href=\"https://github.com/marcusig/gutenberg-section-block\" rel=\"noopener noreferrer\" target=\"_blank\">container block</a>, out of necessity, with capabilities for spacing and background customization.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-10-03-at-10.26.43-PM.png?ssl=1\"><img /></a></p>\n<p>Section/container blocks are a precursor to using Gutenberg for building more complex layouts. Some of these explorations may inform the Gutenberg team’s implementation of a core container block in the future.</p>\n<p>A few more full-featured layout blocks are starting to pop up on WordPress.org. Kadence Themes, a theme and plugin shop based in Missoula, Montana, released its <a href=\"https://wordpress.org/plugins/kadence-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Kadence Blocks – Gutenberg Page Builder Toolkit</a> at the end of August. The plugin brings the editor closer to delivering the features users expect from popular page builders, such as better control of columns for different screen sizes and a <a href=\"https://themes.kadencethemes.com/ascend-5/row-layout-block/\" rel=\"noopener noreferrer\" target=\"_blank\">row/layout block</a> with controls for padding, backgrounds, alignment, and overlays with gradients.</p>\n<p><a href=\"https://www.instagram.com/p/Bmtjc9lh6zA/\" title=\"View on Instagram\" target=\"_blank\"><img src=\"http://instagr.am/p/Bmtjc9lh6zA/media/?size=l\" alt=\"Instagram Photo\" /></a></p>\n<p>A live “Frontenberg” style <a href=\"http://demo.kadencethemes.com/kadence-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">demo of Kadence Blocks</a> is available where you can see the plugin’s options for manipulating page layout.</p>\n<p>Pootlepress, a WordPress plugin and theme shop, has added a new Layouts block to its free <a href=\"https://wordpress.org/plugins/caxton/\" rel=\"noopener noreferrer\" target=\"_blank\">Caxton plugin</a>. The company is one of the earlier Gutenberg adopters in the WooCommerce space with its recent release of the <a href=\"https://wptavern.com/pootlepress-previews-upcoming-storefront-blocks-plugin-for-woocommerce\" rel=\"noopener noreferrer\" target=\"_blank\">Storefront Blocks</a> plugin.</p>\n<p>Caxton bills itself as a “page layout plugin” for Gutenberg. Its layout block allows users to select from a number of preset layouts and then add blocks within those layouts. It supports nesting rows and row backgrounds. A Frontenberg <a href=\"http://demo.caxton.pro/\" rel=\"noopener noreferrer\" target=\"_blank\">demo site</a> gives users the chance to play around with the page builder functionality before installing the plugin.</p>\n<div class=\"embed-vimeo\"></div>\n<p>Until Gutenberg adds core support for more layout capabilities, WordPress may see an influx of these layout blocks that introduce basic page builder functionality. Some of these plugins may need to be refactored once there is more direction for these features in core, but they offer a glimpse of what Gutenberg will bring to site customization. Combined with <a href=\"https://wptavern.com/gutenberg-3-9-introduces-reusable-exportable-templates-for-multiple-blocks\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 3.9’s reusable, exportable templates for multiple blocks</a>, page layouts will become more portable than ever. In 2019, we may see new sites popping up that enable users and developers to share the layout designs they have created.</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, 04 Oct 2018 15:24: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: WPWeekly Episode 332 – The WordPress 5.0 Release Cycle Begins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=84436&preview=true&preview_id=84436\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wpweekly-episode-332-the-wordpress-5-0-release-cycle-begins\";s: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:2241:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the headlines making the rounds in the WordPress community. This includes the start of the WordPress 5.0 release cycle, the 5th annual Hacktoberfest, and theme developers marketing their themes as Gutenberg-compatible. Near the end of the show, I describe how much of the press surrounding WordPress security issues is poorly written and John talks about the benefits of being in the same physical space as your co-workers at least once or twice a year.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-theme-developers-begin-marketing-themes-as-gutenberg-compatible\">WordPress Theme Developers Begin Marketing Themes as Gutenberg Compatible</a></p>\n<p><a href=\"https://wptavern.com/first-wave-of-wordcamp-europe-2019-tickets-sells-out-in-3-hours\">First Wave of WordCamp Europe 2019 Tickets Sells Out in 3 Hours</a></p>\n<p><a href=\"https://wptavern.com/5th-annual-hacktoberfest-kicks-off-today-updated-rules-require-5-pull-requests-to-earn-a-t-shirt\">5th Annual Hacktoberfest Kicks Off Today, Updated Rules Require 5 Pull Requests to Earn a T-shirt</a></p>\n<p><a href=\"https://wptavern.com/matt-mullenweg-announces-5-0-release-plan-estimates-release-candidate-to-ship-in-november\">Matt Mullenweg Announces WordPress 5.0 Release Plan, Estimates Release Candidate to Ship in November</a></p>\n<p><a href=\"https://wptavern.com/godaddy-hires-mike-schroder-to-contribute-to-wordpress-core-full-time\">GoDaddy Hires Mike Schroder to Contribute to WordPress Core Full-Time</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 10th 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 #332:</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, 04 Oct 2018 00:30: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: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:52:\"WPTavern: WordPress 5.0 Slated for November 19, 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:29:\"https://wptavern.com/?p=84419\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/wordpress-5-0-slated-for-november-19-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:5300:\"<p>A tentative <a href=\"https://make.wordpress.org/core/2018/10/03/proposed-wordpress-5-0-scope-and-schedule/\" rel=\"noopener noreferrer\" target=\"_blank\">5.0 release schedule</a> was published during today’s core dev chat. The official release is targeted for November 19, 2018 with beta 1 expected October 19 and RC 1 released October 30.</p>\n<p>In addition to getting Gutenberg merged into core, the scope for 5.0 includes a few new items that Gary Pendergast outlined in his post:</p>\n<ul>\n<li>Updating the default themes to work well with the block editor, and creating the new Twenty Nineteen theme.</li>\n<li>Creating an upgrade experience to remove the Gutenberg plugin and offer the Classic Editor plugin.</li>\n</ul>\n<p>November 19 is the week of the Thanksgiving holiday in the U.S., when many are traveling or spending time with friends and family. As this is scheduled during a busy time of year and may have unexpected delays, the release leads have come up with a backup plan that includes a secondary schedule.</p>\n<p>“We know there is a chance that 5.0 will need additional time, so these dates can slip by up to 8 days if needed,” Pendergast said. His post proposes an additional timeline that would have 5.0 land in January:</p>\n<p>Secondary RC 1: January 8, 2019</p>\n<p>Secondary Release: January 22, 2019</p>\n<p>“The current release date is November 19, but it can be pushed as late as November 27 if needed,” Pendergast said. “To avoid the numerous holidays from the end of November through to January, we’ll move the release to January if more time is needed.”</p>\n<p>Although the backup timeline should allay concerns about December holidays, if the release is at all delayed, it will run up against the Thanksgiving holiday.</p>\n<p>“Should we need to switch to the secondary dates, this will be communicated as soon as we’re aware,” Pendergast said. “It’s also important to note that we have some updates for PHP 7.3 compatibility that must be released in 2018 regardless, and we would have a short 4.9.9 release cycle for them if needed.”</p>\n<p>Contributors had the opportunity to ask questions of the release leads during today’s 5.0 kickoff meeting. There was some uncertainty in yesterday’s announcements about whether 5.0 will ship a new default theme. Matt Mullenweg confirmed that they are aiming to get Twenty Nineteen into 5.0.</p>\n<p>“It’s the biggest variable though, so if it takes longer we won’t delay the release for it,” Mullenweg said.</p>\n<p>Twenty Nineteen development will happen on GitHub and contributors can join the discussion in the #core-themes Slack channel where regular meetings will happen.</p>\n<p>Gutenberg engineer Riad Benguella posted a technical overview of the integration process for merging the new editor into core. He also laid out a plan for how Gutenberg development will continue in the future.</p>\n<p>“After WordPress 5.0 is released, the Gutenberg plugin will continue to exist,” Benguella said. “Its purpose will be changed to the development and the maintenance of the WordPress npm packages, including the editor itself, and will also serve to develop the second phase (site customization) of the Gutenberg project. Plugin updates will continue to be released during the 5.0 cycle.</p>\n<p>“The PHP part of the plugin won’t be needed anymore, as the plugin will just register new versions of the scripts of the packages to replace the ones already registered by Core.”</p>\n<p>Mullenweg confirmed during the dev chat that the team plans to add a link to the Classic Editor plugin in the admin when 5.0 ships. Overall, contributors in attendance seemed excited about the prospect of finally having the new editor in core, despite the ambitious timeline proposed for release.</p>\n<p>“A big benefit even beyond the user improvements is that plugin and theme developers will be able to truly use it as a base in a way that they can’t right now as a plugin,” Mullenweg said. “If previous adoption curves hold true, we’d be on 10m sites (20x current adoption) by new year.”</p>\n<p>Gutenberg development has been moving quickly and after it is shipped to millions of WordPress users there are bound to be more issues discovered. Mullenweg said quick point releases may be an option for maintaining the flexibility to introduce fixes and improvements in a timely way for users.</p>\n<p>“Since 5.0 will be very tight (just Gutenberg, PHP 7.3, and possibly theme) I am open to having 5.0.x releases that are like the 4.9.x releases that bring in some larger updates or improvements we push off, like servehappy stuff,” he said.</p>\n<p>Gutenberg technical lead Matias Ventura has outlined the <a href=\"https://make.wordpress.org/core/2018/09/26/an-update-on-gutenberg-tasks/\" rel=\"noopener noreferrer\" target=\"_blank\">tasks remaining on the editor</a>. An updated <a href=\"https://make.wordpress.org/core/5-0/\" rel=\"noopener noreferrer\" target=\"_blank\">schedule for the 5.0 release cycle</a> is now available for the public to follow. Gary Pendergast, who is shepherding the merge, said he expects WordPress 5.1 will be available around March 2019.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Oct 2018 23:23:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 02 Nov 2018 23:29:09 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 02 Nov 2018 23:15: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:\"20180206170026\";}','no'),(179327,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1541244549','no'),(179328,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1541201349','no'),(179329,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1541244549','no'),(179330,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/11/quarterly-updates-q3-2018/\'>Quarterly Updates | Q3 2018</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/github-rolls-out-more-small-improvements-as-part-of-project-paper-cuts\'>WPTavern: GitHub Rolls Out More Small Improvements as Part of Project Paper Cuts</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-336-interview-with-andrew-roberts-ceo-and-co-founder-of-tiny\'>WPTavern: WPWeekly Episode 336 – Interview With Andrew Roberts, CEO and Co-founder of Tiny</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/how-to-add-an-image-to-a-paragraph-block-in-gutenberg\'>WPTavern: How to Add an Image to A Paragraph Block in Gutenberg</a></li></ul></div>','no'),(179331,'_site_transient_timeout_community-events-569ddd9b823b6a5c67a63a5fea87878e','1541244552','no'),(179332,'_site_transient_community-events-569ddd9b823b6a5c67a63a5fea87878e','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"24.54.181.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:58:\"Questions to ask clients before starting a new web project\";s:3:\"url\";s:50:\"https://www.meetup.com/BoulderWP/events/255782024/\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2018-11-12 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Boulder, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.015121999999998;s:9:\"longitude\";d:-105.229601;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:56:\"https://www.meetup.com/DenverWordPress/events/255581021/\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2018-11-13 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Denver, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.738449000000003;s:9:\"longitude\";d:-104.98754099999999;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:60:\"WordPress Security for Developers: Prevent SQLi, XSS, & More\";s:3:\"url\";s:70:\"https://www.meetup.com/Fort-Collins-WordPress-Meetup/events/254046380/\";s:6:\"meetup\";s:29:\"Fort Collins WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Fort-Collins-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-11-27 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Fort Collins, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.583393000000001;s:9:\"longitude\";d:-105.075104;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:22:\"December Holiday Party\";s:3:\"url\";s:70:\"https://www.meetup.com/Fort-Collins-WordPress-Meetup/events/255978794/\";s:6:\"meetup\";s:29:\"Fort Collins WordPress Meetup\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Fort-Collins-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-12-11 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Fort Collins, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.589993;s:9:\"longitude\";d:-105.07665;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:59:\"https://www.meetup.com/DenverWordPress/events/qtjfhpyxqbpb/\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2018-12-11 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Denver, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.738449000000003;s:9:\"longitude\";d:-104.98754099999999;}}}}','no'),(179334,'can_compress_scripts','1','no'),(179337,'_site_transient_timeout_available_translations','1541212719','no'),(179338,'_site_transient_available_translations','a:113:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-06 13:56:09\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-22 00:11:36\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-13 19:50:59\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-02 13:19:51\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 21:28:23\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 17:08:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-19 08:22:12\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:46:24\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-15 10:41:04\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 11:47:36\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 11:48:22\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.9.8/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-15 10:39:52\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 17:20:10\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:14:01\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 02:03:58\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 23:34:56\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 04:07:23\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-04 13:34:08\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-01 16:09:29\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-09 15:16:30\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-10 17:20:09\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-28 16:07:01\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:20:18\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-03 20:43:09\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-04 08:05:41\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-05 07:24:22\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:02:42\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-19 19:03:27\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-02 09:10:15\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-15 08:49:46\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-19 09:43:51\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-03 10:29:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 13:16:13\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 15:33:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 10:30:44\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-02 06:28:35\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-25 00:05:58\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 17:12:13\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-27 18:41:44\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-17 11:02:30\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 08:41:27\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.8/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 08:41:56\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-18 11:11:49\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-18 11:10:50\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-18 05:15:17\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-09 11:50:07\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-26 15:06:48\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 09:30:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 17:58:21\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:21:25\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-31 08:30:58\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 13:20:12\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-02 20:59:54\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 15:35:13\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-02 17:08:41\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-08 19:05:26\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 07:32:40\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-06 08:37:04\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-11 06:46:15\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-19 13:50:55\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-09 00:56:52\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-13 02:41:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(179343,'wdp_un_local_themes','a:0:{}','no'),(179344,'wdp_un_local_projects','a:6:{i:910773;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"1.7.7\";s:8:\"filename\";s:17:\"cloner/cloner.php\";}i:51;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:7:\"3.1.7.1\";s:8:\"filename\";s:49:\"google-analytics-async/google-analytics-async.php\";}i:679841;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"2.4.0\";s:8:\"filename\";s:29:\"appointments/appointments.php\";}i:9135;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"2.2.1\";s:8:\"filename\";s:39:\"ultimate-branding/ultimate-branding.php\";}i:99;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:7:\"4.4.3.3\";s:8:\"filename\";s:33:\"domain-mapping/domain-mapping.php\";}i:133;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:5:\"3.3.5\";s:8:\"filename\";s:29:\"easyblogging/easyblogging.php\";}}','no'),(179345,'wdp_un_updates_available','a:1:{i:51;a:7:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:7:\"3.1.7.1\";s:8:\"filename\";s:49:\"google-analytics-async/google-analytics-async.php\";s:3:\"url\";s:104:\"https://premium.wpmudev.org/project/google-analytics-for-wordpress-mu-sitewide-and-single-blog-solution/\";s:4:\"name\";s:18:\"Google Analytics +\";s:11:\"new_version\";s:7:\"3.1.7.2\";s:10:\"autoupdate\";s:1:\"1\";}}','no'),(179346,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1541204521;s:7:\"checked\";a:44:{s:52:\"activecampaign-subscription-forms/activecampaign.php\";s:3:\"7.0\";s:19:\"akismet/akismet.php\";s:5:\"4.0.2\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"6.79\";s:29:\"appointments/appointments.php\";s:5:\"2.4.0\";s:43:\"auto-hide-admin-bar/auto-hide-admin-bar.php\";s:5:\"1.3.1\";s:47:\"better-search-replace/better-search-replace.php\";s:5:\"1.3.2\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"6.2.1\";s:19:\"bugherd/bugherd.php\";s:7:\"1.0.0.0\";s:17:\"cloner/cloner.php\";s:5:\"1.7.7\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.5\";s:63:\"disable-new-user-notifications/cwwp-disable-new-user-emails.php\";s:5:\"1.0.2\";s:36:\"display-tweets-php/displaytweets.php\";s:5:\"1.0.3\";s:33:\"domain-mapping/domain-mapping.php\";s:7:\"4.4.3.3\";s:29:\"easyblogging/easyblogging.php\";s:5:\"3.3.5\";s:47:\"extended-super-admins/extended_super_admins.php\";s:4:\"0.7b\";s:49:\"google-analytics-async/google-analytics-async.php\";s:7:\"3.1.7.1\";s:9:\"hello.php\";s:3:\"1.6\";s:17:\"iframe/iframe.php\";s:3:\"4.3\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.2.5\";s:31:\"master-slider/master-slider.php\";s:5:\"3.5.3\";s:35:\"ns-cloner-site-copier/ns-cloner.php\";s:5:\"3.1.0\";s:51:\"ns-cloner-add-on-search/ns-cloner-add-on-search.php\";s:7:\"1.0.4.1\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:5:\"2.0.1\";s:23:\"revslider/revslider.php\";s:5:\"4.6.5\";s:37:\"scripts-n-styles/scripts-n-styles.php\";s:5:\"3.4.4\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:4:\"1.07\";s:35:\"simple-comments/simple-comments.php\";s:7:\"1.3.8.4\";s:45:\"simple-page-sidebars/simple-page-sidebars.php\";s:5:\"1.2.1\";s:45:\"thrive-visual-editor/thrive-visual-editor.php\";s:6:\"2.0.54\";s:29:\"thrive-leads/thrive-leads.php\";s:6:\"2.0.55\";s:31:\"tracking-code-manager/index.php\";s:6:\"1.11.7\";s:35:\"twine-social/twinesocial-widget.php\";s:5:\"3.0.1\";s:39:\"ultimate-branding/ultimate-branding.php\";s:5:\"2.2.1\";s:27:\"updraftplus/updraftplus.php\";s:9:\"2.15.2.24\";s:21:\"wi-portfolio/init.php\";s:3:\"1.0\";s:22:\"wi-shortcodes/init.php\";s:3:\"1.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";s:28:\"wp-site-migrate/wpengine.php\";s:4:\"1.78\";s:39:\"wp-migrate-db-pro/wp-migrate-db-pro.php\";s:5:\"1.8.6\";s:47:\"wp-migrate-db-pro-cli/wp-migrate-db-pro-cli.php\";s:5:\"1.3.3\";s:63:\"wp-migrate-db-pro-media-files/wp-migrate-db-pro-media-files.php\";s:6:\"1.4.10\";s:71:\"wp-migrate-db-pro-multisite-tools/wp-migrate-db-pro-multisite-tools.php\";s:5:\"1.2.1\";s:77:\"wp-migrate-db-pro-theme-plugin-files/wp-migrate-db-pro-theme-plugin-files.php\";s:5:\"1.0.3\";s:61:\"amazon-s3-and-cloudfront-pro/amazon-s3-and-cloudfront-pro.php\";s:3:\"2.0\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:25:{s:52:\"activecampaign-subscription-forms/activecampaign.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:47:\"w.org/plugins/activecampaign-subscription-forms\";s:4:\"slug\";s:33:\"activecampaign-subscription-forms\";s:6:\"plugin\";s:52:\"activecampaign-subscription-forms/activecampaign.php\";s:11:\"new_version\";s:3:\"7.0\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/activecampaign-subscription-forms/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/activecampaign-subscription-forms.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:86:\"https://ps.w.org/activecampaign-subscription-forms/assets/icon-128x128.png?rev=1536431\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:87:\"https://ps.w.org/activecampaign-subscription-forms/assets/banner-772x250.png?rev=891542\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"6.79\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.79.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=1967213\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=1967213\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=1967213\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=1967213\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"appointments/appointments.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/appointments\";s:4:\"slug\";s:12:\"appointments\";s:6:\"plugin\";s:29:\"appointments/appointments.php\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/appointments/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/appointments.2.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/appointments/assets/icon-256x256.png?rev=1601644\";s:2:\"1x\";s:65:\"https://ps.w.org/appointments/assets/icon-128x128.png?rev=1601644\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/appointments/assets/banner-1544x500.png?rev=1601644\";s:2:\"1x\";s:67:\"https://ps.w.org/appointments/assets/banner-772x250.png?rev=1601644\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"auto-hide-admin-bar/auto-hide-admin-bar.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/auto-hide-admin-bar\";s:4:\"slug\";s:19:\"auto-hide-admin-bar\";s:6:\"plugin\";s:43:\"auto-hide-admin-bar/auto-hide-admin-bar.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/auto-hide-admin-bar/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/auto-hide-admin-bar.1.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/auto-hide-admin-bar/assets/icon-256x256.png?rev=982889\";s:2:\"1x\";s:71:\"https://ps.w.org/auto-hide-admin-bar/assets/icon-128x128.png?rev=982889\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/auto-hide-admin-bar/assets/banner-772x250.png?rev=982871\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/better-search-replace.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=1238934\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=1238934\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=1238934\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.png?rev=1238934\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"6.2.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.6.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-256x256.png?rev=971477\";s:2:\"1x\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";s:3:\"svg\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-navxt/assets/banner-1544x500.png?rev=1927103\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.png?rev=1927103\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"bugherd/bugherd.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/bugherd\";s:4:\"slug\";s:7:\"bugherd\";s:6:\"plugin\";s:19:\"bugherd/bugherd.php\";s:11:\"new_version\";s:7:\"1.0.0.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bugherd/\";s:7:\"package\";s:50:\"https://downloads.wordpress.org/plugin/bugherd.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/bugherd_84a8a7.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/bugherd/assets/banner-772x250.png?rev=587511\";}s:11:\"banners_rtl\";a:0:{}}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.5\";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.5.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:63:\"disable-new-user-notifications/cwwp-disable-new-user-emails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/disable-new-user-notifications\";s:4:\"slug\";s:30:\"disable-new-user-notifications\";s:6:\"plugin\";s:63:\"disable-new-user-notifications/cwwp-disable-new-user-emails.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/disable-new-user-notifications/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/disable-new-user-notifications.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:74:\"https://s.w.org/plugins/geopattern-icon/disable-new-user-notifications.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:36:\"display-tweets-php/displaytweets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/display-tweets-php\";s:4:\"slug\";s:18:\"display-tweets-php\";s:6:\"plugin\";s:36:\"display-tweets-php/displaytweets.php\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/display-tweets-php/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/display-tweets-php.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:69:\"https://s.w.org/plugins/geopattern-icon/display-tweets-php_33bcef.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/display-tweets-php/assets/banner-1544x500.jpg?rev=693268\";s:2:\"1x\";s:72:\"https://ps.w.org/display-tweets-php/assets/banner-772x250.jpg?rev=693269\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"extended-super-admins/extended_super_admins.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/extended-super-admins\";s:4:\"slug\";s:21:\"extended-super-admins\";s:6:\"plugin\";s:47:\"extended-super-admins/extended_super_admins.php\";s:11:\"new_version\";s:4:\"0.7b\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/extended-super-admins/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/extended-super-admins.0.7b.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:65:\"https://s.w.org/plugins/geopattern-icon/extended-super-admins.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:17:\"iframe/iframe.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/iframe\";s:4:\"slug\";s:6:\"iframe\";s:6:\"plugin\";s:17:\"iframe/iframe.php\";s:11:\"new_version\";s:3:\"4.3\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/iframe/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/iframe.4.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:57:\"https://s.w.org/plugins/geopattern-icon/iframe_fbfbfb.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:60:\"https://ps.w.org/iframe/assets/banner-772x250.png?rev=606741\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.2.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"master-slider/master-slider.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/master-slider\";s:4:\"slug\";s:13:\"master-slider\";s:6:\"plugin\";s:31:\"master-slider/master-slider.php\";s:11:\"new_version\";s:5:\"3.5.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/master-slider/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/master-slider.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/master-slider/assets/icon-256x256.png?rev=1638064\";s:2:\"1x\";s:66:\"https://ps.w.org/master-slider/assets/icon-128x128.png?rev=1638064\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/master-slider/assets/banner-1544x500.png?rev=1638064\";s:2:\"1x\";s:68:\"https://ps.w.org/master-slider/assets/banner-772x250.png?rev=1638064\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"ns-cloner-site-copier/ns-cloner.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/ns-cloner-site-copier\";s:4:\"slug\";s:21:\"ns-cloner-site-copier\";s:6:\"plugin\";s:35:\"ns-cloner-site-copier/ns-cloner.php\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/ns-cloner-site-copier/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/ns-cloner-site-copier.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ns-cloner-site-copier/assets/icon-256x256.jpg?rev=997250\";s:2:\"1x\";s:73:\"https://ps.w.org/ns-cloner-site-copier/assets/icon-128x128.jpg?rev=997250\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/ns-cloner-site-copier/assets/banner-772x250.jpg?rev=955489\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/really-simple-captcha\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/really-simple-captcha.2.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241\";s:2:\"1x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-128x128.png?rev=1047241\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/really-simple-captcha/assets/banner-1544x500.png?rev=880406\";s:2:\"1x\";s:75:\"https://ps.w.org/really-simple-captcha/assets/banner-772x250.png?rev=880406\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"scripts-n-styles/scripts-n-styles.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/scripts-n-styles\";s:4:\"slug\";s:16:\"scripts-n-styles\";s:6:\"plugin\";s:37:\"scripts-n-styles/scripts-n-styles.php\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/scripts-n-styles/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/scripts-n-styles.3.4.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:67:\"https://s.w.org/plugins/geopattern-icon/scripts-n-styles_46515d.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/scripts-n-styles/assets/banner-772x250.png?rev=539209\";}s:11:\"banners_rtl\";a:0:{}}s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/simple-301-redirects\";s:4:\"slug\";s:20:\"simple-301-redirects\";s:6:\"plugin\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:11:\"new_version\";s:4:\"1.07\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-301-redirects/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/simple-301-redirects.1.07.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/simple-301-redirects.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:45:\"simple-page-sidebars/simple-page-sidebars.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/simple-page-sidebars\";s:4:\"slug\";s:20:\"simple-page-sidebars\";s:6:\"plugin\";s:45:\"simple-page-sidebars/simple-page-sidebars.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-page-sidebars/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/simple-page-sidebars.1.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/simple-page-sidebars/assets/icon-256x256.png?rev=1544463\";s:2:\"1x\";s:65:\"https://ps.w.org/simple-page-sidebars/assets/icon.svg?rev=1547819\";s:3:\"svg\";s:65:\"https://ps.w.org/simple-page-sidebars/assets/icon.svg?rev=1547819\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-page-sidebars/assets/banner-1544x500.png?rev=1544463\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-page-sidebars/assets/banner-772x250.png?rev=1544463\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"tracking-code-manager/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/tracking-code-manager\";s:4:\"slug\";s:21:\"tracking-code-manager\";s:6:\"plugin\";s:31:\"tracking-code-manager/index.php\";s:11:\"new_version\";s:6:\"1.11.7\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/tracking-code-manager/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/tracking-code-manager.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/tracking-code-manager/assets/icon-256x256.jpg?rev=1129432\";s:2:\"1x\";s:74:\"https://ps.w.org/tracking-code-manager/assets/icon-128x128.jpg?rev=1129432\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/tracking-code-manager/assets/banner-1544x500.png?rev=1171030\";s:2:\"1x\";s:76:\"https://ps.w.org/tracking-code-manager/assets/banner-772x250.png?rev=1171030\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"twine-social/twinesocial-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/twine-social\";s:4:\"slug\";s:12:\"twine-social\";s:6:\"plugin\";s:35:\"twine-social/twinesocial-widget.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/twine-social/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/twine-social.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/twine-social/assets/icon-256x256.png?rev=1022276\";s:2:\"1x\";s:65:\"https://ps.w.org/twine-social/assets/icon-128x128.png?rev=1022276\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/twine-social/assets/banner-772x250.png?rev=1111560\";}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.15.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.15.3.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:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}s:28:\"wp-site-migrate/wpengine.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/wp-site-migrate\";s:4:\"slug\";s:15:\"wp-site-migrate\";s:6:\"plugin\";s:28:\"wp-site-migrate/wpengine.php\";s:11:\"new_version\";s:4:\"1.78\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-site-migrate/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-site-migrate.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-site-migrate/assets/icon-256x256.png?rev=1376473\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-site-migrate/assets/icon-128x128.png?rev=1376473\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-site-migrate/assets/banner-1544x500.png?rev=1376473\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-site-migrate/assets/banner-772x250.png?rev=1376473\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(179347,'_site_transient_timeout_browser_fa9163078450116b33aea27d7429a9e8','1541807158','no'),(179348,'_site_transient_browser_fa9163078450116b33aea27d7429a9e8','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"69.0.3497.100\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(179351,'auth_key','7^gi@Sxwi7n0#ov@?` !})=mrz[]4b: F9B//4W>m99g^DG9L>*mbO)h ^?/^BZ?','no'),(179352,'auth_salt','J!!I@;XYxZB^DJKkPA@yq:fl!Pl~lDWAUzcc7%Co+$%iq@V] ,lJ{4$VuX<Jx01l','no'),(179353,'logged_in_key','8^LN;~_MjI2L{eWlHB2O&9QN(?AabXRc/mj~_Tp<$9[8$,y E8W{4c)7r}ipH%B)','no'),(179354,'logged_in_salt','W*P4+I9e&h}d]~@A)7}Vm[pB|4zlmSY_qs$s</c8h6&?5MZR)rXdHgsRr,foUY_$','no'),(179355,'_site_transient_timeout_theme_roots','1541205318','no'),(179356,'_site_transient_theme_roots','a:5:{s:6:\"sonata\";s:7:\"/themes\";s:18:\"sonata_child_theme\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(179358,'new_admin_email','info@shererarch.com','yes'),(179359,'_transient_timeout_settings_errors','1541204220','no'),(179360,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(179363,'_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.8.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.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.8\";s:7:\"version\";s:5:\"4.9.8\";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:1541204508;s:15:\"version_checked\";s:5:\"4.9.8\";s:12:\"translations\";a:0:{}}','no'),(179365,'_transient_timeout_plugin_slugs','1541290978','no'),(179366,'_transient_plugin_slugs','a:44:{i:0;s:52:\"activecampaign-subscription-forms/activecampaign.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:29:\"appointments/appointments.php\";i:4;s:43:\"auto-hide-admin-bar/auto-hide-admin-bar.php\";i:5;s:47:\"better-search-replace/better-search-replace.php\";i:6;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:7;s:19:\"bugherd/bugherd.php\";i:8;s:17:\"cloner/cloner.php\";i:9;s:36:\"contact-form-7/wp-contact-form-7.php\";i:10;s:63:\"disable-new-user-notifications/cwwp-disable-new-user-emails.php\";i:11;s:36:\"display-tweets-php/displaytweets.php\";i:12;s:33:\"domain-mapping/domain-mapping.php\";i:13;s:29:\"easyblogging/easyblogging.php\";i:14;s:47:\"extended-super-admins/extended_super_admins.php\";i:15;s:49:\"google-analytics-async/google-analytics-async.php\";i:16;s:9:\"hello.php\";i:17;s:17:\"iframe/iframe.php\";i:18;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:19;s:31:\"master-slider/master-slider.php\";i:20;s:35:\"ns-cloner-site-copier/ns-cloner.php\";i:21;s:51:\"ns-cloner-add-on-search/ns-cloner-add-on-search.php\";i:22;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:23;s:23:\"revslider/revslider.php\";i:24;s:37:\"scripts-n-styles/scripts-n-styles.php\";i:25;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:26;s:35:\"simple-comments/simple-comments.php\";i:27;s:45:\"simple-page-sidebars/simple-page-sidebars.php\";i:28;s:45:\"thrive-visual-editor/thrive-visual-editor.php\";i:29;s:29:\"thrive-leads/thrive-leads.php\";i:30;s:31:\"tracking-code-manager/index.php\";i:31;s:35:\"twine-social/twinesocial-widget.php\";i:32;s:39:\"ultimate-branding/ultimate-branding.php\";i:33;s:27:\"updraftplus/updraftplus.php\";i:34;s:21:\"wi-portfolio/init.php\";i:35;s:22:\"wi-shortcodes/init.php\";i:36;s:41:\"wordpress-importer/wordpress-importer.php\";i:37;s:28:\"wp-site-migrate/wpengine.php\";i:38;s:39:\"wp-migrate-db-pro/wp-migrate-db-pro.php\";i:39;s:47:\"wp-migrate-db-pro-cli/wp-migrate-db-pro-cli.php\";i:40;s:63:\"wp-migrate-db-pro-media-files/wp-migrate-db-pro-media-files.php\";i:41;s:71:\"wp-migrate-db-pro-multisite-tools/wp-migrate-db-pro-multisite-tools.php\";i:42;s:77:\"wp-migrate-db-pro-theme-plugin-files/wp-migrate-db-pro-theme-plugin-files.php\";i:43;s:61:\"amazon-s3-and-cloudfront-pro/amazon-s3-and-cloudfront-pro.php\";}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=17462 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,6,'_form','<p>Your Name (*)<br />\n\n[text* your-name] </p>\n\n<p>Your Email (*)<br />\n\n[email* your-email] </p>\n\n<p>Your Phone Number (*)<br />\n\n[text* your-phone-number] </p>\n\n<p>City (*)<br />\n\n[text* city] </p>\n\n<p>Zip Code (*)<br />\n\n[text* zip-code] </p>\n\n<p>Estimated Budget<br />\n\n[text estimated-budget] </p>\n\n<p>Project Type / Interest<br />\n\n[textarea interest] </p>\n\n<p>[submit \"Send\"]</p>'),(5,6,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:28:\"Website Inquiry Contact Page\";s:6:\"sender\";s:49:\"[your-name] <no-reply@shererarch.archwebsite.com>\";s:9:\"recipient\";s:19:\"info@shererarch.com\";s:4:\"body\";s:220:\"From: [your-name] <[your-email]>\nPhone: [your-phone-number]\nLocation: [city]\nZipcode: [zip-code]\nEstimated Budget: [estimated-budget]\nProject Type: [interest]\n\n--\nThis e-mail was sent from a contact form on your website.\";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;}'),(6,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Enoch Sears Blog (http://amgtemplate.wpengine.com)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(7,6,'_messages','a:23:{s:12:\"mail_sent_ok\";s:46:\"Your message was sent successfully. Thank you!\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";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:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(8,6,'_additional_settings',''),(9,6,'_locale','en_US'),(10,7,'_wp_attached_file','2014/06/architects-marketing-logo-new-400.jpg'),(11,7,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:63;s:4:\"file\";s:45:\"2014/06/architects-marketing-logo-new-400.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"architects-marketing-logo-new-400-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"architects-marketing-logo-new-400-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:9833;}'),(14,8,'_wp_page_template','default'),(15,8,'slide_template','default'),(16,8,'_wi_side-nav-headings','h2'),(17,8,'_wi_side-nav-scroll-style','normal'),(18,8,'_wi_titlebar-padding','20'),(19,8,'_wi_hide-titlebar-area','1'),(20,8,'_wi_titlebar-overlay-opacity','0'),(21,8,'_wi_titlebar-background-clipmask','none'),(22,8,'_wi_titlebar-background-clipmask-opacity','0'),(23,8,'_wi_titlebar-background-image-parallax','0'),(24,8,'_wi_zero-content-padding-top','1'),(25,8,'_wi_show-bottom-popup','0'),(26,8,'_wi_revslider','0'),(29,10,'_wp_page_template','default'),(30,10,'slide_template','default'),(31,10,'_wi_side-nav-headings','h2'),(32,10,'_wi_side-nav-scroll-style','normal'),(33,10,'_wi_titlebar-padding','20'),(34,10,'_wi_hide-titlebar-area','1'),(35,10,'_wi_titlebar-overlay-opacity','0'),(36,10,'_wi_titlebar-background-clipmask','none'),(37,10,'_wi_titlebar-background-clipmask-opacity','0'),(38,10,'_wi_titlebar-background-image-parallax','0'),(39,10,'_wi_zero-content-padding-top','0'),(40,10,'_wi_show-bottom-popup','0'),(41,10,'_wi_revslider','0'),(44,12,'_wp_page_template','default'),(45,12,'slide_template','default'),(46,12,'_wi_side-nav-headings','h2'),(47,12,'_wi_side-nav-scroll-style','normal'),(48,12,'_wi_titlebar-padding','20'),(49,12,'_wi_hide-titlebar-area','1'),(50,12,'_wi_titlebar-overlay-opacity','0'),(51,12,'_wi_titlebar-background-clipmask','none'),(52,12,'_wi_titlebar-background-clipmask-opacity','0'),(53,12,'_wi_titlebar-background-image-parallax','0'),(54,12,'_wi_zero-content-padding-top','0'),(55,12,'_wi_show-bottom-popup','0'),(56,12,'_wi_revslider','0'),(59,14,'_wp_page_template','default'),(60,14,'slide_template','default'),(61,14,'_wi_side-nav-headings','h2'),(62,14,'_wi_side-nav-scroll-style','normal'),(63,14,'_wi_titlebar-padding','20'),(64,14,'_wi_hide-titlebar-area','1'),(65,14,'_wi_titlebar-overlay-opacity','0'),(66,14,'_wi_titlebar-background-clipmask','none'),(67,14,'_wi_titlebar-background-clipmask-opacity','0'),(68,14,'_wi_titlebar-background-image-parallax','0'),(69,14,'_wi_zero-content-padding-top','0'),(70,14,'_wi_show-bottom-popup','1'),(71,14,'_wi_revslider','0'),(72,16,'_menu_item_type','post_type'),(73,16,'_menu_item_menu_item_parent','0'),(74,16,'_menu_item_object_id','14'),(75,16,'_menu_item_object','page'),(76,16,'_menu_item_target',''),(77,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(78,16,'_menu_item_xfn',''),(79,16,'_menu_item_url',''),(81,17,'_menu_item_type','post_type'),(82,17,'_menu_item_menu_item_parent','0'),(83,17,'_menu_item_object_id','12'),(84,17,'_menu_item_object','page'),(85,17,'_menu_item_target',''),(86,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(87,17,'_menu_item_xfn',''),(88,17,'_menu_item_url',''),(90,18,'_menu_item_type','post_type'),(91,18,'_menu_item_menu_item_parent','0'),(92,18,'_menu_item_object_id','10'),(93,18,'_menu_item_object','page'),(94,18,'_menu_item_target',''),(95,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(96,18,'_menu_item_xfn',''),(97,18,'_menu_item_url',''),(99,19,'_menu_item_type','post_type'),(100,19,'_menu_item_menu_item_parent','0'),(101,19,'_menu_item_object_id','8'),(102,19,'_menu_item_object','page'),(103,19,'_menu_item_target',''),(104,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,19,'_menu_item_xfn',''),(106,19,'_menu_item_url',''),(117,21,'_menu_item_type','custom'),(118,21,'_menu_item_menu_item_parent','0'),(119,21,'_menu_item_object_id','21'),(120,21,'_menu_item_object','custom'),(121,21,'_menu_item_target',''),(122,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(123,21,'_menu_item_xfn',''),(124,21,'_menu_item_url','/'),(128,22,'_wp_page_template','default'),(129,22,'slide_template','default'),(130,22,'_wi_side-nav-headings','h2'),(131,22,'_wi_side-nav-scroll-style','normal'),(132,22,'_wi_titlebar-padding','20'),(133,22,'_wi_hide-titlebar-area','1'),(134,22,'_wi_titlebar-overlay-opacity','0'),(135,22,'_wi_titlebar-background-clipmask','none'),(136,22,'_wi_titlebar-background-clipmask-opacity','0'),(137,22,'_wi_titlebar-background-image-parallax','0'),(138,22,'_wi_zero-content-padding-top','0'),(139,22,'_wi_show-bottom-popup','0'),(140,22,'_wi_revslider','home-slider'),(141,22,'_wi_template','fullwidth'),(142,24,'_wp_attached_file','2014/06/home1-new.jpg'),(143,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2014/06/home1-new.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home1-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"home1-new-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:21:\"home1-new-820x348.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:21:\"home1-new-820x400.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:21:\"home1-new-540x229.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:21:\"home1-new-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:21:\"home1-new-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:21:\"home1-new-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:98788;}'),(144,25,'_wp_attached_file','2014/06/home2-new.jpg'),(145,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2014/06/home2-new.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home2-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"home2-new-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:21:\"home2-new-820x348.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:21:\"home2-new-820x400.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:21:\"home2-new-540x229.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:21:\"home2-new-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:21:\"home2-new-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:21:\"home2-new-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:92932;}'),(146,26,'_wp_attached_file','2014/06/home3a-new.jpg'),(147,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2014/06/home3a-new.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"home3a-new-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:\"home3a-new-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:22:\"home3a-new-820x348.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:22:\"home3a-new-820x400.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:22:\"home3a-new-540x229.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:22:\"home3a-new-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:22:\"home3a-new-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:22:\"home3a-new-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:60648;}'),(150,22,'tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(151,22,'tve_content_more_found',''),(152,22,'tve_save_post',''),(153,22,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(154,22,'tve_user_custom_css',''),(155,22,'tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(156,8,'_wi_template','fullwidth'),(157,8,'_wi_show-breadcrumb','no'),(158,8,'_SnS','a:1:{s:7:\"scripts\";a:1:{s:7:\"scripts\";s:44:\"jQuery(\'div#bgndVideo1\').parent().height(0);\";}}'),(181,39,'slide_template',''),(182,39,'_wi_url-target','_self'),(183,39,'_wi_hide-portfolio-categories','0'),(184,39,'_wi_slideshow-effect','slide'),(185,39,'_wi_slideshow-auto','1'),(186,39,'_wi_slideshow-navi','1'),(187,39,'_wi_slideshow-pager','1'),(188,39,'_wi_slideshow-thumbnail-pager','0'),(189,39,'_wi_slideshow-smooth-height','0'),(190,39,'_wi_slideshow-natural-width','0'),(191,41,'_wp_attached_file','2014/07/AMG_stock_8910472_original.jpg'),(192,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1810;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2014/07/AMG_stock_8910472_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AMG_stock_8910472_original-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:38:\"AMG_stock_8910472_original-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"AMG_stock_8910472_original-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"AMG_stock_8910472_original-1100x729.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_8910472_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"AMG_stock_8910472_original-820x543.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_8910472_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"AMG_stock_8910472_original-540x358.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_8910472_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"AMG_stock_8910472_original-400x265.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_8910472_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:15:\"Elena Elisseeva\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:53:\"Modern town houses of brick and glass on urban street\";s:17:\"created_timestamp\";i:1315562358;s:9:\"copyright\";s:21:\"© by Elena Elisseeva\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:18:\"Modern town houses\";}s:8:\"filesize\";i:950595;}'),(193,42,'_wp_attached_file','2014/07/AMG_stock_11493205_original.jpg'),(194,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_11493205_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11493205_original-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:39:\"AMG_stock_11493205_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_11493205_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_11493205_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_11493205_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11493205_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11493205_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11493205_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11493205_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11493205_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11493205_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"28 22:03:56\";s:6:\"camera\";s:4:\"sion\";s:7:\"caption\";s:1:\"\";s:17:\"created_timestamp\";i:1317043661;s:9:\"copyright\";s:10:\"stockphoto\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:14:\"Modern kitchen\";}s:8:\"filesize\";i:428182;}'),(195,43,'_wp_attached_file','2014/07/AMG_stock_11612379_original.jpg'),(196,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1805;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_11612379_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11612379_original-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:39:\"AMG_stock_11612379_original-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_11612379_original-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_11612379_original-1100x731.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_11612379_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11612379_original-820x545.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11612379_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11612379_original-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11612379_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11612379_original-400x265.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_11612379_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:23:\"Khmelnytskyi Viacheslav\";s:6:\"camera\";s:9:\"NIKON D50\";s:7:\"caption\";s:74:\"Infinity swimming pool by beach at the modern luxury hotel, Pieria, Greece\";s:17:\"created_timestamp\";i:1335780821;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";i:0;s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:64:\"Infinity swimming pool by beach at the modern luxury hotel, Pier\";}s:8:\"filesize\";i:465461;}'),(197,44,'_wp_attached_file','2014/07/AMG_stock_14587765_original.jpg'),(198,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2233;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_14587765_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_14587765_original-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:39:\"AMG_stock_14587765_original-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_14587765_original-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_14587765_original-1100x591.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_14587765_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_14587765_original-820x440.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_14587765_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_14587765_original-540x290.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_14587765_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_14587765_original-400x214.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_14587765_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1333565599;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:620335;}'),(199,45,'_wp_attached_file','2014/07/AMG_stock_19524529_original.jpg'),(200,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1838;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_19524529_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524529_original-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:39:\"AMG_stock_19524529_original-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19524529_original-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19524529_original-1100x718.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19524529_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524529_original-820x535.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524529_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524529_original-540x352.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524529_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524529_original-400x261.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524529_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:11:\"09 16:50:45\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1335533754;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:67:\"beautiful modern house in cement, dining room view from the veranda\";}s:8:\"filesize\";i:550480;}'),(201,46,'_wp_attached_file','2014/07/AMG_stock_19524707_original.jpg'),(202,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_19524707_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524707_original-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:39:\"AMG_stock_19524707_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19524707_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524707_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524707_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524707_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524707_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524707_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524707_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:11:\"09 16:29:08\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1335534998;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:64:\"beautiful modern house in cement, interior, living room top view\";}s:8:\"filesize\";i:182039;}'),(203,47,'_wp_attached_file','2014/07/AMG_stock_19524821_original.jpg'),(204,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1824;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_19524821_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524821_original-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:39:\"AMG_stock_19524821_original-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19524821_original-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19524821_original-1100x723.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19524821_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524821_original-820x539.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524821_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524821_original-540x355.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524821_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524821_original-400x263.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19524821_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:11:\"09 16:27:48\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1335533514;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:55:\"beautiful modern house in cement, interior, living room\";}s:8:\"filesize\";i:312766;}'),(205,48,'_wp_attached_file','2014/07/AMG_stock_19525687_original.jpg'),(206,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_19525687_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19525687_original-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:39:\"AMG_stock_19525687_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19525687_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19525687_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19525687_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19525687_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19525687_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19525687_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19525687_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19525687_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19525687_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:11:\"14 09:29:06\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1335534355;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:54:\"beautiful modern house in cement, interior, open space\";}s:8:\"filesize\";i:529155;}'),(207,49,'_wp_attached_file','2014/07/AMG_stock_19528661_original.jpg'),(208,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:808;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_19528661_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19528661_original-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:39:\"AMG_stock_19528661_original-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19528661_original-689x1024.jpg\";s:5:\"width\";i:689;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19528661_original-808x450.jpg\";s:5:\"width\";i:808;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19528661_original-808x420.jpg\";s:5:\"width\";i:808;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19528661_original-540x801.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19528661_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19528661_original-400x594.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19528661_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1335539405;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:52:\"beautiful modern house in cement, outdoor, side view\";}s:8:\"filesize\";i:288354;}'),(209,50,'_wp_attached_file','2014/07/AMG_stock_19842517_original.jpg'),(210,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_19842517_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842517_original-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:39:\"AMG_stock_19842517_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19842517_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19842517_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19842517_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842517_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842517_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842517_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842517_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842517_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842517_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:11:\"14 09:27:26\";s:6:\"camera\";s:4:\"area\";s:7:\"caption\";s:1:\"\";s:17:\"created_timestamp\";i:1317407152;s:9:\"copyright\";s:10:\"stockphoto\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:2:\"30\";s:5:\"title\";s:45:\"Luxurious home with outdoor entertaining area\";}s:8:\"filesize\";i:1462472;}'),(211,51,'_wp_attached_file','2014/07/AMG_stock_19842525_original.jpg'),(212,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_19842525_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842525_original-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:39:\"AMG_stock_19842525_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19842525_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19842525_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_19842525_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842525_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842525_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842525_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842525_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842525_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_19842525_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"14 09:27:48\";s:6:\"camera\";s:4:\"oors\";s:7:\"caption\";s:1:\"\";s:17:\"created_timestamp\";i:1317409037;s:9:\"copyright\";s:10:\"stockphoto\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:2:\"10\";s:5:\"title\";s:11:\"Modern home\";}s:8:\"filesize\";i:466335;}'),(213,52,'_wp_attached_file','2014/07/AMG_stock_20349357_original.jpg'),(214,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20349357_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349357_original-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:39:\"AMG_stock_20349357_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20349357_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20349357_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20349357_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349357_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349357_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349357_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349357_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349357_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349357_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"21 19:32:16\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:52:\"beautiful house, modern style, view from the veranda\";s:17:\"created_timestamp\";i:1347631037;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:20:\"modern house outdoor\";}s:8:\"filesize\";i:579940;}'),(215,53,'_wp_attached_file','2014/07/AMG_stock_20349567_original.jpg'),(216,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1823;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20349567_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349567_original-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:39:\"AMG_stock_20349567_original-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20349567_original-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20349567_original-1100x724.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20349567_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349567_original-820x539.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349567_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349567_original-540x355.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349567_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349567_original-400x263.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20349567_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"20 16:28:52\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:50:\"beautiful house, modern style, view from the patio\";s:17:\"created_timestamp\";i:1347630964;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:20:\"modern house outdoor\";}s:8:\"filesize\";i:687488;}'),(217,54,'_wp_attached_file','2014/07/AMG_stock_20350409_original.jpg'),(218,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20350409_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350409_original-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:39:\"AMG_stock_20350409_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20350409_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350409_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350409_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350409_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350409_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350409_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350409_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"20 11:11:06\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:52:\"beautiful house, modern style, view from the veranda\";s:17:\"created_timestamp\";i:1347630595;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:20:\"modern house outdoor\";}s:8:\"filesize\";i:308402;}'),(219,55,'_wp_attached_file','2014/07/AMG_stock_20350529_original.jpg'),(220,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1778;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20350529_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350529_original-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:39:\"AMG_stock_20350529_original-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20350529_original-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20350529_original-1100x742.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20350529_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350529_original-820x553.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350529_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350529_original-540x364.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350529_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350529_original-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20350529_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"21 19:19:12\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:50:\"beautiful house, modern style, view from the patio\";s:17:\"created_timestamp\";i:1347630443;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:20:\"modern house outdoor\";}s:8:\"filesize\";i:533235;}'),(221,56,'_wp_attached_file','2014/07/AMG_stock_20351747_original.jpg'),(222,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:798;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20351747_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20351747_original-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:39:\"AMG_stock_20351747_original-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20351747_original-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20351747_original-798x450.jpg\";s:5:\"width\";i:798;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20351747_original-798x420.jpg\";s:5:\"width\";i:798;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20351747_original-540x812.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20351747_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20351747_original-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20351747_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"18 16:16:25\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:51:\"beautiful house, modern style, view from the garden\";s:17:\"created_timestamp\";i:1347629515;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:20:\"modern house outdoor\";}s:8:\"filesize\";i:503469;}'),(223,57,'_wp_attached_file','2014/07/AMG_stock_20355047_original.jpg'),(224,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1805;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20355047_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355047_original-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:39:\"AMG_stock_20355047_original-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20355047_original-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20355047_original-1100x731.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20355047_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355047_original-820x545.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355047_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355047_original-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355047_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355047_original-400x265.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355047_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"19 14:13:14\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:43:\"beautiful house, modern style, bedroom view\";s:17:\"created_timestamp\";i:1347628069;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:21:\"modern house interior\";}s:8:\"filesize\";i:613158;}'),(225,58,'_wp_attached_file','2014/07/AMG_stock_20355055_original.jpg'),(226,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20355055_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355055_original-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:39:\"AMG_stock_20355055_original-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20355055_original-674x1024.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355055_original-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355055_original-790x420.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355055_original-540x820.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355055_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355055_original-400x607.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20355055_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"19 17:45:54\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:53:\"beautiful house, modern style, room view with a chair\";s:17:\"created_timestamp\";i:1347628479;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:21:\"modern house interior\";}s:8:\"filesize\";i:398151;}'),(227,59,'_wp_attached_file','2014/07/AMG_stock_20356337_original.jpg'),(228,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_20356337_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20356337_original-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:39:\"AMG_stock_20356337_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20356337_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20356337_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_20356337_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20356337_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20356337_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20356337_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20356337_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20356337_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_20356337_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:14;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:53:\"beautiful house, modern style, room view with a chair\";s:17:\"created_timestamp\";i:1347661609;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0769230769231\";s:5:\"title\";s:21:\"modern house interior\";}s:8:\"filesize\";i:399392;}'),(229,60,'_wp_attached_file','2014/07/AMG_stock_21157583_original.jpg'),(230,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_21157583_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_21157583_original-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:39:\"AMG_stock_21157583_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_21157583_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_21157583_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_21157583_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_21157583_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_21157583_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_21157583_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_21157583_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_21157583_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_21157583_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:32:\"Rudmer Zwerver CreativeNature.nl\";s:6:\"camera\";s:3:\"E-5\";s:7:\"caption\";s:44:\"Street with modern houses in a suburban area\";s:17:\"created_timestamp\";i:1337547885;s:9:\"copyright\";s:32:\"CreativeNature.nl Rudmer Zwerver\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:13:\"Modern street\";}s:8:\"filesize\";i:1013892;}'),(231,61,'_wp_attached_file','2014/07/AMG_stock_22927000_original.jpg'),(232,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_22927000_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_22927000_original-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:39:\"AMG_stock_22927000_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_22927000_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_22927000_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_22927000_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_22927000_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_22927000_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_22927000_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_22927000_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_22927000_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_22927000_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:12:\"Zstockphotos\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:53:\"Modern kitchen and living room overlooking a backyard\";s:17:\"created_timestamp\";i:1323604793;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:30:\"Modern kitchen and living room\";}s:8:\"filesize\";i:480683;}'),(233,62,'_wp_attached_file','2014/07/AMG_stock_23613291_original.jpg'),(234,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1801;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_23613291_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_23613291_original-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:39:\"AMG_stock_23613291_original-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_23613291_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_23613291_original-1100x732.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_23613291_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_23613291_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_23613291_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_23613291_original-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_23613291_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_23613291_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_23613291_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.03000000000000024868995751603506505489349365234375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.38555\";s:5:\"title\";s:35:\"Beautiful new peaceful, modern home\";}s:8:\"filesize\";i:416563;}'),(235,63,'_wp_attached_file','2014/07/AMG_stock_24053367_original.jpg'),(236,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:779;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_24053367_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_24053367_original-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:39:\"AMG_stock_24053367_original-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_24053367_original-664x1024.jpg\";s:5:\"width\";i:664;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_24053367_original-779x450.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_24053367_original-779x420.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_24053367_original-540x831.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_24053367_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_24053367_original-400x616.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_24053367_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:45:\"modern house with pool in the night, exterior\";s:17:\"created_timestamp\";i:1217996225;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:12:\"modern house\";}s:8:\"filesize\";i:197730;}'),(237,64,'_wp_attached_file','2014/07/AMG_stock_25305907_original.jpg'),(238,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:972;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_25305907_original.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25305907_original-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:39:\"AMG_stock_25305907_original-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25305907_original-829x1024.jpg\";s:5:\"width\";i:829;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25305907_original-972x450.jpg\";s:5:\"width\";i:972;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25305907_original-820x1012.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1012;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25305907_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25305907_original-540x666.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25305907_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25305907_original-400x493.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25305907_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:38:\"exterior, modern house with big garden\";s:17:\"created_timestamp\";i:1247941667;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:12:\"modern house\";}s:8:\"filesize\";i:251908;}'),(239,65,'_wp_attached_file','2014/07/AMG_stock_25306725_original.jpg'),(240,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2076;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_25306725_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_original-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:39:\"AMG_stock_25306725_original-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25306725_original-1024x591.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25306725_original-1100x635.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25306725_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_original-820x473.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_original-540x312.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_original-400x231.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:35:\"exterior, modern house in the night\";s:17:\"created_timestamp\";i:1244742853;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"5\";s:5:\"title\";s:12:\"modern house\";}s:8:\"filesize\";i:328107;}'),(241,66,'_wp_attached_file','2014/07/AMG_stock_25430059_original-e1404238937870.jpg'),(242,66,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1371;s:6:\"height\";i:900;s:4:\"file\";s:54:\"2014/07/AMG_stock_25430059_original-e1404238937870.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430059_original-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:39:\"AMG_stock_25430059_original-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25430059_original-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25430059_original-1100x722.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25430059_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430059_original-820x538.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430059_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430059_original-540x354.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430059_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430059_original-400x262.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430059_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:40:\"exterior, modern house with a big garden\";s:17:\"created_timestamp\";i:1299602338;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:12:\"modern house\";}s:8:\"filesize\";i:1485309;}'),(243,67,'_wp_attached_file','2014/07/AMG_stock_25430979_original.jpg'),(244,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1810;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_25430979_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430979_original-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:39:\"AMG_stock_25430979_original-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25430979_original-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25430979_original-1100x729.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25430979_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430979_original-820x543.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430979_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430979_original-540x358.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430979_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430979_original-400x265.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25430979_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:40:\"exterior, modern house with a big garden\";s:17:\"created_timestamp\";i:1299600534;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:12:\"modern house\";}s:8:\"filesize\";i:659603;}'),(245,68,'_wp_attached_file','2014/07/AMG_stock_25446011_original.jpg'),(246,68,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1865;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_25446011_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_original-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:39:\"AMG_stock_25446011_original-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25446011_original-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25446011_original-1100x707.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_25446011_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_original-820x527.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_original-540x347.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_original-400x257.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:42:\"modern house in exterior, beautiful garden\";s:17:\"created_timestamp\";i:1303400678;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:22:\"modern house, exterior\";}s:8:\"filesize\";i:834946;}'),(247,69,'_wp_attached_file','2014/07/AMG_stock_26278253_original.jpg'),(248,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_26278253_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26278253_original-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:39:\"AMG_stock_26278253_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26278253_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26278253_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26278253_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26278253_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26278253_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26278253_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26278253_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26278253_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26278253_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:36:\"Tomasz Wyszołmirski www.dabarti.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:68:\"Top view of an architectural mock-up of a modern house made of wood.\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:28:\"Tomasz Wyszołmirski DABARTI\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:21:\"Modern house mock-up.\";}s:8:\"filesize\";i:176523;}'),(249,70,'_wp_attached_file','2014/07/AMG_stock_26934873_original.jpg'),(250,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_26934873_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26934873_original-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:39:\"AMG_stock_26934873_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26934873_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26934873_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26934873_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26934873_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26934873_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26934873_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26934873_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26934873_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26934873_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:39:\"Modern house in exterior, beauty garden\";s:17:\"created_timestamp\";i:1309438398;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:12:\"Modern house\";}s:8:\"filesize\";i:1160062;}'),(251,71,'_wp_attached_file','2014/07/AMG_stock_26935181_original.jpg'),(252,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:812;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_26935181_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26935181_original-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:39:\"AMG_stock_26935181_original-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26935181_original-692x1024.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26935181_original-812x450.jpg\";s:5:\"width\";i:812;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26935181_original-812x420.jpg\";s:5:\"width\";i:812;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26935181_original-540x798.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26935181_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26935181_original-400x591.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26935181_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:39:\"Modern house in exterior, beauty garden\";s:17:\"created_timestamp\";i:1309438418;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:12:\"Modern house\";}s:8:\"filesize\";i:460081;}'),(253,72,'_wp_attached_file','2014/07/AMG_stock_26950909_original.jpg'),(254,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2269;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_26950909_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26950909_original-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:39:\"AMG_stock_26950909_original-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26950909_original-1024x541.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26950909_original-1100x581.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26950909_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26950909_original-820x433.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26950909_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26950909_original-540x285.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26950909_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26950909_original-400x211.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26950909_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:35:\"modern house, exterior at the night\";s:17:\"created_timestamp\";i:1309554825;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"2.5\";s:5:\"title\";s:12:\"Modern house\";}s:8:\"filesize\";i:326843;}'),(255,73,'_wp_attached_file','2014/07/AMG_stock_26951021_original.jpg'),(256,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1963;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_26951021_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_original-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:39:\"AMG_stock_26951021_original-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951021_original-1024x625.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951021_original-1100x672.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951021_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_original-820x501.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_original-540x330.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_original-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:58:\"New architecture, beautiful modern house outdoors at night\";s:17:\"created_timestamp\";i:1309554997;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"3.2\";s:5:\"title\";s:21:\"modern house and pool\";}s:8:\"filesize\";i:548039;}'),(257,74,'_wp_attached_file','2014/07/AMG_stock_26951147_original.jpg'),(258,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_26951147_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951147_original-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:39:\"AMG_stock_26951147_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951147_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951147_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951147_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951147_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951147_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951147_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951147_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951147_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951147_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:35:\"beauty house in the night with pool\";s:17:\"created_timestamp\";i:1309555145;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"2.5\";s:5:\"title\";s:21:\"modern house and pool\";}s:8:\"filesize\";i:299282;}'),(259,75,'_wp_attached_file','2014/07/AMG_stock_26951577_original.jpg'),(260,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:852;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_26951577_original.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951577_original-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:39:\"AMG_stock_26951577_original-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951577_original-727x1024.jpg\";s:5:\"width\";i:727;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951577_original-852x450.jpg\";s:5:\"width\";i:852;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:40:\"AMG_stock_26951577_original-820x1154.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951577_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951577_original-540x760.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951577_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951577_original-400x563.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951577_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:35:\"modern house, exterior at the night\";s:17:\"created_timestamp\";i:1309555303;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:12:\"Modern house\";}s:8:\"filesize\";i:243106;}'),(261,76,'_wp_attached_file','2014/07/AMG_stock_29212501_original.jpg'),(262,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29212501_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212501_original-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:39:\"AMG_stock_29212501_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29212501_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29212501_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29212501_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212501_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212501_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212501_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212501_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212501_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212501_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:11:\"30 12:14:44\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:54:\"view of the beautiful modern houses, \noutdoor at night\";s:17:\"created_timestamp\";i:1321379001;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:1:\"4\";s:5:\"title\";s:21:\"Modern house by night\";}s:8:\"filesize\";i:394753;}'),(263,77,'_wp_attached_file','2014/07/AMG_stock_29212577_original.jpg'),(264,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29212577_original.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212577_original-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:39:\"AMG_stock_29212577_original-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29212577_original-776x1024.jpg\";s:5:\"width\";i:776;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212577_original-910x450.jpg\";s:5:\"width\";i:910;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29212577_original-820x1081.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1081;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212577_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212577_original-540x712.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212577_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212577_original-400x527.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29212577_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:11:\"29 14:04:51\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:53:\"view of the beautiful modern houses, outdoor by night\";s:17:\"created_timestamp\";i:1321378800;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:21:\"Modern house by night\";}s:8:\"filesize\";i:155572;}'),(265,78,'_wp_attached_file','2014/07/AMG_stock_29213007_original.jpg'),(266,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29213007_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213007_original-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:39:\"AMG_stock_29213007_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29213007_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213007_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213007_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213007_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213007_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213007_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213007_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:11:\"29 12:30:24\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:53:\"view of the beautiful modern houses, outdoor at night\";s:17:\"created_timestamp\";i:1321378561;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"3.2\";s:5:\"title\";s:21:\"Modern house by night\";}s:8:\"filesize\";i:142336;}'),(267,79,'_wp_attached_file','2014/07/AMG_stock_29213089_original.jpg'),(268,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1807;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29213089_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213089_original-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:39:\"AMG_stock_29213089_original-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29213089_original-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29213089_original-1100x730.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29213089_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213089_original-820x544.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213089_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213089_original-540x358.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213089_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213089_original-400x265.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29213089_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:11:\"31 18:51:47\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:54:\"view of the beautiful modern houses, \noutdoor by night\";s:17:\"created_timestamp\";i:1321378462;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:21:\"Modern house by night\";}s:8:\"filesize\";i:382336;}'),(269,80,'_wp_attached_file','2014/07/AMG_stock_29214455_original.jpg'),(270,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29214455_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214455_original-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:39:\"AMG_stock_29214455_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29214455_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29214455_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29214455_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214455_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214455_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214455_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214455_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214455_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214455_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:11:\"14 17:08:11\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:53:\"view of the beautiful modern houses, outdoor by night\";s:17:\"created_timestamp\";i:1321378204;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:21:\"Modern house by night\";}s:8:\"filesize\";i:403524;}'),(271,81,'_wp_attached_file','2014/07/AMG_stock_29214497_original.jpg'),(272,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29214497_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214497_original-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:39:\"AMG_stock_29214497_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29214497_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29214497_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29214497_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214497_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214497_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214497_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214497_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214497_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29214497_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:11:\"30 12:09:42\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:50:\"view of the beautiful modern house by night, entry\";s:17:\"created_timestamp\";i:1321376761;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.3\";s:5:\"title\";s:21:\"Modern house by night\";}s:8:\"filesize\";i:334151;}'),(273,82,'_wp_attached_file','2014/07/AMG_stock_29222463_original.jpg'),(274,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29222463_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222463_original-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:39:\"AMG_stock_29222463_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29222463_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222463_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222463_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222463_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222463_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222463_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222463_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"10 13:23:05\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:31:\"beautiful modern house, outdoor\";s:17:\"created_timestamp\";i:1321356750;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:21:\"Modern house, outdoor\";}s:8:\"filesize\";i:221696;}'),(275,83,'_wp_attached_file','2014/07/AMG_stock_29222595_original-e1404235810990.jpg'),(276,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:54:\"2014/07/AMG_stock_29222595_original-e1404235810990.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222595_original-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:39:\"AMG_stock_29222595_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29222595_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29222595_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29222595_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222595_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222595_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222595_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222595_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222595_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29222595_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"07 14:32:59\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:43:\"beautiful modern house with garden, outdoor\";s:17:\"created_timestamp\";i:1321358407;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:21:\"Modern house, outdoor\";}s:8:\"filesize\";i:1166060;}'),(277,84,'_wp_attached_file','2014/07/AMG_stock_29228389_original.jpg'),(278,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29228389_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29228389_original-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:39:\"AMG_stock_29228389_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29228389_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29228389_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29228389_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29228389_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29228389_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29228389_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29228389_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:22;s:6:\"credit\";s:11:\"30 11:58:44\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:45:\"view of the beautiful modern houses, \noutdoor\";s:17:\"created_timestamp\";i:1321349841;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:21:\"Modern house, outdoor\";}s:8:\"filesize\";i:215989;}'),(279,85,'_wp_attached_file','2014/07/AMG_stock_29231969_original.jpg'),(280,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:864;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29231969_original.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29231969_original-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:39:\"AMG_stock_29231969_original-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29231969_original-737x1024.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29231969_original-864x450.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29231969_original-820x1138.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29231969_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29231969_original-540x750.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29231969_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29231969_original-400x555.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29231969_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:22;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:57:\"view of the beautiful modern house, entrance from outside\";s:17:\"created_timestamp\";i:1321350319;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:21:\"Modern house, outdoor\";}s:8:\"filesize\";i:252098;}'),(281,86,'_wp_attached_file','2014/07/AMG_stock_29248743_original.jpg'),(282,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1916;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_29248743_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29248743_original-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:39:\"AMG_stock_29248743_original-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29248743_original-1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29248743_original-1100x688.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_29248743_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29248743_original-820x513.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29248743_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29248743_original-540x338.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29248743_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29248743_original-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_29248743_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:35:\"Modern villa with pool, night scene\";s:17:\"created_timestamp\";i:1372197550;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:1:\"4\";s:5:\"title\";s:21:\"modern villa by night\";}s:8:\"filesize\";i:511818;}'),(283,87,'_wp_attached_file','2014/07/AMG_stock_39677529_original.jpg'),(284,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1747;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_39677529_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_39677529_original-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:39:\"AMG_stock_39677529_original-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_39677529_original-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_39677529_original-1100x755.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_39677529_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_39677529_original-820x563.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_39677529_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_39677529_original-540x370.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_39677529_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_39677529_original-400x274.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_39677529_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:9;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1295104430;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"15\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:292926;}'),(285,88,'_wp_attached_file','2014/07/AMG_stock_40410245_original.jpg'),(286,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_40410245_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40410245_original-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:39:\"AMG_stock_40410245_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_40410245_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_40410245_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_40410245_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40410245_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40410245_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40410245_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40410245_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40410245_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40410245_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:13;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:51:\"Travertine house - view of a bright, modern kitchen\";s:17:\"created_timestamp\";i:1353597181;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"1.3\";s:5:\"title\";s:36:\"Travertine house - view of a kitchen\";}s:8:\"filesize\";i:553088;}'),(287,89,'_wp_attached_file','2014/07/AMG_stock_40852911_original.jpg'),(288,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_40852911_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40852911_original-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:39:\"AMG_stock_40852911_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_40852911_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_40852911_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_40852911_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40852911_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40852911_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40852911_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40852911_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40852911_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_40852911_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1318881265;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:420884;}'),(289,90,'_wp_attached_file','2014/07/AMG_stock_46473525_original.jpg'),(290,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46473525_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46473525_original-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:39:\"AMG_stock_46473525_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46473525_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46473525_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46473525_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46473525_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46473525_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46473525_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46473525_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"20 17:46:45\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:41:\"Modern villa, interior, dining table view\";s:17:\"created_timestamp\";i:1379947007;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:22:\"Interior, modern house\";}s:8:\"filesize\";i:231359;}'),(291,91,'_wp_attached_file','2014/07/AMG_stock_46697111_original.jpg'),(292,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1882;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46697111_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46697111_original-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:39:\"AMG_stock_46697111_original-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46697111_original-1024x652.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46697111_original-1100x701.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46697111_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46697111_original-820x522.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46697111_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46697111_original-540x344.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46697111_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46697111_original-400x255.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46697111_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:11:\"24 10:20:58\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:43:\"Beautiful modern house, view room and patio\";s:17:\"created_timestamp\";i:1377010689;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.4\";s:5:\"title\";s:15:\"Beautiful house\";}s:8:\"filesize\";i:673758;}'),(293,92,'_wp_attached_file','2014/07/AMG_stock_46699305_original.jpg'),(294,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46699305_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46699305_original-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:39:\"AMG_stock_46699305_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46699305_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46699305_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46699305_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46699305_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46699305_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46699305_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46699305_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:44:\"Beautiful modern house, view from the stairs\";s:17:\"created_timestamp\";i:1377012898;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:15:\"Beautiful house\";}s:8:\"filesize\";i:160095;}'),(295,93,'_wp_attached_file','2014/07/AMG_stock_46701717_original.jpg'),(296,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46701717_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46701717_original-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:39:\"AMG_stock_46701717_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46701717_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46701717_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46701717_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46701717_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46701717_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46701717_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46701717_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"02 12:04:09\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Beautiful modern house, view of the stairs\";s:17:\"created_timestamp\";i:1377014727;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:15:\"Beautiful house\";}s:8:\"filesize\";i:139839;}'),(297,94,'_wp_attached_file','2014/07/AMG_stock_46703711_original.jpg'),(298,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:39:\"2014/07/AMG_stock_46703711_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46703711_original-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:39:\"AMG_stock_46703711_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46703711_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:41:\"AMG_stock_46703711_original-1100x1650.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46703711_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46703711_original-820x1230.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46703711_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46703711_original-540x809.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46703711_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46703711_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46703711_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"29 12:23:29\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:51:\"Beautiful modern house; room view from the corridor\";s:17:\"created_timestamp\";i:1377016537;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:15:\"Beautiful house\";}s:8:\"filesize\";i:7059504;}'),(299,95,'_wp_attached_file','2014/07/AMG_stock_46704213_original.jpg'),(300,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:783;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46704213_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46704213_original-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:39:\"AMG_stock_46704213_original-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46704213_original-668x1024.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46704213_original-783x450.jpg\";s:5:\"width\";i:783;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46704213_original-783x420.jpg\";s:5:\"width\";i:783;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46704213_original-540x827.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:827;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46704213_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46704213_original-400x613.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46704213_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"24 17:52:11\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"Beautiful modern house, view dining room\";s:17:\"created_timestamp\";i:1377016884;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:15:\"Beautiful house\";}s:8:\"filesize\";i:172962;}'),(301,96,'_wp_attached_file','2014/07/AMG_stock_46795537_original.jpg'),(302,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1797;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46795537_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_original-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:39:\"AMG_stock_46795537_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46795537_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46795537_original-1100x734.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46795537_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_original-820x547.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_original-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"22 16:49:17\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:54:\"Beautiful modern house in cement, view from the garden\";s:17:\"created_timestamp\";i:1382006045;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:748436;}'),(303,97,'_wp_attached_file','2014/07/AMG_stock_46795671_original.jpg'),(304,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46795671_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795671_original-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:39:\"AMG_stock_46795671_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46795671_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46795671_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46795671_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795671_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795671_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795671_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795671_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795671_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795671_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"23 19:33:43\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:54:\"beautiful modern house in cement, view from the garden\";s:17:\"created_timestamp\";i:1382006141;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:971635;}'),(305,98,'_wp_attached_file','2014/07/AMG_stock_46797131_original.jpg'),(306,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46797131_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797131_original-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:39:\"AMG_stock_46797131_original-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46797131_original-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46797131_original-1100x721.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46797131_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797131_original-820x537.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797131_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797131_original-540x354.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797131_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797131_original-400x262.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797131_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:54:\"beautiful modern house in cement, view from the garden\";s:17:\"created_timestamp\";i:1382008245;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:916438;}'),(307,99,'_wp_attached_file','2014/07/AMG_stock_46797537_original.jpg'),(308,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46797537_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797537_original-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:39:\"AMG_stock_46797537_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46797537_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46797537_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46797537_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797537_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797537_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797537_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797537_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797537_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46797537_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"29 17:31:59\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:70:\"beautiful modern house in cement, interiors, view from the living room\";s:17:\"created_timestamp\";i:1382009015;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:590190;}'),(309,100,'_wp_attached_file','2014/07/AMG_stock_46798283_original-e1430240249656.jpg'),(310,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:506;s:4:\"file\";s:54:\"2014/07/AMG_stock_46798283_original-e1430240249656.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"31 11:41:38\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:70:\"beautiful modern house in cement, interiors, view from the living room\";s:17:\"created_timestamp\";i:1382010835;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:510256;}'),(311,101,'_wp_attached_file','2014/07/AMG_stock_46798363_original-e1430240967543.jpg'),(312,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:54:\"2014/07/AMG_stock_46798363_original-e1430240967543.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240684317-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:54:\"AMG_stock_46798363_original-e1430240684317-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"AMG_stock_46798363_original-e1430240684317-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:55:\"AMG_stock_46798363_original-e1430240684317-1100x618.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:55:\"AMG_stock_46798363_original-e1430240684317-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240684317-820x461.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240684317-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240684317-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240684317-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240684317-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240684317-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"11 11:46:35\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:70:\"beautiful modern house in cement, interiors, view from the living room\";s:17:\"created_timestamp\";i:1382011132;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:385373;}'),(313,102,'_wp_attached_file','2014/07/AMG_stock_46803345_original.jpg'),(314,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:798;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46803345_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803345_original-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:39:\"AMG_stock_46803345_original-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46803345_original-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803345_original-798x450.jpg\";s:5:\"width\";i:798;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803345_original-798x420.jpg\";s:5:\"width\";i:798;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803345_original-540x812.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803345_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803345_original-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803345_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"07 13:07:22\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:70:\"beautiful modern house in cement, interiors, view from the living room\";s:17:\"created_timestamp\";i:1382013306;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:250674;}'),(315,103,'_wp_attached_file','2014/07/AMG_stock_46803467_original.jpg'),(316,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1741;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46803467_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803467_original-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:39:\"AMG_stock_46803467_original-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46803467_original-1024x705.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46803467_original-1100x758.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46803467_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803467_original-820x565.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803467_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803467_original-540x372.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803467_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803467_original-400x275.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46803467_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"19 14:35:48\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:70:\"beautiful modern house in cement, interiors, view from the living room\";s:17:\"created_timestamp\";i:1382013723;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.4\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:616826;}'),(317,104,'_wp_attached_file','2014/07/AMG_stock_46805071_original.jpg'),(318,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46805071_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46805071_original-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:39:\"AMG_stock_46805071_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46805071_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46805071_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46805071_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46805071_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46805071_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46805071_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46805071_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:11:\"31 14:52:18\";s:6:\"camera\";s:1:\"\";s:7:\"caption\";s:54:\"beautiful modern house in cement, view from the garden\";s:17:\"created_timestamp\";i:1382015024;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:492918;}'),(319,105,'_wp_attached_file','2014/07/AMG_stock_46806279_original.jpg'),(320,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1953;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46806279_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_original-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:39:\"AMG_stock_46806279_original-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46806279_original-1024x629.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46806279_original-1100x675.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46806279_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_original-820x503.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_original-540x331.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_original-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:53:\"beautiful modern house in cement, outdoor, entry view\";s:17:\"created_timestamp\";i:1382017322;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:798863;}'),(321,106,'_wp_attached_file','2014/07/AMG_stock_46807513_original.jpg'),(322,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1850;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46807513_original.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807513_original-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:39:\"AMG_stock_46807513_original-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46807513_original-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46807513_original-1100x713.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46807513_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807513_original-820x531.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807513_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807513_original-540x350.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807513_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807513_original-400x259.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807513_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:6.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:11:\"19 16:59:57\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:67:\"beautiful modern house in cement, view from the garden, night scene\";s:17:\"created_timestamp\";i:1382038068;s:9:\"copyright\";s:11:\"dre Zveiger\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:25:\"Modern villa, night scene\";}s:8:\"filesize\";i:442841;}'),(323,107,'_wp_attached_file','2014/07/AMG_stock_46807595_original.jpg'),(324,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2014/07/AMG_stock_46807595_original.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807595_original-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:39:\"AMG_stock_46807595_original-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46807595_original-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807595_original-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807595_original-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807595_original-540x810.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807595_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807595_original-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46807595_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:6.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:67:\"beautiful modern house in cement, view from the garden, night scene\";s:17:\"created_timestamp\";i:1382038164;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:25:\"Modern villa, night scene\";}s:8:\"filesize\";i:134939;}'),(325,108,'_wp_attached_file','2014/07/amg-modern-house-porte-cochere.jpg'),(326,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:42:\"2014/07/amg-modern-house-porte-cochere.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"amg-modern-house-porte-cochere-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:43:\"amg-modern-house-porte-cochere-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"amg-modern-house-porte-cochere-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:42:\"amg-modern-house-porte-cochere-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:11:\"10 21:59:54\";s:6:\"camera\";s:4:\"ance\";s:7:\"caption\";s:1:\"\";s:17:\"created_timestamp\";i:1310471765;s:9:\"copyright\";s:10:\"stockphoto\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:19:\"Entrance to mansion\";}s:8:\"filesize\";i:464840;}'),(327,109,'_wp_attached_file','2014/07/modern-white-house-cliff.jpg'),(328,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:36:\"2014/07/modern-white-house-cliff.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"modern-white-house-cliff-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:36:\"modern-white-house-cliff-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"modern-white-house-cliff-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:37:\"modern-white-house-cliff-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:37:\"modern-white-house-cliff-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:36:\"modern-white-house-cliff-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:36:\"modern-white-house-cliff-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:36:\"modern-white-house-cliff-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:36:\"modern-white-house-cliff-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:36:\"modern-white-house-cliff-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:36:\"modern-white-house-cliff-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:12:\"James Mattil\";s:6:\"camera\";s:9:\"DSLR-A850\";s:7:\"caption\";s:88:\"Contemporary home in pure white against deep blue sky perches atop a Pacific Ocean cliff\";s:17:\"created_timestamp\";i:1266846145;s:9:\"copyright\";s:31:\"Copyright (c) 2010 James Mattil\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:11:\"Cliff House\";}s:8:\"filesize\";i:408336;}'),(330,39,'_thumbnail_id','98'),(331,39,'_wi_client','Smith'),(332,39,'_wi_layout','full'),(333,39,'_wi_crop-thumbnail','yes'),(334,39,'_wi_thumbnail-link-to-full','yes'),(335,10,'_wi_template','fullwidth'),(340,111,'_wp_page_template','default'),(341,111,'slide_template','default'),(342,111,'_wi_side-nav-headings','h2'),(343,111,'_wi_side-nav-scroll-style','normal'),(344,111,'_wi_titlebar-padding','20'),(345,111,'_wi_hide-titlebar-area','1'),(346,111,'_wi_titlebar-overlay-opacity','0'),(347,111,'_wi_titlebar-background-clipmask','none'),(348,111,'_wi_titlebar-background-clipmask-opacity','0'),(349,111,'_wi_titlebar-background-image-parallax','0'),(350,111,'_wi_zero-content-padding-top','0'),(351,111,'_wi_show-bottom-popup','0'),(352,111,'_wi_revslider','0'),(362,111,'_wi_template','normal'),(365,113,'_thumbnail_id','70'),(366,113,'slide_template',''),(367,113,'_wi_client','Adams'),(368,113,'_wi_url-target','_self'),(369,113,'_wi_hide-portfolio-categories','0'),(370,113,'_wi_layout','half'),(371,113,'_wi_crop-thumbnail','yes'),(372,113,'_wi_thumbnail-link-to-full','yes'),(373,113,'_wi_type','slideshow'),(374,113,'_wi_slideshow-images','70'),(375,113,'_wi_slideshow-images','69'),(376,113,'_wi_slideshow-images','74'),(377,113,'_wi_slideshow-effect','slide'),(378,113,'_wi_slideshow-auto','1'),(379,113,'_wi_slideshow-navi','1'),(380,113,'_wi_slideshow-pager','1'),(381,113,'_wi_slideshow-thumbnail-pager','0'),(382,113,'_wi_slideshow-smooth-height','0'),(383,113,'_wi_slideshow-natural-width','0'),(384,39,'_wi_type','slideshow'),(385,39,'_wi_slideshow-images','105'),(386,39,'_wi_slideshow-images','103'),(387,39,'_wi_slideshow-images','101'),(388,39,'_wi_slideshow-images','100'),(391,116,'_thumbnail_id','51'),(392,116,'slide_template',''),(393,116,'_wi_url-target','_self'),(394,116,'_wi_hide-portfolio-categories','0'),(395,116,'_wi_slideshow-effect','slide'),(396,116,'_wi_slideshow-auto','0'),(397,116,'_wi_slideshow-navi','1'),(398,116,'_wi_slideshow-pager','1'),(399,116,'_wi_slideshow-thumbnail-pager','0'),(400,116,'_wi_slideshow-smooth-height','0'),(401,116,'_wi_slideshow-natural-width','0'),(404,117,'_thumbnail_id','83'),(405,117,'slide_template',''),(406,117,'_wi_client','Wright'),(407,117,'_wi_url-target','_self'),(408,117,'_wi_hide-portfolio-categories','0'),(409,117,'_wi_layout','full'),(410,117,'_wi_slideshow-effect','slide'),(411,117,'_wi_slideshow-auto','0'),(412,117,'_wi_slideshow-navi','1'),(413,117,'_wi_slideshow-pager','1'),(414,117,'_wi_slideshow-thumbnail-pager','0'),(415,117,'_wi_slideshow-smooth-height','0'),(416,117,'_wi_slideshow-natural-width','0'),(419,118,'_thumbnail_id','60'),(420,118,'slide_template',''),(421,118,'_wi_client','Lloyd'),(422,118,'_wi_url-target','_self'),(423,118,'_wi_hide-portfolio-categories','0'),(424,118,'_wi_layout','full'),(425,118,'_wi_slideshow-effect','slide'),(426,118,'_wi_slideshow-auto','0'),(427,118,'_wi_slideshow-navi','1'),(428,118,'_wi_slideshow-pager','1'),(429,118,'_wi_slideshow-thumbnail-pager','0'),(430,118,'_wi_slideshow-smooth-height','0'),(431,118,'_wi_slideshow-natural-width','0'),(433,120,'_wp_attached_file','2014/07/placeholder-05-960x540.jpg'),(434,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:984;s:6:\"height\";i:486;s:4:\"file\";s:34:\"2014/07/placeholder-05-960x540.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-984x450.jpg\";s:5:\"width\";i:984;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-820x405.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-540x266.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-400x197.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-05-960x540-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:37:\"©2009 christian phillips photography\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:353159;}'),(435,121,'_wp_attached_file','2014/07/placeholder-07-960x540.jpg'),(436,121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:984;s:6:\"height\";i:486;s:4:\"file\";s:34:\"2014/07/placeholder-07-960x540.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-984x450.jpg\";s:5:\"width\";i:984;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-820x405.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-540x266.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-400x197.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-07-960x540-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:246866;}'),(437,122,'_wp_attached_file','2014/07/placeholder-12-960x540.jpg'),(438,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:984;s:6:\"height\";i:486;s:4:\"file\";s:34:\"2014/07/placeholder-12-960x540.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-984x450.jpg\";s:5:\"width\";i:984;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-820x405.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-540x266.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-400x197.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-12-960x540-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:212546;}'),(439,123,'_wp_attached_file','2014/07/placeholder-10-960x540.jpg'),(440,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:984;s:6:\"height\";i:486;s:4:\"file\";s:34:\"2014/07/placeholder-10-960x540.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-984x450.jpg\";s:5:\"width\";i:984;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-820x405.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-540x266.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-400x197.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-10-960x540-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1258043077;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:451024;}'),(441,124,'_wp_attached_file','2014/07/placeholder-04-960x540.jpg'),(442,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:984;s:6:\"height\";i:486;s:4:\"file\";s:34:\"2014/07/placeholder-04-960x540.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-984x450.jpg\";s:5:\"width\";i:984;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-820x405.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-540x266.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-400x197.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-04-960x540-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:37:\"©2009 christian phillips photography\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:414095;}'),(443,125,'_wp_attached_file','2014/07/placeholder-02-960x540.jpg'),(444,125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:984;s:6:\"height\";i:486;s:4:\"file\";s:34:\"2014/07/placeholder-02-960x540.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-984x450.jpg\";s:5:\"width\";i:984;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-820x405.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-540x266.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-400x197.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"placeholder-02-960x540-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:499489;}'),(445,119,'_thumbnail_id','122'),(447,119,'slide_template',''),(448,119,'_wi_client','Fowler Inc'),(449,119,'_wi_url-target','_self'),(450,119,'_wi_hide-portfolio-categories','0'),(451,119,'_wi_layout','full'),(452,119,'_wi_crop-thumbnail','yes'),(453,119,'_wi_thumbnail-link-to-full','yes'),(454,119,'_wi_slideshow-effect','slide'),(455,119,'_wi_slideshow-auto','0'),(456,119,'_wi_slideshow-navi','1'),(457,119,'_wi_slideshow-pager','1'),(458,119,'_wi_slideshow-thumbnail-pager','0'),(459,119,'_wi_slideshow-smooth-height','0'),(460,119,'_wi_slideshow-natural-width','0'),(462,126,'_thumbnail_id','121'),(464,126,'slide_template',''),(465,126,'_wi_client','Anschutz Foundation'),(466,126,'_wi_url-target','_self'),(467,126,'_wi_hide-portfolio-categories','0'),(468,126,'_wi_layout','full'),(469,126,'_wi_crop-thumbnail','yes'),(470,126,'_wi_thumbnail-link-to-full','yes'),(471,126,'_wi_slideshow-effect','slide'),(472,126,'_wi_slideshow-auto','0'),(473,126,'_wi_slideshow-navi','1'),(474,126,'_wi_slideshow-pager','1'),(475,126,'_wi_slideshow-thumbnail-pager','0'),(476,126,'_wi_slideshow-smooth-height','0'),(477,126,'_wi_slideshow-natural-width','0'),(478,118,'_wp_old_slug','lloyd-residence'),(481,127,'_thumbnail_id','120'),(482,127,'slide_template',''),(483,127,'_wi_client','Barnes University'),(484,127,'_wi_url-target','_self'),(485,127,'_wi_hide-portfolio-categories','0'),(486,127,'_wi_layout','full'),(487,127,'_wi_crop-thumbnail','yes'),(488,127,'_wi_thumbnail-link-to-full','yes'),(489,127,'_wi_type','slideshow'),(490,127,'_wi_slideshow-images','125'),(491,127,'_wi_slideshow-images','124'),(492,127,'_wi_slideshow-images','123'),(493,127,'_wi_slideshow-images','120'),(494,127,'_wi_slideshow-effect','fade'),(495,127,'_wi_slideshow-auto','1'),(496,127,'_wi_slideshow-navi','1'),(497,127,'_wi_slideshow-pager','1'),(498,127,'_wi_slideshow-thumbnail-pager','1'),(499,127,'_wi_slideshow-smooth-height','0'),(500,127,'_wi_slideshow-natural-width','0'),(503,128,'_wp_page_template','default'),(504,128,'slide_template','default'),(505,128,'_wi_template','normal'),(506,128,'_wi_side-nav-headings','h2'),(507,128,'_wi_side-nav-scroll-style','normal'),(508,128,'_wi_titlebar-padding','20'),(509,128,'_wi_hide-titlebar-area','1'),(510,128,'_wi_titlebar-overlay-opacity','0'),(511,128,'_wi_titlebar-background-clipmask','none'),(512,128,'_wi_titlebar-background-clipmask-opacity','0'),(513,128,'_wi_titlebar-background-image-parallax','0'),(514,128,'_wi_zero-content-padding-top','0'),(515,128,'_wi_show-bottom-popup','0'),(516,128,'_wi_revslider','0'),(529,14,'_wi_template','fullwidth'),(533,130,'slide_template',''),(534,130,'_wi_gallery-effect','slide'),(535,130,'_wi_gallery-navi','1'),(536,130,'_wi_gallery-pager','0'),(537,130,'_wi_gallery-thumbnail-pager','0'),(538,130,'_wi_gallery-auto','1'),(539,130,'_wi_gallery-smooth-height','0'),(540,130,'_wi_gallery-natural-width','0'),(541,130,'_wi_link-target','_self'),(542,130,'_wi_layout','halfwidth'),(543,130,'_wi_display','excerpt'),(545,130,'_thumbnail_id','124'),(549,131,'_thumbnail_id','45'),(551,131,'slide_template',''),(552,131,'_wi_gallery-effect','slide'),(553,131,'_wi_gallery-navi','1'),(554,131,'_wi_gallery-pager','0'),(555,131,'_wi_gallery-thumbnail-pager','0'),(556,131,'_wi_gallery-auto','1'),(557,131,'_wi_gallery-smooth-height','0'),(558,131,'_wi_gallery-natural-width','0'),(559,131,'_wi_link-target','_self'),(560,131,'_wi_layout','halfwidth'),(561,131,'_wi_display','excerpt'),(562,131,'_wi_blog-thumb-link-to-post','yes'),(564,130,'_wp_old_slug','amg-architects-supports-schools-eco-drive'),(565,130,'_wi_blog-thumb-link-to-post','yes'),(566,130,'_wi_blog-meta','no'),(568,131,'_wi_blog-meta','no'),(592,134,'_thumbnail_id','49'),(593,134,'slide_template',''),(594,134,'_wi_client','Conner'),(595,134,'_wi_url-target','_self'),(596,134,'_wi_hide-portfolio-categories','0'),(597,134,'_wi_layout','full'),(599,134,'_wi_thumbnail-link-to-full','yes'),(601,134,'_wi_slideshow-images','48'),(602,134,'_wi_slideshow-images','47'),(603,134,'_wi_slideshow-images','46'),(604,134,'_wi_slideshow-images','45'),(605,134,'_wi_slideshow-effect','slide'),(606,134,'_wi_slideshow-auto','1'),(607,134,'_wi_slideshow-navi','1'),(608,134,'_wi_slideshow-pager','1'),(609,134,'_wi_slideshow-thumbnail-pager','1'),(610,134,'_wi_slideshow-smooth-height','0'),(611,134,'_wi_slideshow-natural-width','0'),(612,134,'_wi_crop-thumbnail','yes'),(613,134,'_wi_slideshow-images','49'),(614,136,'_wp_attached_file','2014/06/john.jpg'),(615,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:16:\"2014/06/john.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"john-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:16:\"john-250x235.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.899999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"E995\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.4\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.00743494423792\";s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:25833;}'),(616,137,'_wp_attached_file','2014/06/julia.jpg'),(617,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:17:\"2014/06/julia.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"julia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:17:\"julia-250x235.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:13814;}'),(618,138,'_wp_attached_file','2014/06/selene.jpg'),(619,138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2014/06/selene.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"selene-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:10:{s:8:\"aperture\";d:6.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1329529011;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:31519;}'),(641,83,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"AMG_stock_29222595_original.jpg\";}}'),(645,142,'_wp_page_template','default'),(648,142,'slide_template','default'),(649,142,'_wi_side-nav-headings','h2'),(650,142,'_wi_side-nav-scroll-style','normal'),(651,142,'_wi_titlebar-padding','20'),(652,142,'_wi_hide-titlebar-area','1'),(653,142,'_wi_titlebar-overlay-opacity','0'),(654,142,'_wi_titlebar-background-clipmask','none'),(655,142,'_wi_titlebar-background-clipmask-opacity','0'),(656,142,'_wi_titlebar-background-image-parallax','0'),(657,142,'_wi_zero-content-padding-top','0'),(658,142,'_wi_show-bottom-popup','0'),(659,142,'_wi_revslider','0'),(665,66,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1828;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"AMG_stock_25430059_original.jpg\";}}'),(667,143,'_wp_attached_file','2014/07/for-mobile.jpeg'),(668,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:643;s:4:\"file\";s:23:\"2014/07/for-mobile.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"for-mobile-150x150.jpeg\";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:\"for-mobile-300x192.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:24:\"for-mobile-1000x450.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:23:\"for-mobile-820x527.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:23:\"for-mobile-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:23:\"for-mobile-540x347.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:23:\"for-mobile-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:23:\"for-mobile-400x257.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:23:\"for-mobile-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:42:\"modern house in exterior, beautiful garden\";s:17:\"created_timestamp\";i:1303400678;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:22:\"modern house, exterior\";}s:8:\"filesize\";i:272464;}'),(669,144,'_wp_attached_file','2014/07/for-mobile1.jpeg'),(670,144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:643;s:4:\"file\";s:24:\"2014/07/for-mobile1.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"for-mobile1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"for-mobile1-300x192.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:25:\"for-mobile1-1000x450.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:24:\"for-mobile1-820x527.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:24:\"for-mobile1-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:24:\"for-mobile1-540x347.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:24:\"for-mobile1-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:24:\"for-mobile1-400x257.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:24:\"for-mobile1-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:42:\"modern house in exterior, beautiful garden\";s:17:\"created_timestamp\";i:1303400678;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:22:\"modern house, exterior\";}s:8:\"filesize\";i:272464;}'),(676,147,'_wp_attached_file','2014/07/for-mobile2.jpeg'),(677,147,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1555;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2014/07/for-mobile2.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"for-mobile2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"for-mobile2-300x192.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"for-mobile2-1024x658.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:25:\"for-mobile2-1100x707.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:25:\"for-mobile2-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:24:\"for-mobile2-820x527.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:24:\"for-mobile2-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:24:\"for-mobile2-540x347.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:24:\"for-mobile2-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:24:\"for-mobile2-400x257.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:24:\"for-mobile2-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:42:\"modern house in exterior, beautiful garden\";s:17:\"created_timestamp\";i:1303400678;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:22:\"modern house, exterior\";}s:8:\"filesize\";i:499536;}'),(679,116,'_wi_layout','full'),(680,116,'_wi_crop-thumbnail','yes'),(681,117,'_wi_crop-thumbnail','yes'),(682,117,'_wi_thumbnail-link-to-full','yes'),(683,148,'_wp_attached_file','2014/07/couple1.jpg'),(684,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:137;s:6:\"height\";i:105;s:4:\"file\";s:19:\"2014/07/couple1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:8707;}'),(685,149,'_wp_attached_file','2014/07/couple2.jpg'),(686,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:182;s:6:\"height\";i:125;s:4:\"file\";s:19:\"2014/07/couple2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"couple2-150x125.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:24226;}'),(687,150,'_wp_attached_file','2014/07/man.jpg'),(688,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:201;s:4:\"file\";s:15:\"2014/07/man.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"man-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:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:28145;}'),(689,151,'_wp_attached_file','2014/07/man-with-glasses.jpg'),(690,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:131;s:6:\"height\";i:161;s:4:\"file\";s:28:\"2014/07/man-with-glasses.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"man-with-glasses-131x150.jpg\";s:5:\"width\";i:131;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:17747;}'),(696,153,'_wp_attached_file','2014/07/for-mobile-resized-e1404243521853.jpeg'),(697,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1641;s:6:\"height\";i:729;s:4:\"file\";s:46:\"2014/07/for-mobile-resized-e1404243521853.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"for-mobile-resized-150x150.jpeg\";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:\"for-mobile-resized-300x133.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"for-mobile-resized-1024x454.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:32:\"for-mobile-resized-1100x488.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:32:\"for-mobile-resized-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:31:\"for-mobile-resized-820x364.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:31:\"for-mobile-resized-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:31:\"for-mobile-resized-540x239.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:31:\"for-mobile-resized-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:31:\"for-mobile-resized-400x177.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:31:\"for-mobile-resized-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:42:\"modern house in exterior, beautiful garden\";s:17:\"created_timestamp\";i:1303400678;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:22:\"modern house, exterior\";}s:8:\"filesize\";i:665975;}'),(699,153,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1641;s:6:\"height\";i:729;s:4:\"file\";s:23:\"for-mobile-resized.jpeg\";}}'),(701,154,'_wp_attached_file','2014/07/mobile3.jpeg'),(702,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:809;s:6:\"height\";i:921;s:4:\"file\";s:20:\"2014/07/mobile3.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mobile3-150x150.jpeg\";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:\"mobile3-263x300.jpeg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:20:\"mobile3-809x450.jpeg\";s:5:\"width\";i:809;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:20:\"mobile3-809x420.jpeg\";s:5:\"width\";i:809;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:20:\"mobile3-540x614.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:20:\"mobile3-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:20:\"mobile3-400x455.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:20:\"mobile3-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:10;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:39:\"Modern house in exterior, beauty garden\";s:17:\"created_timestamp\";i:1309438418;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:12:\"Modern house\";}s:8:\"filesize\";i:319169;}'),(713,156,'_wp_attached_file','2014/07/amg-logo-02-white-background-small.png'),(714,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:60;s:6:\"height\";i:26;s:4:\"file\";s:46:\"2014/07/amg-logo-02-white-background-small.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:1523;}'),(715,157,'_wp_attached_file','2014/07/amg-logo-01-retina.jpg'),(716,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:116;s:6:\"height\";i:47;s:4:\"file\";s:30:\"2014/07/amg-logo-01-retina.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:3322;}'),(717,158,'_wp_attached_file','2014/07/amg-logo-02-for-template.png'),(718,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:180;s:6:\"height\";i:42;s:4:\"file\";s:36:\"2014/07/amg-logo-02-for-template.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"amg-logo-02-for-template-150x42.png\";s:5:\"width\";i:150;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:2313;}'),(719,160,'_wp_attached_file','2014/07/social-img.jpeg'),(720,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1798;s:6:\"height\";i:969;s:4:\"file\";s:23:\"2014/07/social-img.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"social-img-150x150.jpeg\";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:\"social-img-300x161.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"social-img-1024x551.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:24:\"social-img-1100x592.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:24:\"social-img-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:23:\"social-img-820x441.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:23:\"social-img-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:23:\"social-img-540x291.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:23:\"social-img-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:23:\"social-img-400x215.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:23:\"social-img-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:31:\"Photographer: Alexandre Zveiger\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:70:\"beautiful modern house in cement, interiors, view from the living room\";s:17:\"created_timestamp\";i:1382009015;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:12:\"Modern villa\";}s:8:\"filesize\";i:488828;}'),(736,166,'_wp_attached_file','2014/07/AMG_stock_25306725_reduced.jpg'),(737,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:578;s:4:\"file\";s:38:\"2014/07/AMG_stock_25306725_reduced.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25306725_reduced-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:38:\"AMG_stock_25306725_reduced-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25306725_reduced-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25306725_reduced-820x473.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25306725_reduced-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25306725_reduced-540x312.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25306725_reduced-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25306725_reduced-400x231.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25306725_reduced-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:165486;}'),(738,167,'_wp_attached_file','2014/07/AMG_stock_25446011_reduced.jpg'),(739,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1865;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2014/07/AMG_stock_25446011_reduced.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25446011_reduced-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:38:\"AMG_stock_25446011_reduced-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_reduced-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_reduced-1100x707.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_25446011_reduced-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25446011_reduced-820x527.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25446011_reduced-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25446011_reduced-540x347.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25446011_reduced-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25446011_reduced-400x257.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_25446011_reduced-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:528811;}'),(740,168,'_wp_attached_file','2014/07/AMG_stock_26951021_reduced.jpg'),(741,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1963;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2014/07/AMG_stock_26951021_reduced.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AMG_stock_26951021_reduced-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:38:\"AMG_stock_26951021_reduced-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_reduced-1024x625.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_reduced-1100x672.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_26951021_reduced-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"AMG_stock_26951021_reduced-820x501.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_26951021_reduced-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"AMG_stock_26951021_reduced-540x330.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_26951021_reduced-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"AMG_stock_26951021_reduced-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_26951021_reduced-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:346875;}'),(742,169,'_wp_attached_file','2014/07/AMG_stock_46795537_reduced.jpg'),(743,169,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1797;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2014/07/AMG_stock_46795537_reduced.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46795537_reduced-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:38:\"AMG_stock_46795537_reduced-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_reduced-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_reduced-1100x734.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46795537_reduced-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46795537_reduced-820x547.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46795537_reduced-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46795537_reduced-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46795537_reduced-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46795537_reduced-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46795537_reduced-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:384638;}'),(744,170,'_wp_attached_file','2014/07/AMG_stock_46806279_reduced.jpg'),(745,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1953;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2014/07/AMG_stock_46806279_reduced.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46806279_reduced-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:38:\"AMG_stock_46806279_reduced-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_reduced-1024x629.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_reduced-1100x675.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46806279_reduced-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46806279_reduced-820x503.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46806279_reduced-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46806279_reduced-540x331.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46806279_reduced-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46806279_reduced-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"AMG_stock_46806279_reduced-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:408162;}'),(766,183,'_wp_attached_file','2014/07/AMG_1-e1430237347852.jpg'),(767,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1011;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2014/07/AMG_1-e1430237347852.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"AMG_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:17:\"AMG_1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"AMG_1-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:18:\"AMG_1-1100x707.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:18:\"AMG_1-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:17:\"AMG_1-820x527.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:17:\"AMG_1-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:17:\"AMG_1-540x347.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:17:\"AMG_1-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:17:\"AMG_1-400x257.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:17:\"AMG_1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:606693;}'),(768,184,'_wp_attached_file','2014/07/AMG_2.jpg'),(769,184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1250;s:6:\"height\";i:764;s:4:\"file\";s:17:\"2014/07/AMG_2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"AMG_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"AMG_2-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"AMG_2-1024x625.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:18:\"AMG_2-1100x672.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:18:\"AMG_2-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:17:\"AMG_2-820x501.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:17:\"AMG_2-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:17:\"AMG_2-540x330.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:17:\"AMG_2-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:17:\"AMG_2-400x244.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:17:\"AMG_2-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:177146;}'),(770,185,'_wp_attached_file','2014/07/AMG_3.jpg'),(771,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1250;s:6:\"height\";i:835;s:4:\"file\";s:17:\"2014/07/AMG_3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"AMG_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"AMG_3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"AMG_3-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:18:\"AMG_3-1100x734.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:18:\"AMG_3-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:17:\"AMG_3-820x547.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:17:\"AMG_3-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:17:\"AMG_3-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:17:\"AMG_3-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:17:\"AMG_3-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:17:\"AMG_3-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:257387;}'),(772,186,'_wp_attached_file','2014/07/AMG_4-e1430237198236.jpg'),(773,186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1058;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2014/07/AMG_4-e1430237198236.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"AMG_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"AMG_4-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"AMG_4-1024x629.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:18:\"AMG_4-1100x675.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:18:\"AMG_4-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:17:\"AMG_4-820x503.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:17:\"AMG_4-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:17:\"AMG_4-540x331.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:17:\"AMG_4-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:17:\"AMG_4-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:17:\"AMG_4-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:63:\"Copyright: Alexandre Zveiger\nwww.photobank.ch\n6900 Lugano\nSwitz\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:590339;}'),(774,187,'_wp_attached_file','2014/07/AMG_5-e1430237898949.jpg'),(775,187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1124;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2014/07/AMG_5-e1430237898949.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:583481;}'),(779,191,'_wp_page_template','default'),(780,191,'slide_template','default'),(781,191,'_wi_template','fullwidth'),(782,191,'_wi_side-nav-headings','h2'),(783,191,'_wi_side-nav-scroll-style','normal'),(784,191,'_wi_titlebar-padding','20'),(785,191,'_wi_hide-titlebar-area','1'),(786,191,'_wi_titlebar-overlay-opacity','0'),(787,191,'_wi_titlebar-background-clipmask','none'),(788,191,'_wi_titlebar-background-clipmask-opacity','0'),(789,191,'_wi_titlebar-background-image-parallax','0'),(790,191,'_wi_zero-content-padding-top','0'),(791,191,'_wi_show-bottom-popup','0'),(792,191,'_wi_revslider','0'),(793,191,'_dp_original','132'),(796,192,'_wp_attached_file','2014/08/1_Lead-Generator-System_MODERN_HowToHireAnArchitect_V0.3reduced.pdf'),(797,194,'_wp_attached_file','2014/08/1_Lead-Generator-System_MODERN_HowToHireAnArchitect_V0.3opt.pdf'),(817,198,'_wp_page_template','default'),(818,198,'slide_template','default'),(819,198,'_wi_side-nav-headings','h2'),(820,198,'_wi_side-nav-scroll-style','normal'),(821,198,'_wi_titlebar-padding','20'),(822,198,'_wi_hide-titlebar-area','1'),(823,198,'_wi_titlebar-overlay-opacity','0'),(824,198,'_wi_titlebar-background-clipmask','none'),(825,198,'_wi_titlebar-background-clipmask-opacity','0'),(826,198,'_wi_titlebar-background-image-parallax','0'),(827,198,'_wi_zero-content-padding-top','0'),(828,198,'_wi_show-bottom-popup','0'),(829,198,'_wi_revslider','0'),(832,199,'_wp_page_template','default'),(833,199,'slide_template','default'),(834,199,'_wi_template','fullwidth'),(835,199,'_wi_side-nav-headings','h2'),(836,199,'_wi_side-nav-scroll-style','normal'),(837,199,'_wi_titlebar-padding','20'),(838,199,'_wi_hide-titlebar-area','0'),(839,199,'_wi_show-breadcrumb','no'),(840,199,'_wi_titlebar-overlay-opacity','0'),(841,199,'_wi_titlebar-background-clipmask','none'),(842,199,'_wi_titlebar-background-clipmask-opacity','0'),(843,199,'_wi_titlebar-background-image-parallax','0'),(844,199,'_wi_zero-content-padding-top','0'),(845,199,'_wi_show-bottom-popup','0'),(846,199,'_wi_revslider','0'),(849,201,'_wp_page_template','default'),(850,201,'slide_template','default'),(851,201,'_wi_side-nav-headings','h2'),(852,201,'_wi_side-nav-scroll-style','normal'),(853,201,'_wi_titlebar-padding','20'),(854,201,'_wi_hide-titlebar-area','1'),(855,201,'_wi_titlebar-overlay-opacity','0'),(856,201,'_wi_titlebar-background-clipmask','none'),(857,201,'_wi_titlebar-background-clipmask-opacity','0'),(858,201,'_wi_titlebar-background-image-parallax','0'),(859,201,'_wi_zero-content-padding-top','0'),(860,201,'_wi_show-bottom-popup','0'),(861,201,'_wi_revslider','0'),(865,202,'_wp_page_template','default'),(866,202,'slide_template','default'),(867,202,'_wi_template','fullwidth'),(868,202,'_wi_side-nav-headings','h2'),(869,202,'_wi_side-nav-scroll-style','normal'),(870,202,'_wi_titlebar-padding','20'),(871,202,'_wi_hide-titlebar-area','1'),(872,202,'_wi_titlebar-overlay-opacity','0'),(873,202,'_wi_titlebar-background-clipmask','none'),(874,202,'_wi_titlebar-background-clipmask-opacity','0'),(875,202,'_wi_titlebar-background-image-parallax','0'),(876,202,'_wi_zero-content-padding-top','0'),(877,202,'_wi_show-bottom-popup','0'),(878,202,'_wi_revslider','0'),(900,206,'_menu_item_type','post_type'),(901,206,'_menu_item_menu_item_parent','0'),(902,206,'_menu_item_object_id','201'),(903,206,'_menu_item_object','page'),(904,206,'_menu_item_target',''),(905,206,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(906,206,'_menu_item_xfn',''),(907,206,'_menu_item_url',''),(909,207,'_menu_item_type','post_type'),(910,207,'_menu_item_menu_item_parent','0'),(911,207,'_menu_item_object_id','198'),(912,207,'_menu_item_object','page'),(913,207,'_menu_item_target',''),(914,207,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(915,207,'_menu_item_xfn',''),(916,207,'_menu_item_url',''),(918,208,'_menu_item_type','post_type'),(919,208,'_menu_item_menu_item_parent','385'),(920,208,'_menu_item_object_id','191'),(921,208,'_menu_item_object','page'),(922,208,'_menu_item_target',''),(923,208,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(924,208,'_menu_item_xfn',''),(925,208,'_menu_item_url',''),(930,198,'_sidebar_name','FREE GUIDE'),(933,128,'_sidebar_name','FREE GUIDE'),(936,111,'_sidebar_name','FREE GUIDE'),(937,10,'_sidebar_name','FREE GUIDE'),(943,210,'_wp_page_template','default'),(944,210,'slide_template','default'),(945,210,'_wi_template','fullwidth'),(946,210,'_wi_side-nav-headings','h2'),(947,210,'_wi_side-nav-scroll-style','normal'),(948,210,'_wi_titlebar-padding','20'),(949,210,'_wi_hide-titlebar-area','1'),(950,210,'_wi_titlebar-overlay-opacity','0'),(951,210,'_wi_titlebar-background-clipmask','none'),(952,210,'_wi_titlebar-background-clipmask-opacity','0'),(953,210,'_wi_titlebar-background-image-parallax','0'),(954,210,'_wi_zero-content-padding-top','0'),(955,210,'_wi_show-bottom-popup','0'),(956,210,'_wi_revslider','0'),(960,210,'_dp_original','191'),(962,212,'_wp_page_template','default'),(963,212,'slide_template','default'),(964,212,'_wi_template','fullwidth'),(965,212,'_wi_side-nav-headings','h2'),(966,212,'_wi_side-nav-scroll-style','normal'),(967,212,'_wi_titlebar-padding','20'),(968,212,'_wi_hide-titlebar-area','1'),(969,212,'_wi_titlebar-overlay-opacity','0'),(970,212,'_wi_titlebar-background-clipmask','none'),(971,212,'_wi_titlebar-background-clipmask-opacity','0'),(972,212,'_wi_titlebar-background-image-parallax','0'),(973,212,'_wi_zero-content-padding-top','0'),(974,212,'_wi_show-bottom-popup','0'),(975,212,'_wi_revslider','0'),(979,212,'_dp_original','191'),(981,213,'_wp_page_template','default'),(982,213,'slide_template','default'),(983,213,'_wi_template','fullwidth'),(984,213,'_wi_side-nav-headings','h2'),(985,213,'_wi_side-nav-scroll-style','normal'),(986,213,'_wi_titlebar-padding','20'),(987,213,'_wi_hide-titlebar-area','1'),(988,213,'_wi_titlebar-overlay-opacity','0'),(989,213,'_wi_titlebar-background-clipmask','none'),(990,213,'_wi_titlebar-background-clipmask-opacity','0'),(991,213,'_wi_titlebar-background-image-parallax','0'),(992,213,'_wi_zero-content-padding-top','0'),(993,213,'_wi_show-bottom-popup','0'),(994,213,'_wi_revslider','0'),(998,213,'_dp_original','191'),(1000,211,'slide_template',''),(1001,211,'_wi_gallery-effect','slide'),(1002,211,'_wi_gallery-navi','1'),(1003,211,'_wi_gallery-pager','0'),(1004,211,'_wi_gallery-thumbnail-pager','0'),(1005,211,'_wi_gallery-auto','1'),(1006,211,'_wi_gallery-smooth-height','0'),(1007,211,'_wi_gallery-natural-width','0'),(1008,211,'_wi_link-target','_self'),(1011,215,'_wp_attached_file','2014/09/contractor_guide-e1409976566133.png'),(1012,215,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:258;s:4:\"file\";s:43:\"2014/09/contractor_guide-e1409976566133.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"contractor_guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"contractor_guide-174x300.png\";s:5:\"width\";i:174;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:28:\"contractor_guide-212x320.png\";s:5:\"width\";i:212;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:28:\"contractor_guide-212x235.png\";s:5:\"width\";i:212;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:56076;}'),(1013,216,'_wp_attached_file','2014/09/designbuild_guide.png'),(1014,216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:210;s:6:\"height\";i:367;s:4:\"file\";s:29:\"2014/09/designbuild_guide.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"designbuild_guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"designbuild_guide-171x300.png\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:29:\"designbuild_guide-210x320.png\";s:5:\"width\";i:210;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:29:\"designbuild_guide-210x235.png\";s:5:\"width\";i:210;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:114971;}'),(1015,217,'_wp_attached_file','2014/09/designproject_guide.png'),(1016,217,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:221;s:6:\"height\";i:365;s:4:\"file\";s:31:\"2014/09/designproject_guide.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"designproject_guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"designproject_guide-181x300.png\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:31:\"designproject_guide-221x320.png\";s:5:\"width\";i:221;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:31:\"designproject_guide-221x235.png\";s:5:\"width\";i:221;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:138312;}'),(1020,214,'_wp_page_template','default'),(1021,214,'slide_template','default'),(1022,214,'_wi_template','fullwidth'),(1023,214,'_wi_side-nav-headings','h2'),(1024,214,'_wi_side-nav-scroll-style','normal'),(1026,214,'_wi_titlebar-padding','20'),(1027,214,'_wi_hide-titlebar-area','1'),(1028,214,'_wi_show-breadcrumb','no'),(1029,214,'_wi_titlebar-overlay-opacity','0'),(1030,214,'_wi_titlebar-background-clipmask','none'),(1031,214,'_wi_titlebar-background-clipmask-opacity','0'),(1032,214,'_wi_titlebar-background-image-parallax','0'),(1033,214,'_wi_zero-content-padding-top','0'),(1034,214,'_wi_show-bottom-popup','0'),(1035,214,'_wi_revslider','0'),(1036,215,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:212;s:6:\"height\";i:364;s:4:\"file\";s:20:\"contractor_guide.png\";}s:18:\"full-1409976566133\";a:3:{s:5:\"width\";i:212;s:6:\"height\";i:364;s:4:\"file\";s:35:\"contractor_guide-e1409976219394.png\";}}'),(1038,218,'_wp_attached_file','2014/09/contractor_guide1.png'),(1039,218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:258;s:4:\"file\";s:29:\"2014/09/contractor_guide1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"contractor_guide1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:29:\"contractor_guide1-150x235.png\";s:5:\"width\";i:150;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:61412;}'),(1040,219,'_wp_attached_file','2014/09/designbuild_guide1.png'),(1041,219,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:262;s:4:\"file\";s:30:\"2014/09/designbuild_guide1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"designbuild_guide1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:30:\"designbuild_guide1-150x235.png\";s:5:\"width\";i:150;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:8:\"filesize\";i:66945;}'),(1044,22,'_SnS','a:1:{s:7:\"scripts\";a:1:{s:7:\"scripts\";s:97:\"jQuery( document ).ready(function() {\r\njQuery(\'div#rev_slider_1_1_wrapper\').css(\"left\",\"0\");\r\n});\";}}'),(1048,201,'_wi_template','fullwidth'),(1053,242,'_wp_page_template','default'),(1054,242,'slide_template','default'),(1055,242,'_wi_side-nav-headings','h2'),(1056,242,'_wi_side-nav-scroll-style','normal'),(1057,242,'_wi_titlebar-padding','20'),(1058,242,'_wi_hide-titlebar-area','1'),(1059,242,'_wi_titlebar-overlay-opacity','0'),(1060,242,'_wi_titlebar-background-clipmask','none'),(1061,242,'_wi_titlebar-background-clipmask-opacity','0'),(1062,242,'_wi_titlebar-background-image-parallax','0'),(1063,242,'_wi_zero-content-padding-top','0'),(1064,242,'_wi_show-bottom-popup','0'),(1065,242,'_wi_revslider','0'),(1066,242,'_wi_template','fullwidth'),(1087,142,'_wi_template','fullwidth'),(1088,251,'_wp_attached_file','2014/12/signature.png'),(1089,251,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:293;s:6:\"height\";i:67;s:4:\"file\";s:21:\"2014/12/signature.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"signature-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:10610;}'),(1091,253,'_wp_attached_file','2015/01/Book_opt.png'),(1092,253,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:325;s:4:\"file\";s:20:\"2015/01/Book_opt.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Book_opt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Book_opt-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:20:\"Book_opt-250x320.png\";s:5:\"width\";i:250;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:20:\"Book_opt-250x235.png\";s:5:\"width\";i:250;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:95710;}'),(1093,254,'_wp_attached_file','2015/01/GiftBox2_opt.png'),(1094,254,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:24:\"2015/01/GiftBox2_opt.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"GiftBox2_opt-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:62180;}'),(1095,255,'_wp_attached_file','2015/01/Newsletter_background_opt.png'),(1096,255,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:37:\"2015/01/Newsletter_background_opt.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Newsletter_background_opt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Newsletter_background_opt-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Newsletter_background_opt-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"Newsletter_background_opt-1100x1423.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1423;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:38:\"Newsletter_background_opt-1100x450.png\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"Newsletter_background_opt-820x1061.png\";s:5:\"width\";i:820;s:6:\"height\";i:1061;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:37:\"Newsletter_background_opt-820x420.png\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:37:\"Newsletter_background_opt-540x698.png\";s:5:\"width\";i:540;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:37:\"Newsletter_background_opt-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:37:\"Newsletter_background_opt-400x517.png\";s:5:\"width\";i:400;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:37:\"Newsletter_background_opt-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:807119;}'),(1097,256,'_wp_attached_file','2015/01/Snow-Flake_opt.png'),(1098,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:163;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2015/01/Snow-Flake_opt.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Snow-Flake_opt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Snow-Flake_opt-116x300.png\";s:5:\"width\";i:116;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:26:\"Snow-Flake_opt-163x320.png\";s:5:\"width\";i:163;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:26:\"Snow-Flake_opt-163x235.png\";s:5:\"width\";i:163;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:4817;}'),(1099,257,'_wp_attached_file','2015/01/The-Business-of-Archit_fmt.jpeg'),(1100,257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:290;s:6:\"height\";i:145;s:4:\"file\";s:39:\"2015/01/The-Business-of-Archit_fmt.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"The-Business-of-Archit_fmt-150x145.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:13463;}'),(1101,258,'_wp_attached_file','2015/01/trail-runner1_opt.jpeg'),(1102,258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:838;s:6:\"height\";i:383;s:4:\"file\";s:30:\"2015/01/trail-runner1_opt.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-300x137.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-820x374.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-820x383.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-540x246.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-400x182.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:30:\"trail-runner1_opt-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:86418;}'),(1103,259,'_wp_attached_file','2015/01/Zeke-Head_opt.png'),(1104,259,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:840;s:4:\"file\";s:25:\"2015/01/Zeke-Head_opt.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Zeke-Head_opt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Zeke-Head_opt-178x300.png\";s:5:\"width\";i:178;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:25:\"Zeke-Head_opt-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:25:\"Zeke-Head_opt-500x420.png\";s:5:\"width\";i:500;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:25:\"Zeke-Head_opt-500x320.png\";s:5:\"width\";i:500;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:25:\"Zeke-Head_opt-400x672.png\";s:5:\"width\";i:400;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:25:\"Zeke-Head_opt-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:435653;}'),(1123,266,'_wp_attached_file','2015/03/houzz-logo.jpg'),(1124,266,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2015/03/houzz-logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"houzz-logo-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:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}s:8:\"filesize\";i:4500;}'),(1125,266,'_wp_attachment_image_alt',''),(1131,268,'_wpas_done_all','1'),(1133,268,'slide_template',''),(1134,268,'_wi_gallery-effect','slide'),(1135,268,'_wi_gallery-navi','1'),(1136,268,'_wi_gallery-pager','0'),(1137,268,'_wi_gallery-thumbnail-pager','0'),(1138,268,'_wi_gallery-auto','1'),(1139,268,'_wi_gallery-smooth-height','0'),(1140,268,'_wi_gallery-natural-width','0'),(1141,268,'_wi_link-target','_self'),(1147,186,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1250;s:6:\"height\";i:768;s:4:\"file\";s:9:\"AMG_4.jpg\";}}'),(1150,183,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1250;s:6:\"height\";i:804;s:4:\"file\";s:9:\"AMG_1.jpg\";}}'),(1153,187,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1250;s:6:\"height\";i:723;s:4:\"file\";s:9:\"AMG_5.jpg\";}s:18:\"full-1430237890627\";a:3:{s:5:\"width\";i:778;s:6:\"height\";i:450;s:4:\"file\";s:24:\"AMG_5-e1430237840266.jpg\";}}'),(1156,100,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1840;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"AMG_stock_46798283_original.jpg\";}s:18:\"full-1430238261903\";a:3:{s:5:\"width\";i:690;s:6:\"height\";i:450;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430238038363.jpg\";}s:18:\"full-1430238312993\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:522;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430238279278.jpg\";}s:18:\"full-1430238434502\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430238312993.jpg\";}s:18:\"full-1430238504189\";a:3:{s:5:\"width\";i:1156;s:6:\"height\";i:754;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430238463909.jpg\";}s:18:\"full-1430238866213\";a:3:{s:5:\"width\";i:1156;s:6:\"height\";i:650;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430238504189.jpg\";}s:18:\"full-1430238964847\";a:3:{s:5:\"width\";i:900;s:6:\"height\";i:506;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430238866213.jpg\";}s:18:\"full-1430239317771\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430238964847.jpg\";}s:18:\"full-1430239941373\";a:3:{s:5:\"width\";i:1836;s:6:\"height\";i:1032;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430239908871.jpg\";}s:18:\"full-1430240058972\";a:3:{s:5:\"width\";i:1156;s:6:\"height\";i:650;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430239941373.jpg\";}s:18:\"full-1430240141823\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430240058972.jpg\";}s:18:\"full-1430240207836\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:394;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430240141823.jpg\";}s:18:\"full-1430240249656\";a:3:{s:5:\"width\";i:1840;s:6:\"height\";i:1035;s:4:\"file\";s:46:\"AMG_stock_46798283_original-e1430240239674.jpg\";}}'),(1159,101,'_wp_attachment_backup_sizes','a:29:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"AMG_stock_46798363_original.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46798363_original-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-orig\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46798363_original-1100x733.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"thumb-1100-crop-orig\";a:4:{s:4:\"file\";s:40:\"AMG_stock_46798363_original-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-820x546.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-820-crop-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-540-crop-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-400-crop-orig\";a:4:{s:4:\"file\";s:39:\"AMG_stock_46798363_original-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1430240571925\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:1012;s:4:\"file\";s:46:\"AMG_stock_46798363_original-e1430240555775.jpg\";}s:18:\"full-1430240658670\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:46:\"AMG_stock_46798363_original-e1430240571925.jpg\";}s:23:\"thumbnail-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1430240658670\";a:4:{s:4:\"file\";s:55:\"AMG_stock_46798363_original-e1430240555775-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"thumb-1100-1430240658670\";a:4:{s:4:\"file\";s:55:\"AMG_stock_46798363_original-e1430240555775-1100x618.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"thumb-1100-crop-1430240658670\";a:4:{s:4:\"file\";s:55:\"AMG_stock_46798363_original-e1430240555775-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"thumb-820-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-820x461.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"thumb-820-crop-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"thumb-540-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"thumb-540-crop-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"thumb-400-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"thumb-400-crop-1430240658670\";a:4:{s:4:\"file\";s:54:\"AMG_stock_46798363_original-e1430240555775-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1430240700928\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:1012;s:4:\"file\";s:46:\"AMG_stock_46798363_original-e1430240684317.jpg\";}s:18:\"full-1430240846596\";a:3:{s:5:\"width\";i:1156;s:6:\"height\";i:650;s:4:\"file\";s:46:\"AMG_stock_46798363_original-e1430240700928.jpg\";}s:18:\"full-1430240912812\";a:3:{s:5:\"width\";i:900;s:6:\"height\";i:506;s:4:\"file\";s:46:\"AMG_stock_46798363_original-e1430240846596.jpg\";}s:18:\"full-1430240967543\";a:3:{s:5:\"width\";i:850;s:6:\"height\";i:478;s:4:\"file\";s:46:\"AMG_stock_46798363_original-e1430240912812.jpg\";}}'),(1163,187,'_wp_attachment_image_alt','Exterior Residence Night'),(1167,48,'_wp_attachment_image_alt','beautiful modern house in cement, interior, open space'),(1168,22,'_yoast_wpseo_opengraph-title','AMG Architects - modern, sustainable and timeless design'),(1169,22,'_yoast_wpseo_opengraph-description','AMG Architects focuses on architecture that is both sustainable and timeless, specializing in modern, contemporary vacation homes in exotic locations.'),(1170,22,'_yoast_wpseo_opengraph-image','http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46806279_reduced.jpg'),(1171,22,'_yoast_wpseo_focuskw_text_input','sustainable architecture'),(1172,22,'_yoast_wpseo_focuskw','sustainable architecture'),(1173,22,'_yoast_wpseo_linkdex','69'),(1174,22,'_yoast_wpseo_metadesc','AMG Architects focuses on architecture that is both sustainable and timeless. We specialize in modern, contemporary vacation homes in exotic locations'),(1176,278,'_wp_attached_file','2016/02/1-residential-new-construction-condo1-SF.jpg'),(1177,278,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1350;s:6:\"height\";i:450;s:4:\"file\";s:52:\"2016/02/1-residential-new-construction-condo1-SF.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-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:52:\"1-residential-new-construction-condo1-SF-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"1-residential-new-construction-condo1-SF-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:53:\"1-residential-new-construction-condo1-SF-1100x367.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:53:\"1-residential-new-construction-condo1-SF-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-820x273.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-540x180.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-400x133.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:52:\"1-residential-new-construction-condo1-SF-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}s:8:\"filesize\";i:144624;}'),(1184,279,'_wp_page_template','default'),(1185,279,'slide_template','default'),(1186,279,'_wi_side-nav-headings','h2'),(1187,279,'_wi_side-nav-scroll-style','normal'),(1188,279,'_wi_titlebar-padding','20'),(1189,279,'_wi_hide-titlebar-area','1'),(1190,279,'_wi_titlebar-overlay-opacity','0'),(1191,279,'_wi_titlebar-background-clipmask','none'),(1192,279,'_wi_titlebar-background-clipmask-opacity','0'),(1193,279,'_wi_titlebar-background-image-parallax','0'),(1194,279,'_wi_zero-content-padding-top','0'),(1195,279,'_wi_show-bottom-popup','0'),(1196,279,'_wi_revslider','0'),(1199,283,'_wp_page_template','default'),(1200,283,'slide_template','default'),(1201,283,'_wi_side-nav-headings','h2'),(1202,283,'_wi_side-nav-scroll-style','normal'),(1203,283,'_wi_titlebar-padding','20'),(1204,283,'_wi_hide-titlebar-area','0'),(1205,283,'_wi_titlebar-overlay-opacity','0'),(1206,283,'_wi_titlebar-background-clipmask','none'),(1207,283,'_wi_titlebar-background-clipmask-opacity','0'),(1208,283,'_wi_titlebar-background-image-parallax','0'),(1209,283,'_wi_zero-content-padding-top','0'),(1210,283,'_wi_show-bottom-popup','0'),(1211,283,'_wi_revslider','0'),(1213,283,'_wi_template','fullwidth'),(1214,6,'_jetpack_dont_email_post_to_subs','1'),(1215,22,'_jetpack_dont_email_post_to_subs','1'),(1216,22,'_yoast_wpseo_content_score','30'),(1220,22,'amazonS3_cache','a:84:{s:72:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/couple2.jpg\";i:149;s:81:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/man-with-glasses.jpg\";i:151;s:92:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_19528661_original.jpg\";i:49;s:100:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_19528661_original-400x235.jpg\";i:49;s:92:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_21157583_original.jpg\";i:60;s:100:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_21157583_original-400x235.jpg\";i:60;s:92:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_26934873_original.jpg\";i:70;s:100:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_26934873_original-400x235.jpg\";i:70;s:92:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_46797131_original.jpg\";i:98;s:100:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_46797131_original-400x235.jpg\";i:98;s:87:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/placeholder-05-960x540.jpg\";i:120;s:95:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/placeholder-05-960x540-400x235.jpg\";i:120;s:87:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/placeholder-07-960x540.jpg\";i:121;s:95:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/placeholder-07-960x540-400x235.jpg\";i:121;s:87:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/placeholder-12-960x540.jpg\";i:122;s:95:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/placeholder-12-960x540-400x235.jpg\";i:122;s:71:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/06/selene.jpg\";i:138;s:92:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_29222595_original.jpg\";a:1:{s:9:\"timestamp\";i:1518648777;}s:100:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/AMG_stock_29222595_original-400x235.jpg\";a:1:{s:9:\"timestamp\";i:1518648777;}s:79:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/06/selene-150x150.jpg\";i:138;s:83:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/4/20180214150612/couple2.jpg\";i:149;s:92:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/4/20180214150612/man-with-glasses.jpg\";i:151;s:85:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/07/couple2.jpg\";i:149;s:85:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180214150612/couple2.jpg\";i:149;s:94:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/07/man-with-glasses.jpg\";i:151;s:94:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180214150612/man-with-glasses.jpg\";i:151;s:95:\"//amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46807513_original.jpg\";a:1:{s:9:\"timestamp\";i:1528438192;}s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180607230730/508-Rhett-St-Rendering1.jpg\";s:3:\"315\";s:101:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\";s:3:\"315\";s:102:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615090132/508-Rhett-St-Rendering-1.jpg\";s:3:\"410\";s:102:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\";s:3:\"410\";s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:94:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\";s:3:\"410\";s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:104:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125133/508-Rhett-St-Rendering-1-1.png\";s:3:\"615\";s:96:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-1.png\";s:3:\"615\";s:104:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\";s:3:\"617\";s:96:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-2.jpg\";s:3:\"617\";s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913105521/508-Rhett-St-Rendering-1-Copy-1.jpg\";s:3:\"662\";s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\";s:3:\"666\";s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110156/508_Rhett_St_Rendering_1_-_Copy_1_50.jpg\";s:3:\"663\";s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508_Rhett_St_Rendering_1_-_Copy_1_50.jpg\";s:3:\"663\";s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110540/508-Rhett-St-Rendering-1-Copy-2.jpg\";s:3:\"665\";s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-2.jpg\";s:3:\"665\";s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\";s:3:\"666\";s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:99:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\";i:651;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\";i:651;s:91:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\";i:651;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\";i:651;s:108:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:116:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:100:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:108:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:120:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:128:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:128:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:136:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:85:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building.jpg\";i:611;s:93:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\";i:611;s:93:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building.jpg\";i:611;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\";i:611;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini-.jpg\";i:613;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\";i:613;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini-.jpg\";i:613;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\";i:613;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering.jpg\";i:652;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\";i:652;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering.jpg\";i:652;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\";i:652;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538001659359.jpg\";i:651;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\";i:651;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538005482118.jpg\";i:651;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\";i:651;}'),(1221,278,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:88:\"wp-content/uploads/sites/371/20180214150539/1-residential-new-construction-condo1-SF.jpg\";s:6:\"region\";s:0:\"\";}'),(1222,278,'as3cf_filesize_total','2390016'),(1223,266,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:58:\"wp-content/uploads/sites/371/20180214150541/houzz-logo.jpg\";s:6:\"region\";s:0:\"\";}'),(1224,266,'as3cf_filesize_total','12278'),(1225,259,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:61:\"wp-content/uploads/sites/371/20180214150541/Zeke-Head_opt.png\";s:6:\"region\";s:0:\"\";}'),(1226,259,'as3cf_filesize_total','1169268'),(1227,258,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:66:\"wp-content/uploads/sites/371/20180214150542/trail-runner1_opt.jpeg\";s:6:\"region\";s:0:\"\";}'),(1228,258,'as3cf_filesize_total','447167'),(1229,257,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150542/The-Business-of-Archit_fmt.jpeg\";s:6:\"region\";s:0:\"\";}'),(1230,257,'as3cf_filesize_total','21572'),(1231,256,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:62:\"wp-content/uploads/sites/371/20180214150543/Snow-Flake_opt.png\";s:6:\"region\";s:0:\"\";}'),(1232,256,'as3cf_filesize_total','16638'),(1233,255,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:73:\"wp-content/uploads/sites/371/20180214150543/Newsletter_background_opt.png\";s:6:\"region\";s:0:\"\";}'),(1234,255,'as3cf_filesize_total','3007152'),(1235,254,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:60:\"wp-content/uploads/sites/371/20180214150544/GiftBox2_opt.png\";s:6:\"region\";s:0:\"\";}'),(1236,254,'as3cf_filesize_total','84424'),(1237,253,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:56:\"wp-content/uploads/sites/371/20180214150545/Book_opt.png\";s:6:\"region\";s:0:\"\";}'),(1238,253,'as3cf_filesize_total','328388'),(1239,251,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:57:\"wp-content/uploads/sites/371/20180214150545/signature.png\";s:6:\"region\";s:0:\"\";}'),(1240,251,'as3cf_filesize_total','15402'),(1241,219,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:66:\"wp-content/uploads/sites/371/20180214150545/designbuild_guide1.png\";s:6:\"region\";s:0:\"\";}'),(1242,219,'as3cf_filesize_total','184099'),(1243,218,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:65:\"wp-content/uploads/sites/371/20180214150545/contractor_guide1.png\";s:6:\"region\";s:0:\"\";}'),(1244,218,'as3cf_filesize_total','161793'),(1245,217,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:67:\"wp-content/uploads/sites/371/20180214150546/designproject_guide.png\";s:6:\"region\";s:0:\"\";}'),(1246,217,'as3cf_filesize_total','561597'),(1247,216,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:65:\"wp-content/uploads/sites/371/20180214150546/designbuild_guide.png\";s:6:\"region\";s:0:\"\";}'),(1248,216,'as3cf_filesize_total','449178'),(1249,215,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180214150547/contractor_guide-e1409976566133.png\";s:6:\"region\";s:0:\"\";}'),(1250,215,'as3cf_filesize_total','529140'),(1251,194,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:107:\"wp-content/uploads/sites/371/20180214150549/1_Lead-Generator-System_MODERN_HowToHireAnArchitect_V0.3opt.pdf\";s:6:\"region\";s:0:\"\";}'),(1252,194,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:449941;}'),(1253,194,'as3cf_filesize_total','449941'),(1254,192,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:111:\"wp-content/uploads/sites/371/20180214150550/1_Lead-Generator-System_MODERN_HowToHireAnArchitect_V0.3reduced.pdf\";s:6:\"region\";s:0:\"\";}'),(1255,192,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:441913;}'),(1256,192,'as3cf_filesize_total','441913'),(1257,187,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:68:\"wp-content/uploads/sites/371/20180214150550/AMG_5-e1430237898949.jpg\";s:6:\"region\";s:0:\"\";}'),(1258,187,'as3cf_filesize_total','1174067'),(1259,186,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:68:\"wp-content/uploads/sites/371/20180214150550/AMG_4-e1430237198236.jpg\";s:6:\"region\";s:0:\"\";}'),(1260,186,'as3cf_filesize_total','3839906'),(1261,185,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:53:\"wp-content/uploads/sites/371/20180214150552/AMG_3.jpg\";s:6:\"region\";s:0:\"\";}'),(1262,185,'as3cf_filesize_total','4211122'),(1263,184,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:53:\"wp-content/uploads/sites/371/20180214150554/AMG_2.jpg\";s:6:\"region\";s:0:\"\";}'),(1264,184,'as3cf_filesize_total','3522863'),(1265,183,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:68:\"wp-content/uploads/sites/371/20180214150555/AMG_1-e1430237347852.jpg\";s:6:\"region\";s:0:\"\";}'),(1266,183,'as3cf_filesize_total','3987656'),(1267,170,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180214150557/AMG_stock_46806279_reduced.jpg\";s:6:\"region\";s:0:\"\";}'),(1268,170,'as3cf_filesize_total','3528573'),(1269,169,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180214150558/AMG_stock_46795537_reduced.jpg\";s:6:\"region\";s:0:\"\";}'),(1270,169,'as3cf_filesize_total','3045048'),(1271,168,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180214150600/AMG_stock_26951021_reduced.jpg\";s:6:\"region\";s:0:\"\";}'),(1272,168,'as3cf_filesize_total','3904782'),(1273,167,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180214150602/AMG_stock_25446011_reduced.jpg\";s:6:\"region\";s:0:\"\";}'),(1274,167,'as3cf_filesize_total','3792778'),(1275,166,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180214150604/AMG_stock_25306725_reduced.jpg\";s:6:\"region\";s:0:\"\";}'),(1276,166,'as3cf_filesize_total','1839147'),(1277,160,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:59:\"wp-content/uploads/sites/371/20180214150607/social-img.jpeg\";s:6:\"region\";s:0:\"\";}'),(1278,160,'as3cf_filesize_total','4163278'),(1279,158,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:72:\"wp-content/uploads/sites/371/20180214150609/amg-logo-02-for-template.png\";s:6:\"region\";s:0:\"\";}'),(1280,158,'as3cf_filesize_total','3999'),(1281,157,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:66:\"wp-content/uploads/sites/371/20180214150609/amg-logo-01-retina.jpg\";s:6:\"region\";s:0:\"\";}'),(1282,157,'as3cf_filesize_total','3322'),(1283,156,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:82:\"wp-content/uploads/sites/371/20180214150609/amg-logo-02-white-background-small.png\";s:6:\"region\";s:0:\"\";}'),(1284,156,'as3cf_filesize_total','1523'),(1285,154,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:56:\"wp-content/uploads/sites/371/20180214150609/mobile3.jpeg\";s:6:\"region\";s:0:\"\";}'),(1286,154,'as3cf_filesize_total','2151718'),(1287,153,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:82:\"wp-content/uploads/sites/371/20180214150610/for-mobile-resized-e1404243521853.jpeg\";s:6:\"region\";s:0:\"\";}'),(1288,153,'as3cf_filesize_total','4069705'),(1289,151,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:64:\"wp-content/uploads/sites/371/20180214150612/man-with-glasses.jpg\";s:6:\"region\";s:0:\"\";}'),(1290,151,'as3cf_filesize_total','33974'),(1291,150,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:51:\"wp-content/uploads/sites/371/20180214150612/man.jpg\";s:6:\"region\";s:0:\"\";}'),(1292,150,'as3cf_filesize_total','49103'),(1293,149,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:55:\"wp-content/uploads/sites/371/20180214150612/couple2.jpg\";s:6:\"region\";s:0:\"\";}'),(1294,149,'as3cf_filesize_total','43870'),(1295,148,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:55:\"wp-content/uploads/sites/371/20180214150613/couple1.jpg\";s:6:\"region\";s:0:\"\";}'),(1296,148,'as3cf_filesize_total','8707'),(1297,147,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:60:\"wp-content/uploads/sites/371/20180214150613/for-mobile2.jpeg\";s:6:\"region\";s:0:\"\";}'),(1298,147,'as3cf_filesize_total','5071843'),(1299,144,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:60:\"wp-content/uploads/sites/371/20180214150614/for-mobile1.jpeg\";s:6:\"region\";s:0:\"\";}'),(1300,144,'as3cf_filesize_total','2782176'),(1301,143,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:59:\"wp-content/uploads/sites/371/20180214150615/for-mobile.jpeg\";s:6:\"region\";s:0:\"\";}'),(1302,143,'as3cf_filesize_total','2782176'),(1303,138,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:54:\"wp-content/uploads/sites/371/20180214150617/selene.jpg\";s:6:\"region\";s:0:\"\";}'),(1304,138,'as3cf_filesize_total','68905'),(1305,137,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:53:\"wp-content/uploads/sites/371/20180214150617/julia.jpg\";s:6:\"region\";s:0:\"\";}'),(1306,137,'as3cf_filesize_total','71854'),(1307,136,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:52:\"wp-content/uploads/sites/371/20180214150617/john.jpg\";s:6:\"region\";s:0:\"\";}'),(1308,136,'as3cf_filesize_total','101082'),(1309,125,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20180214150619/placeholder-02-960x540.jpg\";s:6:\"region\";s:0:\"\";}'),(1310,125,'as3cf_filesize_total','3095628'),(1311,124,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20180214150620/placeholder-04-960x540.jpg\";s:6:\"region\";s:0:\"\";}'),(1312,124,'as3cf_filesize_total','2576822'),(1313,123,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20180214150621/placeholder-10-960x540.jpg\";s:6:\"region\";s:0:\"\";}'),(1314,123,'as3cf_filesize_total','2860884'),(1315,122,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20180214150622/placeholder-12-960x540.jpg\";s:6:\"region\";s:0:\"\";}'),(1316,122,'as3cf_filesize_total','2246426'),(1317,121,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20180214150623/placeholder-07-960x540.jpg\";s:6:\"region\";s:0:\"\";}'),(1318,121,'as3cf_filesize_total','2462213'),(1319,120,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20180214150625/placeholder-05-960x540.jpg\";s:6:\"region\";s:0:\"\";}'),(1320,120,'as3cf_filesize_total','2278822'),(1321,109,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:72:\"wp-content/uploads/sites/371/20180214150626/modern-white-house-cliff.jpg\";s:6:\"region\";s:0:\"\";}'),(1322,109,'as3cf_filesize_total','3933473'),(1323,108,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:78:\"wp-content/uploads/sites/371/20180214150627/amg-modern-house-porte-cochere.jpg\";s:6:\"region\";s:0:\"\";}'),(1324,108,'as3cf_filesize_total','3940309'),(1325,107,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150629/AMG_stock_46807595_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1326,107,'as3cf_filesize_total','2081824'),(1327,106,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150631/AMG_stock_46807513_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1328,106,'as3cf_filesize_total','4131647'),(1329,105,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150633/AMG_stock_46806279_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1330,105,'as3cf_filesize_total','4491562'),(1331,104,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150637/AMG_stock_46805071_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1332,104,'as3cf_filesize_total','3780520'),(1333,103,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150639/AMG_stock_46803467_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1334,103,'as3cf_filesize_total','4841600'),(1335,102,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150641/AMG_stock_46803345_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1336,102,'as3cf_filesize_total','3159170'),(1337,101,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:90:\"wp-content/uploads/sites/371/20180214150644/AMG_stock_46798363_original-e1430240967543.jpg\";s:6:\"region\";s:0:\"\";}'),(1338,101,'as3cf_filesize_total','18936264'),(1339,100,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:90:\"wp-content/uploads/sites/371/20180214150652/AMG_stock_46798283_original-e1430240249656.jpg\";s:6:\"region\";s:0:\"\";}'),(1340,100,'as3cf_filesize_total','9313023'),(1341,99,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150654/AMG_stock_46797537_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1342,99,'as3cf_filesize_total','5045706'),(1343,98,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150656/AMG_stock_46797131_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1344,98,'as3cf_filesize_total','5729524'),(1345,97,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150701/AMG_stock_46795671_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1346,97,'as3cf_filesize_total','5473007'),(1347,96,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150703/AMG_stock_46795537_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1348,96,'as3cf_filesize_total','5501606'),(1349,95,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150704/AMG_stock_46704213_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1350,95,'as3cf_filesize_total','1831493'),(1351,94,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150705/AMG_stock_46703711_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1352,94,'as3cf_filesize_total','7998089'),(1353,93,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150707/AMG_stock_46701717_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1354,93,'as3cf_filesize_total','1771342'),(1355,92,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150708/AMG_stock_46699305_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1356,92,'as3cf_filesize_total','1788547'),(1357,91,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150709/AMG_stock_46697111_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1358,91,'as3cf_filesize_total','4691410'),(1359,90,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150711/AMG_stock_46473525_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1360,90,'as3cf_filesize_total','2765534'),(1361,89,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150712/AMG_stock_40852911_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1362,89,'as3cf_filesize_total','3697446'),(1363,88,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150713/AMG_stock_40410245_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1364,88,'as3cf_filesize_total','4481522'),(1365,87,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150717/AMG_stock_39677529_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1366,87,'as3cf_filesize_total','3322507'),(1367,86,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150719/AMG_stock_29248743_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1368,86,'as3cf_filesize_total','4673871'),(1369,85,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150720/AMG_stock_29231969_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1370,85,'as3cf_filesize_total','3249300'),(1371,84,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150722/AMG_stock_29228389_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1372,84,'as3cf_filesize_total','2383900'),(1373,83,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:90:\"wp-content/uploads/sites/371/20180214150723/AMG_stock_29222595_original-e1404235810990.jpg\";s:6:\"region\";s:0:\"\";}'),(1374,83,'as3cf_filesize_total','5653465'),(1375,82,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150725/AMG_stock_29222463_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1376,82,'as3cf_filesize_total','2349908'),(1377,81,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150726/AMG_stock_29214497_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1378,81,'as3cf_filesize_total','3738120'),(1379,80,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150727/AMG_stock_29214455_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1380,80,'as3cf_filesize_total','4067195'),(1381,79,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150729/AMG_stock_29213089_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1382,79,'as3cf_filesize_total','3444026'),(1383,78,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150732/AMG_stock_29213007_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1384,78,'as3cf_filesize_total','1697856'),(1385,77,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150736/AMG_stock_29212577_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1386,77,'as3cf_filesize_total','2785584'),(1387,76,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150738/AMG_stock_29212501_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1388,76,'as3cf_filesize_total','3409589'),(1389,75,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150739/AMG_stock_26951577_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1390,75,'as3cf_filesize_total','3670855'),(1391,74,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150741/AMG_stock_26951147_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1392,74,'as3cf_filesize_total','3587994'),(1393,73,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150743/AMG_stock_26951021_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1394,73,'as3cf_filesize_total','4614061'),(1395,72,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150744/AMG_stock_26950909_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1396,72,'as3cf_filesize_total','3654597'),(1397,71,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150746/AMG_stock_26935181_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1398,71,'as3cf_filesize_total','3631645'),(1399,70,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150747/AMG_stock_26934873_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1400,70,'as3cf_filesize_total','6582196'),(1401,69,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150749/AMG_stock_26278253_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1402,69,'as3cf_filesize_total','2431792'),(1403,68,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150753/AMG_stock_25446011_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1404,68,'as3cf_filesize_total','6067200'),(1405,67,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150756/AMG_stock_25430979_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1406,67,'as3cf_filesize_total','4682990'),(1407,66,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:90:\"wp-content/uploads/sites/371/20180214150757/AMG_stock_25430059_original-e1404238937870.jpg\";s:6:\"region\";s:0:\"\";}'),(1408,66,'as3cf_filesize_total','6921124'),(1409,65,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150759/AMG_stock_25306725_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1410,65,'as3cf_filesize_total','3320843'),(1411,64,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150801/AMG_stock_25305907_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1412,64,'as3cf_filesize_total','3499075'),(1413,63,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150802/AMG_stock_24053367_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1414,63,'as3cf_filesize_total','2292864'),(1415,62,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150804/AMG_stock_23613291_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1416,62,'as3cf_filesize_total','3962586'),(1417,61,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150806/AMG_stock_22927000_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1418,61,'as3cf_filesize_total','3975757'),(1419,60,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150807/AMG_stock_21157583_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1420,60,'as3cf_filesize_total','6827240'),(1421,59,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150812/AMG_stock_20356337_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1422,59,'as3cf_filesize_total','3421075'),(1423,58,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150814/AMG_stock_20355055_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1424,58,'as3cf_filesize_total','3449403'),(1425,57,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150815/AMG_stock_20355047_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1426,57,'as3cf_filesize_total','4540563'),(1427,56,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150816/AMG_stock_20351747_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1428,56,'as3cf_filesize_total','3934916'),(1429,55,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150818/AMG_stock_20350529_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1430,55,'as3cf_filesize_total','4258857'),(1431,54,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150819/AMG_stock_20350409_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1432,54,'as3cf_filesize_total','3126590'),(1433,53,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150820/AMG_stock_20349567_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1434,53,'as3cf_filesize_total','4928121'),(1435,52,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150821/AMG_stock_20349357_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1436,52,'as3cf_filesize_total','4332117'),(1437,51,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150823/AMG_stock_19842525_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1438,51,'as3cf_filesize_total','4278036'),(1439,50,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150825/AMG_stock_19842517_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1440,50,'as3cf_filesize_total','6281206'),(1441,49,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150827/AMG_stock_19528661_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1442,49,'as3cf_filesize_total','2795869'),(1443,48,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150831/AMG_stock_19525687_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1444,48,'as3cf_filesize_total','4365145'),(1445,47,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150832/AMG_stock_19524821_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1446,47,'as3cf_filesize_total','3328234'),(1447,46,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150834/AMG_stock_19524707_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1448,46,'as3cf_filesize_total','2148372'),(1449,45,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150835/AMG_stock_19524529_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1450,45,'as3cf_filesize_total','4564879'),(1451,44,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150838/AMG_stock_14587765_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1452,44,'as3cf_filesize_total','3746666'),(1453,43,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150839/AMG_stock_11612379_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1454,43,'as3cf_filesize_total','4322881'),(1455,42,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180214150841/AMG_stock_11493205_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1456,42,'as3cf_filesize_total','3545832'),(1457,41,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180214150843/AMG_stock_8910472_original.jpg\";s:6:\"region\";s:0:\"\";}'),(1458,41,'as3cf_filesize_total','7171362'),(1459,26,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:58:\"wp-content/uploads/sites/371/20180214150845/home3a-new.jpg\";s:6:\"region\";s:0:\"\";}'),(1460,26,'as3cf_filesize_total','965051'),(1461,25,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:57:\"wp-content/uploads/sites/371/20180214150847/home2-new.jpg\";s:6:\"region\";s:0:\"\";}'),(1462,25,'as3cf_filesize_total','1425529'),(1463,24,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:57:\"wp-content/uploads/sites/371/20180214150848/home1-new.jpg\";s:6:\"region\";s:0:\"\";}'),(1464,24,'as3cf_filesize_total','1329108'),(1465,7,'amazonS3_info','a:3:{s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:81:\"wp-content/uploads/sites/371/20180214150850/architects-marketing-logo-new-400.jpg\";s:6:\"region\";s:0:\"\";}'),(1466,7,'as3cf_filesize_total','30206'),(1467,8,'amazonS3_cache','a:27:{s:89:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/07/modern-white-house-cliff.jpg\";i:109;s:100:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/4/20180214150626/modern-white-house-cliff.jpg\";i:109;s:94:\"//landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\";a:1:{s:9:\"timestamp\";i:1528439562;}s:40:\"//amgtemplate3.activehosted.com/proc.php\";a:1:{s:9:\"timestamp\";i:1528452337;}s:72:\"//template.archwebsite.com/wp-content/uploads/sites/3/2014/06/selene.jpg\";a:1:{s:9:\"timestamp\";i:1528439562;}s:85:\"//template.archwebsite.com/wp-content/uploads/sites/3/2014/06/john-e1409934979200.jpg\";a:1:{s:9:\"timestamp\";i:1528439562;}s:102:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/07/modern-white-house-cliff.jpg\";i:109;s:102:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180214150626/modern-white-house-cliff.jpg\";i:109;s:108:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180607232820/Color-Sketch-1038-Montgue_0001.jpg\";i:327;s:108:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\";s:3:\"327\";s:105:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";i:381;s:105:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1529403345;}s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";s:3:\"423\";s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1538238695;}s:100:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\";i:327;s:97:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";i:381;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";s:3:\"501\";s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";s:3:\"501\";s:120:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608005830/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png\";s:3:\"351\";s:112:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png\";s:3:\"351\";s:128:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\";s:3:\"537\";s:120:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\";s:3:\"537\";s:111:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\";i:1017;s:119:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\";i:1017;}'),(1468,214,'amazonS3_cache','a:16:{s:84:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/09/designproject_guide.png\";i:217;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/4/20180214150546/designproject_guide.png\";i:217;s:82:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/09/contractor_guide1.png\";i:218;s:93:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/4/20180214150545/contractor_guide1.png\";i:218;s:83:\"//example.archwebsite.com/wp-content/uploads/sites/4/2014/09/designbuild_guide1.png\";i:219;s:94:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/4/20180214150545/designbuild_guide1.png\";i:219;s:97:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/designproject_guide.png\";i:217;s:97:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180214150546/designproject_guide.png\";i:217;s:95:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/contractor_guide1.png\";i:218;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180214150545/contractor_guide1.png\";i:218;s:96:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/designbuild_guide1.png\";i:219;s:96:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180214150545/designbuild_guide1.png\";i:219;s:89:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2014/09/designproject_guide.png\";i:217;s:88:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2014/09/designbuild_guide1.png\";i:219;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2014/09/contractor_guide1.png\";i:218;s:94:\"//landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\";a:1:{s:9:\"timestamp\";i:1535505610;}}'),(1469,8,'_yoast_wpseo_content_score','30'),(1470,10,'_yoast_wpseo_content_score','60'),(1493,22,'_edit_lock','1540501029:166'),(1497,315,'_wp_attached_file','2018/06/508-Rhett-St-Rendering1.jpg'),(1498,315,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:71:\"wp-content/uploads/sites/371/20180607230730/508-Rhett-St-Rendering1.jpg\";}'),(1499,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:469;s:4:\"file\";s:35:\"2018/06/508-Rhett-St-Rendering1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-820x427.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-540x281.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-400x208.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:35:\"508-Rhett-St-Rendering1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1500,22,'_edit_last','166'),(1501,211,'amazonS3_cache','a:2:{s:101:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\";i:315;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180607230730/508-Rhett-St-Rendering1.jpg\";i:315;}'),(1520,325,'_wp_attached_file','2018/06/Sherer-Logo-400-pixel-e1529079483529.jpg'),(1522,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:48:\"2018/06/Sherer-Logo-400-pixel-e1529079483529.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Sherer-Logo-400-pixel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Sherer-Logo-400-pixel-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:33:\"Sherer-Logo-400-pixel-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:33:\"Sherer-Logo-400-pixel-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:33:\"Sherer-Logo-400-pixel-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:\"1469549610\";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:{}}}'),(1523,8,'_edit_lock','1538238694:166'),(1524,327,'_wp_attached_file','2018/06/Color-Sketch-1038-Montgue_0001.jpg'),(1525,327,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:78:\"wp-content/uploads/sites/371/20180607232820/Color-Sketch-1038-Montgue_0001.jpg\";}'),(1526,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:937;s:4:\"file\";s:42:\"2018/06/Color-Sketch-1038-Montgue_0001.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Color-Sketch-1038-Montgue_0001-1024x800.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:43:\"Color-Sketch-1038-Montgue_0001-1100x859.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"Color-Sketch-1038-Montgue_0001-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-820x640.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-540x422.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-400x312.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:42:\"Color-Sketch-1038-Montgue_0001-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1528,8,'_edit_last','166'),(1532,198,'_edit_lock','1538502046:166'),(1534,198,'_edit_last','166'),(1535,198,'_yoast_wpseo_content_score','60'),(1537,14,'_edit_lock','1540501179:166'),(1538,14,'_edit_last','166'),(1539,14,'_yoast_wpseo_content_score','60'),(1541,12,'_edit_lock','1541007340:166'),(1542,12,'_edit_last','166'),(1543,12,'_yoast_wpseo_content_score','60'),(1544,338,'_edit_lock','1538502260:166'),(1545,338,'_edit_last','166'),(1548,338,'slide_template','default'),(1549,338,'_wi_gallery-effect','slide'),(1550,338,'_wi_gallery-navi','1'),(1551,338,'_wi_gallery-pager','0'),(1552,338,'_wi_gallery-thumbnail-pager','0'),(1553,338,'_wi_gallery-auto','1'),(1554,338,'_wi_gallery-smooth-height','0'),(1555,338,'_wi_gallery-natural-width','0'),(1556,338,'_wi_link-target','_self'),(1557,338,'_yoast_wpseo_content_score','30'),(1558,338,'_yoast_wpseo_primary_category','6'),(1559,338,'_wpas_done_all','1'),(1560,340,'_edit_lock','1538238569:166'),(1561,340,'_edit_last','166'),(1564,340,'slide_template',''),(1565,340,'_wi_gallery-effect','slide'),(1566,340,'_wi_gallery-navi','1'),(1567,340,'_wi_gallery-pager','0'),(1568,340,'_wi_gallery-thumbnail-pager','0'),(1569,340,'_wi_gallery-auto','1'),(1570,340,'_wi_gallery-smooth-height','0'),(1571,340,'_wi_gallery-natural-width','0'),(1572,340,'_wi_link-target','_self'),(1573,340,'_yoast_wpseo_content_score','30'),(1574,340,'_yoast_wpseo_primary_category','6'),(1575,340,'_wpas_done_all','1'),(1577,268,'_edit_last','12'),(1578,268,'_edit_lock','1528443015:12'),(1579,211,'_edit_last','12'),(1580,211,'_edit_lock','1528443025:12'),(1581,131,'_edit_last','12'),(1582,131,'_edit_lock','1528443035:12'),(1583,130,'_edit_last','12'),(1584,130,'_edit_lock','1528443044:12'),(1586,347,'_wp_attached_file','2018/06/WEB-SLIDER-ParksideCenter4-450-Height.png'),(1587,347,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:85:\"wp-content/uploads/sites/371/20180608005803/WEB-SLIDER-ParksideCenter4-450-Height.png\";}'),(1588,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:764;s:6:\"height\";i:450;s:4:\"file\";s:49:\"2018/06/WEB-SLIDER-ParksideCenter4-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-764x450.png\";s:5:\"width\";i:764;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-764x420.png\";s:5:\"width\";i:764;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-540x318.png\";s:5:\"width\";i:540;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-400x236.png\";s:5:\"width\";i:400;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:49:\"WEB-SLIDER-ParksideCenter4-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1589,348,'_wp_attached_file','2018/06/WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height.png'),(1590,348,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:93:\"wp-content/uploads/sites/371/20180608005809/WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height.png\";}'),(1591,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:450;s:4:\"file\";s:57:\"2018/06/WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-660x450.png\";s:5:\"width\";i:660;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-540x368.png\";s:5:\"width\";i:540;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-400x273.png\";s:5:\"width\";i:400;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:57:\"WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1592,349,'_wp_attached_file','2018/06/WEB-SLIDER-DSC_1052-450-Height.png'),(1593,349,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:78:\"wp-content/uploads/sites/371/20180608005816/WEB-SLIDER-DSC_1052-450-Height.png\";}'),(1594,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:450;s:4:\"file\";s:42:\"2018/06/WEB-SLIDER-DSC_1052-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-675x450.png\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-675x420.png\";s:5:\"width\";i:675;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-540x360.png\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSC_1052-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1595,350,'_wp_attached_file','2018/06/WEB-SLIDER-DSCN0343-450-Height.png'),(1596,350,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:78:\"wp-content/uploads/sites/371/20180608005824/WEB-SLIDER-DSCN0343-450-Height.png\";}'),(1597,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:857;s:6:\"height\";i:450;s:4:\"file\";s:42:\"2018/06/WEB-SLIDER-DSCN0343-450-Height.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-857x450.png\";s:5:\"width\";i:857;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-820x431.png\";s:5:\"width\";i:820;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-820x420.png\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-540x284.png\";s:5:\"width\";i:540;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-400x210.png\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:42:\"WEB-SLIDER-DSCN0343-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1598,351,'_wp_attached_file','2018/06/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png'),(1599,351,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:90:\"wp-content/uploads/sites/371/20180608005830/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png\";}'),(1600,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:450;s:4:\"file\";s:54:\"2018/06/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-768x341.png\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:55:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-1014x450.png\";s:5:\"width\";i:1014;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-820x364.png\";s:5:\"width\";i:820;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-820x420.png\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-540x240.png\";s:5:\"width\";i:540;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:54:\"WEB-SLIDER-LadyStreetLiveWorks1-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1601,352,'_wp_attached_file','2018/06/WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height.png'),(1602,352,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:98:\"wp-content/uploads/sites/371/20180608005837/WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height.png\";}'),(1603,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:62:\"2018/06/WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-900x450.png\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-820x410.png\";s:5:\"width\";i:820;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-820x420.png\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-540x270.png\";s:5:\"width\";i:540;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1604,134,'_edit_last','12'),(1605,134,'_edit_lock','1528445105:12'),(1606,113,'_edit_last','12'),(1607,113,'_edit_lock','1528445111:12'),(1608,39,'_edit_last','12'),(1609,39,'_edit_lock','1528445119:12'),(1610,127,'_edit_last','12'),(1611,127,'_edit_lock','1528445201:12'),(1612,126,'_edit_last','12'),(1613,126,'_edit_lock','1528445208:12'),(1614,119,'_edit_last','12'),(1615,119,'_edit_lock','1528445214:12'),(1616,118,'_edit_last','12'),(1617,118,'_edit_lock','1528445220:12'),(1618,117,'_edit_last','12'),(1619,117,'_edit_lock','1528445227:12'),(1620,116,'_edit_last','12'),(1621,116,'_edit_lock','1528445235:12'),(1622,353,'_edit_lock','1538869099:166'),(1623,353,'_edit_last','166'),(1624,354,'_wp_attached_file','2018/06/WEB-Carolina-townCenterTavern2-450-Height.png'),(1625,354,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:89:\"wp-content/uploads/sites/371/20180608012118/WEB-Carolina-townCenterTavern2-450-Height.png\";}'),(1626,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:686;s:6:\"height\";i:450;s:4:\"file\";s:53:\"2018/06/WEB-Carolina-townCenterTavern2-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-686x450.png\";s:5:\"width\";i:686;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-686x420.png\";s:5:\"width\";i:686;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-540x354.png\";s:5:\"width\";i:540;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-400x262.png\";s:5:\"width\";i:400;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Carolina-townCenterTavern2-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1627,355,'_wp_attached_file','2018/06/WEB-Lake-Carolina-Parkside-Center-450-Height.png'),(1628,355,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:92:\"wp-content/uploads/sites/371/20180608012124/WEB-Lake-Carolina-Parkside-Center-450-Height.png\";}'),(1629,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:56:\"2018/06/WEB-Lake-Carolina-Parkside-Center-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-600x420.png\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:56:\"WEB-Lake-Carolina-Parkside-Center-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1630,356,'_wp_attached_file','2018/06/WEB-Carolina-Lee-Station-Birds-int-450-Height.png'),(1631,356,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:93:\"wp-content/uploads/sites/371/20180608012129/WEB-Carolina-Lee-Station-Birds-int-450-Height.png\";}'),(1632,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:673;s:6:\"height\";i:450;s:4:\"file\";s:57:\"2018/06/WEB-Carolina-Lee-Station-Birds-int-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-673x450.png\";s:5:\"width\";i:673;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-673x420.png\";s:5:\"width\";i:673;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-540x361.png\";s:5:\"width\";i:540;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Carolina-Lee-Station-Birds-int-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1633,357,'_wp_attached_file','2018/06/WEB-Carolina-ParksideCenter3-FEATURE-400x235.png'),(1634,357,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:92:\"wp-content/uploads/sites/371/20180608012133/WEB-Carolina-ParksideCenter3-FEATURE-400x235.png\";}'),(1635,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:235;s:4:\"file\";s:56:\"2018/06/WEB-Carolina-ParksideCenter3-FEATURE-400x235.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"WEB-Carolina-ParksideCenter3-FEATURE-400x235-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"WEB-Carolina-ParksideCenter3-FEATURE-400x235-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:56:\"WEB-Carolina-ParksideCenter3-FEATURE-400x235-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1636,358,'_wp_attached_file','2018/06/WEB-Carolina-ParksideCenter4-450-Height.png'),(1637,358,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:87:\"wp-content/uploads/sites/371/20180608012138/WEB-Carolina-ParksideCenter4-450-Height.png\";}'),(1638,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:764;s:6:\"height\";i:450;s:4:\"file\";s:51:\"2018/06/WEB-Carolina-ParksideCenter4-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-764x450.png\";s:5:\"width\";i:764;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-764x420.png\";s:5:\"width\";i:764;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-540x318.png\";s:5:\"width\";i:540;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-400x236.png\";s:5:\"width\";i:400;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:51:\"WEB-Carolina-ParksideCenter4-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1639,359,'_wp_attached_file','2018/06/WEB-Carolina-townCenter2-450-Height.png'),(1640,359,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:83:\"wp-content/uploads/sites/371/20180608012143/WEB-Carolina-townCenter2-450-Height.png\";}'),(1641,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:450;s:4:\"file\";s:47:\"2018/06/WEB-Carolina-townCenter2-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-765x450.png\";s:5:\"width\";i:765;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-765x420.png\";s:5:\"width\";i:765;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-540x318.png\";s:5:\"width\";i:540;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:47:\"WEB-Carolina-townCenter2-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1642,360,'_wp_attached_file','2018/06/WEB-Carolina-Towncenter-Livework-Units-450-Height.png'),(1643,360,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:97:\"wp-content/uploads/sites/371/20180608012149/WEB-Carolina-Towncenter-Livework-Units-450-Height.png\";}'),(1644,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:450;s:4:\"file\";s:61:\"2018/06/WEB-Carolina-Towncenter-Livework-Units-450-Height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-541x450.png\";s:5:\"width\";i:541;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-541x420.png\";s:5:\"width\";i:541;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-540x449.png\";s:5:\"width\";i:540;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-400x333.png\";s:5:\"width\";i:400;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Carolina-Towncenter-Livework-Units-450-Height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1645,353,'_thumbnail_id','614'),(1646,353,'slide_template','default'),(1647,353,'_yoast_wpseo_primary_portfolio_category','4'),(1648,353,'_wi_client','Lake Carolina'),(1649,353,'_wi_url-target','_self'),(1650,353,'_wi_hide-portfolio-categories','0'),(1651,353,'_wi_layout','full'),(1652,353,'_wi_type','slideshow'),(1659,353,'_wi_slideshow-effect','slide'),(1660,353,'_wi_slideshow-auto','1'),(1661,353,'_wi_slideshow-navi','1'),(1662,353,'_wi_slideshow-pager','1'),(1663,353,'_wi_slideshow-thumbnail-pager','1'),(1664,353,'_wi_slideshow-smooth-height','1'),(1665,353,'_wi_slideshow-natural-width','1'),(1666,353,'_yoast_wpseo_content_score','30'),(1667,361,'_edit_lock','1538869233:166'),(1668,361,'_edit_last','166'),(1669,362,'_wp_attached_file','2018/06/WEB-Altman-Renovated-Rear-Elevation-450-height.png'),(1670,362,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:94:\"wp-content/uploads/sites/371/20180608013230/WEB-Altman-Renovated-Rear-Elevation-450-height.png\";}'),(1671,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:608;s:6:\"height\";i:450;s:4:\"file\";s:58:\"2018/06/WEB-Altman-Renovated-Rear-Elevation-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-608x450.png\";s:5:\"width\";i:608;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-608x420.png\";s:5:\"width\";i:608;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-540x400.png\";s:5:\"width\";i:540;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-400x296.png\";s:5:\"width\";i:400;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:58:\"WEB-Altman-Renovated-Rear-Elevation-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1672,363,'_wp_attached_file','2018/06/WEB-Altman-Workspace-450-height.png'),(1673,363,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180608013237/WEB-Altman-Workspace-450-height.png\";}'),(1674,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:450;s:4:\"file\";s:43:\"2018/06/WEB-Altman-Workspace-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-668x450.png\";s:5:\"width\";i:668;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-668x420.png\";s:5:\"width\";i:668;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-540x364.png\";s:5:\"width\";i:540;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"WEB-Altman-Workspace-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1675,364,'_wp_attached_file','2018/06/WEB-Altman-Conference-Room-450-height.png'),(1676,364,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:85:\"wp-content/uploads/sites/371/20180608013243/WEB-Altman-Conference-Room-450-height.png\";}'),(1677,364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:450;s:4:\"file\";s:49:\"2018/06/WEB-Altman-Conference-Room-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-670x450.png\";s:5:\"width\";i:670;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-670x420.png\";s:5:\"width\";i:670;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-540x363.png\";s:5:\"width\";i:540;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Altman-Conference-Room-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1678,365,'_wp_attached_file','2018/06/WEB-Altman-Existing-Rear-Elevation-450-height.png'),(1679,365,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:93:\"wp-content/uploads/sites/371/20180608013248/WEB-Altman-Existing-Rear-Elevation-450-height.png\";}'),(1680,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:57:\"2018/06/WEB-Altman-Existing-Rear-Elevation-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-600x420.png\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Existing-Rear-Elevation-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1681,366,'_wp_attached_file','2018/06/WEB-Altman-Existing-Second-Floor-450-height.png'),(1682,366,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:91:\"wp-content/uploads/sites/371/20180608013252/WEB-Altman-Existing-Second-Floor-450-height.png\";}'),(1683,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:55:\"2018/06/WEB-Altman-Existing-Second-Floor-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-600x420.png\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:55:\"WEB-Altman-Existing-Second-Floor-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1684,367,'_wp_attached_file','2018/06/WEB-Altman-Library-450-height.png'),(1685,367,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:77:\"wp-content/uploads/sites/371/20180608013300/WEB-Altman-Library-450-height.png\";}'),(1686,367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:669;s:6:\"height\";i:450;s:4:\"file\";s:41:\"2018/06/WEB-Altman-Library-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-669x450.png\";s:5:\"width\";i:669;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-669x420.png\";s:5:\"width\";i:669;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-540x363.png\";s:5:\"width\";i:540;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:41:\"WEB-Altman-Library-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1687,368,'_wp_attached_file','2018/06/WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235.png'),(1688,368,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:93:\"wp-content/uploads/sites/371/20180608013304/WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235.png\";}'),(1689,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:235;s:4:\"file\";s:57:\"2018/06/WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:57:\"WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1690,361,'_thumbnail_id','611'),(1691,361,'slide_template','default'),(1692,361,'_yoast_wpseo_primary_portfolio_category','4'),(1693,361,'_wi_client','Altman Building Charleston SC'),(1694,361,'_wi_url-target','_self'),(1695,361,'_wi_hide-portfolio-categories','0'),(1696,361,'_wi_layout','full'),(1697,361,'_wi_type','slideshow'),(1704,361,'_wi_slideshow-effect','slide'),(1705,361,'_wi_slideshow-auto','1'),(1706,361,'_wi_slideshow-navi','1'),(1707,361,'_wi_slideshow-pager','1'),(1708,361,'_wi_slideshow-thumbnail-pager','1'),(1709,361,'_wi_slideshow-smooth-height','1'),(1710,361,'_wi_slideshow-natural-width','1'),(1711,361,'_yoast_wpseo_content_score','30'),(1712,369,'_edit_lock','1538869242:166'),(1713,369,'_edit_last','166'),(1714,370,'_wp_attached_file','2018/06/Capgemini-South-View.jpg'),(1715,370,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:68:\"wp-content/uploads/sites/371/20180608014415/Capgemini-South-View.jpg\";}'),(1716,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:450;s:4:\"file\";s:32:\"2018/06/Capgemini-South-View.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Capgemini-South-View-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:33:\"Capgemini-South-View-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-820x335.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-540x221.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:32:\"Capgemini-South-View-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1509119263\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1717,371,'_wp_attached_file','2018/06/Capgemini-View-of-Ball-Field.jpg'),(1718,371,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:76:\"wp-content/uploads/sites/371/20180608014420/Capgemini-View-of-Ball-Field.jpg\";}'),(1719,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:450;s:4:\"file\";s:40:\"2018/06/Capgemini-View-of-Ball-Field.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Capgemini-View-of-Ball-Field-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:41:\"Capgemini-View-of-Ball-Field-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-820x335.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-540x221.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:40:\"Capgemini-View-of-Ball-Field-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510334385\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1720,372,'_wp_attached_file','2018/06/Capgemini-Workspace-and-Meeting-space.jpg'),(1721,372,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:85:\"wp-content/uploads/sites/371/20180608014424/Capgemini-Workspace-and-Meeting-space.jpg\";}'),(1722,372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1083;s:6:\"height\";i:450;s:4:\"file\";s:49:\"2018/06/Capgemini-Workspace-and-Meeting-space.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-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:49:\"Capgemini-Workspace-and-Meeting-space-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-768x319.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Capgemini-Workspace-and-Meeting-space-1024x425.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:50:\"Capgemini-Workspace-and-Meeting-space-1083x450.jpg\";s:5:\"width\";i:1083;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-820x341.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-540x224.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-400x166.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:49:\"Capgemini-Workspace-and-Meeting-space-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510335515\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1723,373,'_wp_attached_file','2018/06/W0A3635_Capgemini-interior_Reduced.jpg'),(1724,373,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:82:\"wp-content/uploads/sites/371/20180608014427/W0A3635_Capgemini-interior_Reduced.jpg\";}'),(1725,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:235;s:4:\"file\";s:46:\"2018/06/W0A3635_Capgemini-interior_Reduced.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"W0A3635_Capgemini-interior_Reduced-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:46:\"W0A3635_Capgemini-interior_Reduced-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:46:\"W0A3635_Capgemini-interior_Reduced-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510333353\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1726,374,'_wp_attached_file','2018/06/Capgemini-Break-out-area-2.jpg'),(1727,374,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180608014431/Capgemini-Break-out-area-2.jpg\";}'),(1728,374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:450;s:4:\"file\";s:38:\"2018/06/Capgemini-Break-out-area-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Capgemini-Break-out-area-2-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"Capgemini-Break-out-area-2-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-820x335.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-540x221.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"Capgemini-Break-out-area-2-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510326773\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1729,375,'_wp_attached_file','2018/06/Capgemini-Comfort-Zone-and-break-room.jpg'),(1730,375,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:85:\"wp-content/uploads/sites/371/20180608014435/Capgemini-Comfort-Zone-and-break-room.jpg\";}'),(1731,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:450;s:4:\"file\";s:49:\"2018/06/Capgemini-Comfort-Zone-and-break-room.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-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:49:\"Capgemini-Comfort-Zone-and-break-room-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Capgemini-Comfort-Zone-and-break-room-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:50:\"Capgemini-Comfort-Zone-and-break-room-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-820x335.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-540x221.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:49:\"Capgemini-Comfort-Zone-and-break-room-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510334250\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1732,376,'_wp_attached_file','2018/06/Capgemini-Meeting-Rooms.jpg'),(1733,376,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:71:\"wp-content/uploads/sites/371/20180608014438/Capgemini-Meeting-Rooms.jpg\";}'),(1734,376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:450;s:4:\"file\";s:35:\"2018/06/Capgemini-Meeting-Rooms.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Capgemini-Meeting-Rooms-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:36:\"Capgemini-Meeting-Rooms-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-820x335.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-540x221.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:35:\"Capgemini-Meeting-Rooms-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510335147\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1735,377,'_wp_attached_file','2018/06/Capgemini-Open-Office.jpg'),(1736,377,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:69:\"wp-content/uploads/sites/371/20180608014443/Capgemini-Open-Office.jpg\";}'),(1737,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:450;s:4:\"file\";s:33:\"2018/06/Capgemini-Open-Office.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Capgemini-Open-Office-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:34:\"Capgemini-Open-Office-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-820x335.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-540x221.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:33:\"Capgemini-Open-Office-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510327516\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1738,378,'_wp_attached_file','2018/06/Capgemini-Patio-view.jpg'),(1739,378,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:68:\"wp-content/uploads/sites/371/20180608014447/Capgemini-Patio-view.jpg\";}'),(1740,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:450;s:4:\"file\";s:32:\"2018/06/Capgemini-Patio-view.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Capgemini-Patio-view-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:33:\"Capgemini-Patio-view-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-820x335.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-540x221.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:32:\"Capgemini-Patio-view-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"Burton W. Fowles\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"Interior photos of the new Capgemini location in Columbia, SC\";s:17:\"created_timestamp\";s:10:\"1510333953\";s:9:\"copyright\";s:23:\"©2017 Burton W. Fowles\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:22:\"Capgemini - BullStreet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"Capgemini\";i:1;s:14:\"Wellman Realty\";i:2;s:22:\"BullStreet Development\";i:3;s:30:\"Buchanan Construction Services\";i:4;s:19:\"Wellman Photography\";i:5;s:28:\"Burton W. Fowles Photography\";i:6;s:33:\"Sherer & Associates architect\";}}}'),(1741,369,'_thumbnail_id','613'),(1742,369,'slide_template','default'),(1743,369,'_yoast_wpseo_primary_portfolio_category','4'),(1744,369,'_wi_client','First Base Building Interior Renovations'),(1745,369,'_wi_url-target','_self'),(1746,369,'_wi_hide-portfolio-categories','0'),(1747,369,'_wi_layout','full'),(1748,369,'_wi_type','slideshow'),(1757,369,'_wi_slideshow-effect','slide'),(1758,369,'_wi_slideshow-auto','1'),(1759,369,'_wi_slideshow-navi','1'),(1760,369,'_wi_slideshow-pager','1'),(1761,369,'_wi_slideshow-thumbnail-pager','1'),(1762,369,'_wi_slideshow-smooth-height','1'),(1763,369,'_wi_slideshow-natural-width','1'),(1764,369,'_yoast_wpseo_content_score','30'),(1765,191,'_edit_lock','1537904271:166'),(1766,380,'_wp_attached_file','2018/06/10-Things-to-Consider-commercial.pdf'),(1767,380,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:80:\"wp-content/uploads/sites/371/20180608022200/10-Things-to-Consider-commercial.pdf\";}'),(1768,380,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"10-Things-to-Consider-commercial-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"10-Things-to-Consider-commercial-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"10-Things-to-Consider-commercial-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:40:\"10-Things-to-Consider-commercial-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(1769,381,'_wp_attached_file','2018/06/10-Things-to-Consider-cover.jpg'),(1770,381,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:75:\"wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";}'),(1771,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:39:\"2018/06/10-Things-to-Consider-cover.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-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:39:\"10-Things-to-Consider-cover-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"10-Things-to-Consider-cover-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-816x450.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-816x420.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-540x699.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-400x518.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:39:\"10-Things-to-Consider-cover-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1774,191,'_edit_last','166'),(1775,191,'amazonS3_cache','a:12:{s:105:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:105:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:42:\"//archreach-demo.archfollowup.com/proc.php\";a:1:{s:9:\"timestamp\";i:1528450026;}s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1528915464;}s:97:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1536888713;}s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004207/10-things-cover-photo-new.png\";i:499;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new.png\";i:499;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:111:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\";i:1017;s:119:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\";i:1017;}'),(1776,191,'_yoast_wpseo_content_score','90'),(1778,199,'_edit_lock','1535581021:166'),(1779,199,'_edit_last','2'),(1780,199,'amazonS3_cache','a:8:{s:110:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022200/10-Things-to-Consider-commercial.pdf\";s:3:\"380\";s:110:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-commercial.pdf\";s:3:\"380\";s:105:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:105:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:141:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615092653/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf\";s:3:\"417\";s:141:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf\";s:3:\"417\";s:133:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf\";s:3:\"417\";s:97:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";}'),(1781,199,'_yoast_wpseo_content_score','60'),(1782,202,'_edit_lock','1541130516:166'),(1783,385,'_menu_item_type','custom'),(1784,385,'_menu_item_menu_item_parent','0'),(1785,385,'_menu_item_object_id','385'),(1786,385,'_menu_item_object','custom'),(1787,385,'_menu_item_target',''),(1788,385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1789,385,'_menu_item_xfn',''),(1790,385,'_menu_item_url','#'),(1792,386,'_edit_lock','1538869241:166'),(1793,386,'_edit_last','166'),(1794,387,'_wp_attached_file','2018/06/WEB-Lenior-Rhyne-Exterior-Patio-450-height.png'),(1795,387,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:90:\"wp-content/uploads/sites/371/20180608025709/WEB-Lenior-Rhyne-Exterior-Patio-450-height.png\";}'),(1796,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:662;s:6:\"height\";i:450;s:4:\"file\";s:54:\"2018/06/WEB-Lenior-Rhyne-Exterior-Patio-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-662x450.png\";s:5:\"width\";i:662;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-662x420.png\";s:5:\"width\";i:662;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-540x367.png\";s:5:\"width\";i:540;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-400x272.png\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:54:\"WEB-Lenior-Rhyne-Exterior-Patio-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1797,388,'_wp_attached_file','2018/06/WEB-Lenoir-Rhyne-Classroom-450-height.png'),(1798,388,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:85:\"wp-content/uploads/sites/371/20180608025718/WEB-Lenoir-Rhyne-Classroom-450-height.png\";}'),(1799,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:49:\"2018/06/WEB-Lenoir-Rhyne-Classroom-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-600x420.png\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:49:\"WEB-Lenoir-Rhyne-Classroom-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1800,389,'_wp_attached_file','2018/06/WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height.png'),(1801,389,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:97:\"wp-content/uploads/sites/371/20180608025723/WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height.png\";}'),(1802,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:735;s:6:\"height\";i:450;s:4:\"file\";s:61:\"2018/06/WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-735x450.png\";s:5:\"width\";i:735;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-735x420.png\";s:5:\"width\";i:735;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-540x331.png\";s:5:\"width\";i:540;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-400x245.png\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:61:\"WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1803,390,'_wp_attached_file','2018/06/WEB-Lenoir-Rhyne-Existing-Site-450-height.png'),(1804,390,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:89:\"wp-content/uploads/sites/371/20180608025726/WEB-Lenoir-Rhyne-Existing-Site-450-height.png\";}'),(1805,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:450;s:4:\"file\";s:53:\"2018/06/WEB-Lenoir-Rhyne-Existing-Site-450-height.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WEB-Lenoir-Rhyne-Existing-Site-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WEB-Lenoir-Rhyne-Existing-Site-450-height-291x300.png\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Lenoir-Rhyne-Existing-Site-450-height-436x450.png\";s:5:\"width\";i:436;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Lenoir-Rhyne-Existing-Site-450-height-436x420.png\";s:5:\"width\";i:436;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Lenoir-Rhyne-Existing-Site-450-height-436x320.png\";s:5:\"width\";i:436;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:53:\"WEB-Lenoir-Rhyne-Existing-Site-450-height-400x413.png\";s:5:\"width\";i:400;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:53:\"WEB-Lenoir-Rhyne-Existing-Site-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1806,391,'_wp_attached_file','2018/06/WEB-Lenoir-Rhyne-Exterior-450-height.png'),(1807,391,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:84:\"wp-content/uploads/sites/371/20180608025730/WEB-Lenoir-Rhyne-Exterior-450-height.png\";}'),(1808,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:450;s:4:\"file\";s:48:\"2018/06/WEB-Lenoir-Rhyne-Exterior-450-height.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"WEB-Lenoir-Rhyne-Exterior-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"WEB-Lenoir-Rhyne-Exterior-450-height-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:48:\"WEB-Lenoir-Rhyne-Exterior-450-height-452x450.png\";s:5:\"width\";i:452;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:48:\"WEB-Lenoir-Rhyne-Exterior-450-height-452x420.png\";s:5:\"width\";i:452;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:48:\"WEB-Lenoir-Rhyne-Exterior-450-height-452x320.png\";s:5:\"width\";i:452;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:48:\"WEB-Lenoir-Rhyne-Exterior-450-height-400x398.png\";s:5:\"width\";i:400;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:48:\"WEB-Lenoir-Rhyne-Exterior-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1809,392,'_wp_attached_file','2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png'),(1810,392,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:98:\"wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";}'),(1811,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:235;s:4:\"file\";s:62:\"2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:62:\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1812,393,'_wp_attached_file','2018/06/WEB-Lenoir-Rhyne-Glass-Wall-450-height.png'),(1813,393,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:86:\"wp-content/uploads/sites/371/20180608025739/WEB-Lenoir-Rhyne-Glass-Wall-450-height.png\";}'),(1814,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:50:\"2018/06/WEB-Lenoir-Rhyne-Glass-Wall-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-600x420.png\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:50:\"WEB-Lenoir-Rhyne-Glass-Wall-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1815,394,'_wp_attached_file','2018/06/WEB-Lenoir-Rhyne-Neighboring-Building-450-height.png'),(1816,394,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:96:\"wp-content/uploads/sites/371/20180608025743/WEB-Lenoir-Rhyne-Neighboring-Building-450-height.png\";}'),(1817,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:450;s:4:\"file\";s:60:\"2018/06/WEB-Lenoir-Rhyne-Neighboring-Building-450-height.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-678x450.png\";s:5:\"width\";i:678;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-678x420.png\";s:5:\"width\";i:678;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-540x358.png\";s:5:\"width\";i:540;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-400x265.png\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:60:\"WEB-Lenoir-Rhyne-Neighboring-Building-450-height-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1818,386,'_thumbnail_id','392'),(1819,386,'slide_template','default'),(1820,386,'_yoast_wpseo_primary_portfolio_category','4'),(1821,386,'_wi_client','Lenoir Rhyne University '),(1822,386,'_wi_url-target','_self'),(1823,386,'_wi_hide-portfolio-categories','0'),(1824,386,'_wi_type','slideshow'),(1832,386,'_wi_slideshow-effect','slide'),(1833,386,'_wi_slideshow-auto','1'),(1834,386,'_wi_slideshow-navi','1'),(1835,386,'_wi_slideshow-pager','1'),(1836,386,'_wi_slideshow-thumbnail-pager','1'),(1837,386,'_wi_slideshow-smooth-height','1'),(1838,386,'_wi_slideshow-natural-width','1'),(1839,386,'_yoast_wpseo_content_score','30'),(1843,338,'amazonS3_cache','a:15:{s:101:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\";i:315;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180607230730/508-Rhett-St-Rendering1.jpg\";i:315;s:102:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\";i:410;s:102:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615090132/508-Rhett-St-Rendering-1.jpg\";i:410;s:106:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:94:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\";i:410;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1538863688;}s:83:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\";i:661;s:91:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\";i:661;s:109:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-taps-and-flavors-e1538000688162.jpg\";i:653;s:117:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\";i:653;}'),(1847,201,'_edit_lock','1541041442:166'),(1848,201,'_edit_last','166'),(1849,201,'amazonS3_cache','a:4:{s:50:\"//fast.wistia.net/assets/external/iframe-api-v1.js\";a:1:{s:9:\"timestamp\";i:1537893137;}s:113:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\";i:1028;s:121:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006152405/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\";i:1028;s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1541013479;}}'),(1850,201,'_yoast_wpseo_content_score','90'),(1854,409,'_wp_attached_file','2018/06/WEB-SLIDER-replacement-DSC-1052.png'),(1855,409,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180615085207/WEB-SLIDER-replacement-DSC-1052.png\";}'),(1856,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:43:\"2018/06/WEB-SLIDER-replacement-DSC-1052.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-540x304.png\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1857,410,'_wp_attached_file','2018/06/508-Rhett-St-Rendering-1.jpg'),(1858,410,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:72:\"wp-content/uploads/sites/371/20180615090132/508-Rhett-St-Rendering-1.jpg\";}'),(1859,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:559;s:4:\"file\";s:36:\"2018/06/508-Rhett-St-Rendering-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-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:36:\"508-Rhett-St-Rendering-1-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-1-768x358.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"508-Rhett-St-Rendering-1-1024x477.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:37:\"508-Rhett-St-Rendering-1-1100x512.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:37:\"508-Rhett-St-Rendering-1-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-1-820x382.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-1-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-1-540x252.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-1-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-1-400x186.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:36:\"508-Rhett-St-Rendering-1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(1860,325,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:84:\"wp-content/uploads/sites/371/20180607232007/Sherer-Logo-400-pixel-e1529079483529.jpg\";}'),(1861,325,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:25:\"Sherer-Logo-400-pixel.jpg\";}}'),(1864,417,'_wp_attached_file','2018/06/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf'),(1865,417,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:111:\"wp-content/uploads/sites/371/20180615092653/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf\";}'),(1866,417,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"10-Things-to-Consider-When-Developing-a-Commercial-Project-2018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"10-Things-to-Consider-When-Developing-a-Commercial-Project-2018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"10-Things-to-Consider-When-Developing-a-Commercial-Project-2018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:71:\"10-Things-to-Consider-When-Developing-a-Commercial-Project-2018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(1877,423,'_wp_attached_file','2018/06/Dan-stairs-Closeup-300-pixel.jpg'),(1878,423,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:76:\"wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";}'),(1879,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:267;s:6:\"height\";i:267;s:4:\"file\";s:40:\"2018/06/Dan-stairs-Closeup-300-pixel.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Dan-stairs-Closeup-300-pixel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:40:\"Dan-stairs-Closeup-300-pixel-267x235.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459220838\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1882,369,'_wp_old_slug','capgemini'),(1883,386,'_wi_layout','full'),(1884,453,'tve_revision_tve_landing_page',''),(1885,453,'tve_revision_tve_disable_theme_dependency',''),(1886,453,'tve_revision_tve_content_before_more',''),(1887,453,'tve_revision_tve_content_more_found',''),(1888,453,'tve_revision_tve_save_post',''),(1889,453,'tve_revision_tve_custom_css',''),(1890,453,'tve_revision_tve_user_custom_css',''),(1891,453,'tve_revision_tve_page_events',''),(1892,453,'tve_revision_tve_globals',''),(1893,453,'tve_revision_tve_global_scripts',''),(1894,453,'tve_revision_thrive_icon_pack',''),(1895,453,'tve_revision_thrive_tcb_post_fonts',''),(1896,453,'tve_revision_tve_has_masonry',''),(1897,453,'tve_revision_tve_has_typefocus',''),(1898,453,'tve_revision_tve_updated_post',''),(1899,453,'tve_revision_tve_has_wistia_popover',''),(1900,454,'tve_revision_tve_landing_page',''),(1901,454,'tve_revision_tve_disable_theme_dependency',''),(1902,454,'tve_revision_tve_content_before_more',''),(1903,454,'tve_revision_tve_content_more_found',''),(1904,454,'tve_revision_tve_save_post',''),(1905,454,'tve_revision_tve_custom_css',''),(1906,454,'tve_revision_tve_user_custom_css',''),(1907,454,'tve_revision_tve_page_events',''),(1908,454,'tve_revision_tve_globals',''),(1909,454,'tve_revision_tve_global_scripts',''),(1910,454,'tve_revision_thrive_icon_pack',''),(1911,454,'tve_revision_thrive_tcb_post_fonts',''),(1912,454,'tve_revision_tve_has_masonry',''),(1913,454,'tve_revision_tve_has_typefocus',''),(1914,454,'tve_revision_tve_updated_post',''),(1915,454,'tve_revision_tve_has_wistia_popover',''),(1916,419,'tve_revision_tve_landing_page',''),(1917,419,'tve_revision_tve_disable_theme_dependency',''),(1918,419,'tve_revision_tve_content_before_more',''),(1919,419,'tve_revision_tve_content_more_found',''),(1920,419,'tve_revision_tve_save_post',''),(1921,419,'tve_revision_tve_custom_css',''),(1922,419,'tve_revision_tve_user_custom_css',''),(1923,419,'tve_revision_tve_page_events',''),(1924,419,'tve_revision_tve_globals',''),(1925,419,'tve_revision_tve_global_scripts',''),(1926,419,'tve_revision_thrive_icon_pack',''),(1927,419,'tve_revision_thrive_tcb_post_fonts',''),(1928,419,'tve_revision_tve_has_masonry',''),(1929,419,'tve_revision_tve_has_typefocus',''),(1930,419,'tve_revision_tve_updated_post',''),(1931,419,'tve_revision_tve_has_wistia_popover',''),(1932,455,'tve_revision_tve_landing_page',''),(1933,455,'tve_revision_tve_disable_theme_dependency',''),(1934,455,'tve_revision_tve_content_before_more',''),(1935,455,'tve_revision_tve_content_more_found',''),(1936,455,'tve_revision_tve_save_post',''),(1937,455,'tve_revision_tve_custom_css',''),(1938,455,'tve_revision_tve_user_custom_css',''),(1939,455,'tve_revision_tve_page_events',''),(1940,455,'tve_revision_tve_globals',''),(1941,455,'tve_revision_tve_global_scripts',''),(1942,455,'tve_revision_thrive_icon_pack',''),(1943,455,'tve_revision_thrive_tcb_post_fonts',''),(1944,455,'tve_revision_tve_has_masonry',''),(1945,455,'tve_revision_tve_has_typefocus',''),(1946,455,'tve_revision_tve_updated_post',''),(1947,455,'tve_revision_tve_has_wistia_popover',''),(1948,456,'tve_revision_tve_landing_page',''),(1949,456,'tve_revision_tve_disable_theme_dependency',''),(1950,456,'tve_revision_tve_content_before_more',''),(1951,456,'tve_revision_tve_content_more_found',''),(1952,456,'tve_revision_tve_save_post',''),(1953,456,'tve_revision_tve_custom_css',''),(1954,456,'tve_revision_tve_user_custom_css',''),(1955,456,'tve_revision_tve_page_events',''),(1956,456,'tve_revision_tve_globals',''),(1957,456,'tve_revision_tve_global_scripts',''),(1958,456,'tve_revision_thrive_icon_pack',''),(1959,456,'tve_revision_thrive_tcb_post_fonts',''),(1960,456,'tve_revision_tve_has_masonry',''),(1961,456,'tve_revision_tve_has_typefocus',''),(1962,456,'tve_revision_tve_updated_post',''),(1963,456,'tve_revision_tve_has_wistia_popover',''),(1964,457,'tve_revision_tve_landing_page',''),(1965,457,'tve_revision_tve_disable_theme_dependency',''),(1966,457,'tve_revision_tve_content_before_more',''),(1967,457,'tve_revision_tve_content_more_found',''),(1968,457,'tve_revision_tve_save_post',''),(1969,457,'tve_revision_tve_custom_css',''),(1970,457,'tve_revision_tve_user_custom_css',''),(1971,457,'tve_revision_tve_page_events',''),(1972,457,'tve_revision_tve_globals',''),(1973,457,'tve_revision_tve_global_scripts',''),(1974,457,'tve_revision_thrive_icon_pack',''),(1975,457,'tve_revision_thrive_tcb_post_fonts',''),(1976,457,'tve_revision_tve_has_masonry',''),(1977,457,'tve_revision_tve_has_typefocus',''),(1978,457,'tve_revision_tve_updated_post',''),(1979,457,'tve_revision_tve_has_wistia_popover',''),(1980,458,'tve_revision_tve_landing_page',''),(1981,458,'tve_revision_tve_disable_theme_dependency',''),(1982,458,'tve_revision_tve_content_before_more',''),(1983,458,'tve_revision_tve_content_more_found',''),(1984,458,'tve_revision_tve_save_post',''),(1985,458,'tve_revision_tve_custom_css',''),(1986,458,'tve_revision_tve_user_custom_css',''),(1987,458,'tve_revision_tve_page_events',''),(1988,458,'tve_revision_tve_globals',''),(1989,458,'tve_revision_tve_global_scripts',''),(1990,458,'tve_revision_thrive_icon_pack',''),(1991,458,'tve_revision_thrive_tcb_post_fonts',''),(1992,458,'tve_revision_tve_has_masonry',''),(1993,458,'tve_revision_tve_has_typefocus',''),(1994,458,'tve_revision_tve_updated_post',''),(1995,458,'tve_revision_tve_has_wistia_popover',''),(1996,399,'tve_revision_tve_landing_page',''),(1997,399,'tve_revision_tve_disable_theme_dependency',''),(1998,399,'tve_revision_tve_content_before_more',''),(1999,399,'tve_revision_tve_content_more_found',''),(2000,399,'tve_revision_tve_save_post',''),(2001,399,'tve_revision_tve_custom_css',''),(2002,399,'tve_revision_tve_user_custom_css',''),(2003,399,'tve_revision_tve_page_events',''),(2004,399,'tve_revision_tve_globals',''),(2005,399,'tve_revision_tve_global_scripts',''),(2006,399,'tve_revision_thrive_icon_pack',''),(2007,399,'tve_revision_thrive_tcb_post_fonts',''),(2008,399,'tve_revision_tve_has_masonry',''),(2009,399,'tve_revision_tve_has_typefocus',''),(2010,399,'tve_revision_tve_updated_post',''),(2011,399,'tve_revision_tve_has_wistia_popover',''),(2012,459,'tve_revision_tve_landing_page',''),(2013,459,'tve_revision_tve_disable_theme_dependency',''),(2014,459,'tve_revision_tve_content_before_more',''),(2015,459,'tve_revision_tve_content_more_found',''),(2016,459,'tve_revision_tve_save_post',''),(2017,459,'tve_revision_tve_custom_css',''),(2018,459,'tve_revision_tve_user_custom_css',''),(2019,459,'tve_revision_tve_page_events',''),(2020,459,'tve_revision_tve_globals',''),(2021,459,'tve_revision_tve_global_scripts',''),(2022,459,'tve_revision_thrive_icon_pack',''),(2023,459,'tve_revision_thrive_tcb_post_fonts',''),(2024,459,'tve_revision_tve_has_masonry',''),(2025,459,'tve_revision_tve_has_typefocus',''),(2026,459,'tve_revision_tve_updated_post',''),(2027,459,'tve_revision_tve_has_wistia_popover',''),(2028,399,'tve_revision_tve_landing_page',''),(2029,399,'tve_revision_tve_disable_theme_dependency',''),(2030,399,'tve_revision_tve_content_before_more',''),(2031,399,'tve_revision_tve_content_more_found',''),(2032,399,'tve_revision_tve_save_post',''),(2033,399,'tve_revision_tve_custom_css',''),(2034,399,'tve_revision_tve_user_custom_css',''),(2035,399,'tve_revision_tve_page_events',''),(2036,399,'tve_revision_tve_globals',''),(2037,399,'tve_revision_tve_global_scripts',''),(2038,399,'tve_revision_thrive_icon_pack',''),(2039,399,'tve_revision_thrive_tcb_post_fonts',''),(2040,399,'tve_revision_tve_has_masonry',''),(2041,399,'tve_revision_tve_has_typefocus',''),(2042,399,'tve_revision_tve_updated_post',''),(2043,399,'tve_revision_tve_has_wistia_popover',''),(2044,460,'tve_revision_tve_landing_page',''),(2045,460,'tve_revision_tve_disable_theme_dependency',''),(2046,460,'tve_revision_tve_content_before_more',''),(2047,460,'tve_revision_tve_content_more_found',''),(2048,460,'tve_revision_tve_save_post',''),(2049,460,'tve_revision_tve_custom_css',''),(2050,460,'tve_revision_tve_user_custom_css',''),(2051,460,'tve_revision_tve_page_events',''),(2052,460,'tve_revision_tve_globals',''),(2053,460,'tve_revision_tve_global_scripts',''),(2054,460,'tve_revision_thrive_icon_pack',''),(2055,460,'tve_revision_thrive_tcb_post_fonts',''),(2056,460,'tve_revision_tve_has_masonry',''),(2057,460,'tve_revision_tve_has_typefocus',''),(2058,460,'tve_revision_tve_updated_post',''),(2059,460,'tve_revision_tve_has_wistia_popover',''),(2061,461,'tve_revision_tve_landing_page',''),(2062,461,'tve_revision_tve_disable_theme_dependency',''),(2063,461,'tve_revision_tve_content_before_more',''),(2064,461,'tve_revision_tve_content_more_found',''),(2065,461,'tve_revision_tve_save_post',''),(2066,461,'tve_revision_tve_custom_css',''),(2067,461,'tve_revision_tve_user_custom_css',''),(2068,461,'tve_revision_tve_page_events',''),(2069,461,'tve_revision_tve_globals',''),(2070,461,'tve_revision_tve_global_scripts',''),(2071,461,'tve_revision_thrive_icon_pack',''),(2072,461,'tve_revision_thrive_tcb_post_fonts',''),(2073,461,'tve_revision_tve_has_masonry',''),(2074,461,'tve_revision_tve_has_typefocus',''),(2075,461,'tve_revision_tve_updated_post',''),(2076,461,'tve_revision_tve_has_wistia_popover',''),(2077,303,'tve_revision_tve_landing_page',''),(2078,303,'tve_revision_tve_disable_theme_dependency',''),(2079,303,'tve_revision_tve_content_before_more',''),(2080,303,'tve_revision_tve_content_more_found',''),(2081,303,'tve_revision_tve_save_post',''),(2082,303,'tve_revision_tve_custom_css',''),(2083,303,'tve_revision_tve_user_custom_css',''),(2084,303,'tve_revision_tve_page_events',''),(2085,303,'tve_revision_tve_globals',''),(2086,303,'tve_revision_tve_global_scripts',''),(2087,303,'tve_revision_thrive_icon_pack',''),(2088,303,'tve_revision_thrive_tcb_post_fonts',''),(2089,303,'tve_revision_tve_has_masonry',''),(2090,303,'tve_revision_tve_has_typefocus',''),(2091,303,'tve_revision_tve_updated_post',''),(2092,303,'tve_revision_tve_has_wistia_popover',''),(2093,303,'tve_revision_tve_landing_page',''),(2094,303,'tve_revision_tve_disable_theme_dependency',''),(2095,303,'tve_revision_tve_content_before_more',''),(2096,303,'tve_revision_tve_content_more_found',''),(2097,303,'tve_revision_tve_save_post',''),(2098,303,'tve_revision_tve_custom_css',''),(2099,303,'tve_revision_tve_user_custom_css',''),(2100,303,'tve_revision_tve_page_events',''),(2101,303,'tve_revision_tve_globals',''),(2102,303,'tve_revision_tve_global_scripts',''),(2103,303,'tve_revision_thrive_icon_pack',''),(2104,303,'tve_revision_thrive_tcb_post_fonts',''),(2105,303,'tve_revision_tve_has_masonry',''),(2106,303,'tve_revision_tve_has_typefocus',''),(2107,303,'tve_revision_tve_updated_post',''),(2108,303,'tve_revision_tve_has_wistia_popover',''),(2109,462,'tve_revision_tve_landing_page',''),(2110,462,'tve_revision_tve_disable_theme_dependency',''),(2111,462,'tve_revision_tve_content_before_more',''),(2112,462,'tve_revision_tve_content_more_found',''),(2113,462,'tve_revision_tve_save_post',''),(2114,462,'tve_revision_tve_custom_css',''),(2115,462,'tve_revision_tve_user_custom_css',''),(2116,462,'tve_revision_tve_page_events',''),(2117,462,'tve_revision_tve_globals',''),(2118,462,'tve_revision_tve_global_scripts',''),(2119,462,'tve_revision_thrive_icon_pack',''),(2120,462,'tve_revision_thrive_tcb_post_fonts',''),(2121,462,'tve_revision_tve_has_masonry',''),(2122,462,'tve_revision_tve_has_typefocus',''),(2123,462,'tve_revision_tve_updated_post',''),(2124,462,'tve_revision_tve_has_wistia_popover',''),(2125,119,'amazonS3_cache','a:22:{s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:94:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\";i:410;s:102:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615090132/508-Rhett-St-Rendering-1.jpg\";i:410;s:96:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-2.jpg\";i:617;s:104:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\";i:617;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508_Rhett_St_Rendering_1_-_Copy_1_50.jpg\";i:663;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110156/508_Rhett_St_Rendering_1_-_Copy_1_50.jpg\";i:663;s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\";i:666;s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\";i:666;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:91:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\";i:651;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\";i:651;s:99:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\";i:651;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\";i:651;s:100:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:108:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:108:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:116:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;}'),(2126,303,'tve_revision_tve_landing_page',''),(2127,303,'tve_revision_tve_disable_theme_dependency',''),(2128,303,'tve_revision_tve_content_before_more',''),(2129,303,'tve_revision_tve_content_more_found',''),(2130,303,'tve_revision_tve_save_post',''),(2131,303,'tve_revision_tve_custom_css',''),(2132,303,'tve_revision_tve_user_custom_css',''),(2133,303,'tve_revision_tve_page_events',''),(2134,303,'tve_revision_tve_globals',''),(2135,303,'tve_revision_tve_global_scripts',''),(2136,303,'tve_revision_thrive_icon_pack',''),(2137,303,'tve_revision_thrive_tcb_post_fonts',''),(2138,303,'tve_revision_tve_has_masonry',''),(2139,303,'tve_revision_tve_has_typefocus',''),(2140,303,'tve_revision_tve_updated_post',''),(2141,303,'tve_revision_tve_has_wistia_popover',''),(2142,303,'tve_revision_tve_landing_page',''),(2143,303,'tve_revision_tve_disable_theme_dependency',''),(2144,303,'tve_revision_tve_content_before_more',''),(2145,303,'tve_revision_tve_content_more_found',''),(2146,303,'tve_revision_tve_save_post',''),(2147,303,'tve_revision_tve_custom_css',''),(2148,303,'tve_revision_tve_user_custom_css',''),(2149,303,'tve_revision_tve_page_events',''),(2150,303,'tve_revision_tve_globals',''),(2151,303,'tve_revision_tve_global_scripts',''),(2152,303,'tve_revision_thrive_icon_pack',''),(2153,303,'tve_revision_thrive_tcb_post_fonts',''),(2154,303,'tve_revision_tve_has_masonry',''),(2155,303,'tve_revision_tve_has_typefocus',''),(2156,303,'tve_revision_tve_updated_post',''),(2157,303,'tve_revision_tve_has_wistia_popover',''),(2158,303,'tve_revision_tve_landing_page',''),(2159,303,'tve_revision_tve_disable_theme_dependency',''),(2160,303,'tve_revision_tve_content_before_more',''),(2161,303,'tve_revision_tve_content_more_found',''),(2162,303,'tve_revision_tve_save_post',''),(2163,303,'tve_revision_tve_custom_css',''),(2164,303,'tve_revision_tve_user_custom_css',''),(2165,303,'tve_revision_tve_page_events',''),(2166,303,'tve_revision_tve_globals',''),(2167,303,'tve_revision_tve_global_scripts',''),(2168,303,'tve_revision_thrive_icon_pack',''),(2169,303,'tve_revision_thrive_tcb_post_fonts',''),(2170,303,'tve_revision_tve_has_masonry',''),(2171,303,'tve_revision_tve_has_typefocus',''),(2172,303,'tve_revision_tve_updated_post',''),(2173,303,'tve_revision_tve_has_wistia_popover',''),(2174,463,'tve_revision_tve_landing_page',''),(2175,463,'tve_revision_tve_disable_theme_dependency',''),(2176,463,'tve_revision_tve_content_before_more',''),(2177,463,'tve_revision_tve_content_more_found',''),(2178,463,'tve_revision_tve_save_post',''),(2179,463,'tve_revision_tve_custom_css',''),(2180,463,'tve_revision_tve_user_custom_css',''),(2181,463,'tve_revision_tve_page_events',''),(2182,463,'tve_revision_tve_globals',''),(2183,463,'tve_revision_tve_global_scripts',''),(2184,463,'tve_revision_thrive_icon_pack',''),(2185,463,'tve_revision_thrive_tcb_post_fonts',''),(2186,463,'tve_revision_tve_has_masonry',''),(2187,463,'tve_revision_tve_has_typefocus',''),(2188,463,'tve_revision_tve_updated_post',''),(2189,463,'tve_revision_tve_has_wistia_popover',''),(2190,464,'tve_revision_tve_landing_page',''),(2191,464,'tve_revision_tve_disable_theme_dependency',''),(2192,464,'tve_revision_tve_content_before_more',''),(2193,464,'tve_revision_tve_content_more_found',''),(2194,464,'tve_revision_tve_save_post',''),(2195,464,'tve_revision_tve_custom_css',''),(2196,464,'tve_revision_tve_user_custom_css',''),(2197,464,'tve_revision_tve_page_events',''),(2198,464,'tve_revision_tve_globals',''),(2199,464,'tve_revision_tve_global_scripts',''),(2200,464,'tve_revision_thrive_icon_pack',''),(2201,464,'tve_revision_thrive_tcb_post_fonts',''),(2202,464,'tve_revision_tve_has_masonry',''),(2203,464,'tve_revision_tve_has_typefocus',''),(2204,464,'tve_revision_tve_updated_post',''),(2205,464,'tve_revision_tve_has_wistia_popover',''),(2206,303,'tve_revision_tve_landing_page',''),(2207,303,'tve_revision_tve_disable_theme_dependency',''),(2208,303,'tve_revision_tve_content_before_more',''),(2209,303,'tve_revision_tve_content_more_found',''),(2210,303,'tve_revision_tve_save_post',''),(2211,303,'tve_revision_tve_custom_css',''),(2212,303,'tve_revision_tve_user_custom_css',''),(2213,303,'tve_revision_tve_page_events',''),(2214,303,'tve_revision_tve_globals',''),(2215,303,'tve_revision_tve_global_scripts',''),(2216,303,'tve_revision_thrive_icon_pack',''),(2217,303,'tve_revision_thrive_tcb_post_fonts',''),(2218,303,'tve_revision_tve_has_masonry',''),(2219,303,'tve_revision_tve_has_typefocus',''),(2220,303,'tve_revision_tve_updated_post',''),(2221,303,'tve_revision_tve_has_wistia_popover',''),(2222,465,'tve_revision_tve_landing_page',''),(2223,465,'tve_revision_tve_disable_theme_dependency',''),(2224,465,'tve_revision_tve_content_before_more',''),(2225,465,'tve_revision_tve_content_more_found',''),(2226,465,'tve_revision_tve_save_post',''),(2227,465,'tve_revision_tve_custom_css',''),(2228,465,'tve_revision_tve_user_custom_css',''),(2229,465,'tve_revision_tve_page_events',''),(2230,465,'tve_revision_tve_globals',''),(2231,465,'tve_revision_tve_global_scripts',''),(2232,465,'tve_revision_thrive_icon_pack',''),(2233,465,'tve_revision_thrive_tcb_post_fonts',''),(2234,465,'tve_revision_tve_has_masonry',''),(2235,465,'tve_revision_tve_has_typefocus',''),(2236,465,'tve_revision_tve_updated_post',''),(2237,465,'tve_revision_tve_has_wistia_popover',''),(2238,466,'tve_revision_tve_landing_page',''),(2239,466,'tve_revision_tve_disable_theme_dependency',''),(2240,466,'tve_revision_tve_content_before_more',''),(2241,466,'tve_revision_tve_content_more_found',''),(2242,466,'tve_revision_tve_save_post',''),(2243,466,'tve_revision_tve_custom_css',''),(2244,466,'tve_revision_tve_user_custom_css',''),(2245,466,'tve_revision_tve_page_events',''),(2246,466,'tve_revision_tve_globals',''),(2247,466,'tve_revision_tve_global_scripts',''),(2248,466,'tve_revision_thrive_icon_pack',''),(2249,466,'tve_revision_thrive_tcb_post_fonts',''),(2250,466,'tve_revision_tve_has_masonry',''),(2251,466,'tve_revision_tve_has_typefocus',''),(2252,466,'tve_revision_tve_updated_post',''),(2253,466,'tve_revision_tve_has_wistia_popover',''),(2254,303,'tve_revision_tve_landing_page',''),(2255,303,'tve_revision_tve_disable_theme_dependency',''),(2256,303,'tve_revision_tve_content_before_more',''),(2257,303,'tve_revision_tve_content_more_found',''),(2258,303,'tve_revision_tve_save_post',''),(2259,303,'tve_revision_tve_custom_css',''),(2260,303,'tve_revision_tve_user_custom_css',''),(2261,303,'tve_revision_tve_page_events',''),(2262,303,'tve_revision_tve_globals',''),(2263,303,'tve_revision_tve_global_scripts',''),(2264,303,'tve_revision_thrive_icon_pack',''),(2265,303,'tve_revision_thrive_tcb_post_fonts',''),(2266,303,'tve_revision_tve_has_masonry',''),(2267,303,'tve_revision_tve_has_typefocus',''),(2268,303,'tve_revision_tve_updated_post',''),(2269,303,'tve_revision_tve_has_wistia_popover',''),(2270,467,'tve_revision_tve_landing_page',''),(2271,467,'tve_revision_tve_disable_theme_dependency',''),(2272,467,'tve_revision_tve_content_before_more',''),(2273,467,'tve_revision_tve_content_more_found',''),(2274,467,'tve_revision_tve_save_post',''),(2275,467,'tve_revision_tve_custom_css',''),(2276,467,'tve_revision_tve_user_custom_css',''),(2277,467,'tve_revision_tve_page_events',''),(2278,467,'tve_revision_tve_globals',''),(2279,467,'tve_revision_tve_global_scripts',''),(2280,467,'tve_revision_thrive_icon_pack',''),(2281,467,'tve_revision_thrive_tcb_post_fonts',''),(2282,467,'tve_revision_tve_has_masonry',''),(2283,467,'tve_revision_tve_has_typefocus',''),(2284,467,'tve_revision_tve_updated_post',''),(2285,467,'tve_revision_tve_has_wistia_popover',''),(2286,303,'tve_revision_tve_landing_page',''),(2287,303,'tve_revision_tve_disable_theme_dependency',''),(2288,303,'tve_revision_tve_content_before_more',''),(2289,303,'tve_revision_tve_content_more_found',''),(2290,303,'tve_revision_tve_save_post',''),(2291,303,'tve_revision_tve_custom_css',''),(2292,303,'tve_revision_tve_user_custom_css',''),(2293,303,'tve_revision_tve_page_events',''),(2294,303,'tve_revision_tve_globals',''),(2295,303,'tve_revision_tve_global_scripts',''),(2296,303,'tve_revision_thrive_icon_pack',''),(2297,303,'tve_revision_thrive_tcb_post_fonts',''),(2298,303,'tve_revision_tve_has_masonry',''),(2299,303,'tve_revision_tve_has_typefocus',''),(2300,303,'tve_revision_tve_updated_post',''),(2301,303,'tve_revision_tve_has_wistia_popover',''),(2302,468,'tve_revision_tve_landing_page',''),(2303,468,'tve_revision_tve_disable_theme_dependency',''),(2304,468,'tve_revision_tve_content_before_more',''),(2305,468,'tve_revision_tve_content_more_found',''),(2306,468,'tve_revision_tve_save_post',''),(2307,468,'tve_revision_tve_custom_css',''),(2308,468,'tve_revision_tve_user_custom_css',''),(2309,468,'tve_revision_tve_page_events',''),(2310,468,'tve_revision_tve_globals',''),(2311,468,'tve_revision_tve_global_scripts',''),(2312,468,'tve_revision_thrive_icon_pack',''),(2313,468,'tve_revision_thrive_tcb_post_fonts',''),(2314,468,'tve_revision_tve_has_masonry',''),(2315,468,'tve_revision_tve_has_typefocus',''),(2316,468,'tve_revision_tve_updated_post',''),(2317,468,'tve_revision_tve_has_wistia_popover',''),(2318,469,'tve_revision_tve_landing_page',''),(2319,469,'tve_revision_tve_disable_theme_dependency',''),(2320,469,'tve_revision_tve_content_before_more',''),(2321,469,'tve_revision_tve_content_more_found',''),(2322,469,'tve_revision_tve_save_post',''),(2323,469,'tve_revision_tve_custom_css',''),(2324,469,'tve_revision_tve_user_custom_css',''),(2325,469,'tve_revision_tve_page_events',''),(2326,469,'tve_revision_tve_globals',''),(2327,469,'tve_revision_tve_global_scripts',''),(2328,469,'tve_revision_thrive_icon_pack',''),(2329,469,'tve_revision_thrive_tcb_post_fonts',''),(2330,469,'tve_revision_tve_has_masonry',''),(2331,469,'tve_revision_tve_has_typefocus',''),(2332,469,'tve_revision_tve_updated_post',''),(2333,469,'tve_revision_tve_has_wistia_popover',''),(2334,303,'tve_revision_tve_landing_page',''),(2335,303,'tve_revision_tve_disable_theme_dependency',''),(2336,303,'tve_revision_tve_content_before_more',''),(2337,303,'tve_revision_tve_content_more_found',''),(2338,303,'tve_revision_tve_save_post',''),(2339,303,'tve_revision_tve_custom_css',''),(2340,303,'tve_revision_tve_user_custom_css',''),(2341,303,'tve_revision_tve_page_events',''),(2342,303,'tve_revision_tve_globals',''),(2343,303,'tve_revision_tve_global_scripts',''),(2344,303,'tve_revision_thrive_icon_pack',''),(2345,303,'tve_revision_thrive_tcb_post_fonts',''),(2346,303,'tve_revision_tve_has_masonry',''),(2347,303,'tve_revision_tve_has_typefocus',''),(2348,303,'tve_revision_tve_updated_post',''),(2349,303,'tve_revision_tve_has_wistia_popover',''),(2350,470,'tve_revision_tve_landing_page',''),(2351,470,'tve_revision_tve_disable_theme_dependency',''),(2352,470,'tve_revision_tve_content_before_more',''),(2353,470,'tve_revision_tve_content_more_found',''),(2354,470,'tve_revision_tve_save_post',''),(2355,470,'tve_revision_tve_custom_css',''),(2356,470,'tve_revision_tve_user_custom_css',''),(2357,470,'tve_revision_tve_page_events',''),(2358,470,'tve_revision_tve_globals',''),(2359,470,'tve_revision_tve_global_scripts',''),(2360,470,'tve_revision_thrive_icon_pack',''),(2361,470,'tve_revision_thrive_tcb_post_fonts',''),(2362,470,'tve_revision_tve_has_masonry',''),(2363,470,'tve_revision_tve_has_typefocus',''),(2364,470,'tve_revision_tve_updated_post',''),(2365,470,'tve_revision_tve_has_wistia_popover',''),(2366,303,'tve_revision_tve_landing_page',''),(2367,303,'tve_revision_tve_disable_theme_dependency',''),(2368,303,'tve_revision_tve_content_before_more',''),(2369,303,'tve_revision_tve_content_more_found',''),(2370,303,'tve_revision_tve_save_post',''),(2371,303,'tve_revision_tve_custom_css',''),(2372,303,'tve_revision_tve_user_custom_css',''),(2373,303,'tve_revision_tve_page_events',''),(2374,303,'tve_revision_tve_globals',''),(2375,303,'tve_revision_tve_global_scripts',''),(2376,303,'tve_revision_thrive_icon_pack',''),(2377,303,'tve_revision_thrive_tcb_post_fonts',''),(2378,303,'tve_revision_tve_has_masonry',''),(2379,303,'tve_revision_tve_has_typefocus',''),(2380,303,'tve_revision_tve_updated_post',''),(2381,303,'tve_revision_tve_has_wistia_popover',''),(2382,471,'tve_revision_tve_landing_page',''),(2383,471,'tve_revision_tve_disable_theme_dependency',''),(2384,471,'tve_revision_tve_content_before_more',''),(2385,471,'tve_revision_tve_content_more_found',''),(2386,471,'tve_revision_tve_save_post',''),(2387,471,'tve_revision_tve_custom_css',''),(2388,471,'tve_revision_tve_user_custom_css',''),(2389,471,'tve_revision_tve_page_events',''),(2390,471,'tve_revision_tve_globals',''),(2391,471,'tve_revision_tve_global_scripts',''),(2392,471,'tve_revision_thrive_icon_pack',''),(2393,471,'tve_revision_thrive_tcb_post_fonts',''),(2394,471,'tve_revision_tve_has_masonry',''),(2395,471,'tve_revision_tve_has_typefocus',''),(2396,471,'tve_revision_tve_updated_post',''),(2397,471,'tve_revision_tve_has_wistia_popover',''),(2398,472,'tve_revision_tve_landing_page',''),(2399,472,'tve_revision_tve_disable_theme_dependency',''),(2400,472,'tve_revision_tve_content_before_more',''),(2401,472,'tve_revision_tve_content_more_found',''),(2402,472,'tve_revision_tve_save_post',''),(2403,472,'tve_revision_tve_custom_css',''),(2404,472,'tve_revision_tve_user_custom_css',''),(2405,472,'tve_revision_tve_page_events',''),(2406,472,'tve_revision_tve_globals',''),(2407,472,'tve_revision_tve_global_scripts',''),(2408,472,'tve_revision_thrive_icon_pack',''),(2409,472,'tve_revision_thrive_tcb_post_fonts',''),(2410,472,'tve_revision_tve_has_masonry',''),(2411,472,'tve_revision_tve_has_typefocus',''),(2412,472,'tve_revision_tve_updated_post',''),(2413,472,'tve_revision_tve_has_wistia_popover',''),(2414,303,'tve_revision_tve_landing_page',''),(2415,303,'tve_revision_tve_disable_theme_dependency',''),(2416,303,'tve_revision_tve_content_before_more',''),(2417,303,'tve_revision_tve_content_more_found',''),(2418,303,'tve_revision_tve_save_post',''),(2419,303,'tve_revision_tve_custom_css',''),(2420,303,'tve_revision_tve_user_custom_css',''),(2421,303,'tve_revision_tve_page_events',''),(2422,303,'tve_revision_tve_globals',''),(2423,303,'tve_revision_tve_global_scripts',''),(2424,303,'tve_revision_thrive_icon_pack',''),(2425,303,'tve_revision_thrive_tcb_post_fonts',''),(2426,303,'tve_revision_tve_has_masonry',''),(2427,303,'tve_revision_tve_has_typefocus',''),(2428,303,'tve_revision_tve_updated_post',''),(2429,303,'tve_revision_tve_has_wistia_popover',''),(2430,473,'tve_revision_tve_landing_page',''),(2431,473,'tve_revision_tve_disable_theme_dependency',''),(2432,473,'tve_revision_tve_content_before_more',''),(2433,473,'tve_revision_tve_content_more_found',''),(2434,473,'tve_revision_tve_save_post',''),(2435,473,'tve_revision_tve_custom_css',''),(2436,473,'tve_revision_tve_user_custom_css',''),(2437,473,'tve_revision_tve_page_events',''),(2438,473,'tve_revision_tve_globals',''),(2439,473,'tve_revision_tve_global_scripts',''),(2440,473,'tve_revision_thrive_icon_pack',''),(2441,473,'tve_revision_thrive_tcb_post_fonts',''),(2442,473,'tve_revision_tve_has_masonry',''),(2443,473,'tve_revision_tve_has_typefocus',''),(2444,473,'tve_revision_tve_updated_post',''),(2445,473,'tve_revision_tve_has_wistia_popover',''),(2446,474,'tve_revision_tve_landing_page',''),(2447,474,'tve_revision_tve_disable_theme_dependency',''),(2448,474,'tve_revision_tve_content_before_more',''),(2449,474,'tve_revision_tve_content_more_found',''),(2450,474,'tve_revision_tve_save_post',''),(2451,474,'tve_revision_tve_custom_css',''),(2452,474,'tve_revision_tve_user_custom_css',''),(2453,474,'tve_revision_tve_page_events',''),(2454,474,'tve_revision_tve_globals',''),(2455,474,'tve_revision_tve_global_scripts',''),(2456,474,'tve_revision_thrive_icon_pack',''),(2457,474,'tve_revision_thrive_tcb_post_fonts',''),(2458,474,'tve_revision_tve_has_masonry',''),(2459,474,'tve_revision_tve_has_typefocus',''),(2460,474,'tve_revision_tve_updated_post',''),(2461,474,'tve_revision_tve_has_wistia_popover',''),(2462,303,'tve_revision_tve_landing_page',''),(2463,303,'tve_revision_tve_disable_theme_dependency',''),(2464,303,'tve_revision_tve_content_before_more',''),(2465,303,'tve_revision_tve_content_more_found',''),(2466,303,'tve_revision_tve_save_post',''),(2467,303,'tve_revision_tve_custom_css',''),(2468,303,'tve_revision_tve_user_custom_css',''),(2469,303,'tve_revision_tve_page_events',''),(2470,303,'tve_revision_tve_globals',''),(2471,303,'tve_revision_tve_global_scripts',''),(2472,303,'tve_revision_thrive_icon_pack',''),(2473,303,'tve_revision_thrive_tcb_post_fonts',''),(2474,303,'tve_revision_tve_has_masonry',''),(2475,303,'tve_revision_tve_has_typefocus',''),(2476,303,'tve_revision_tve_updated_post',''),(2477,303,'tve_revision_tve_has_wistia_popover',''),(2478,475,'tve_revision_tve_landing_page',''),(2479,475,'tve_revision_tve_disable_theme_dependency',''),(2480,475,'tve_revision_tve_content_before_more',''),(2481,475,'tve_revision_tve_content_more_found',''),(2482,475,'tve_revision_tve_save_post',''),(2483,475,'tve_revision_tve_custom_css',''),(2484,475,'tve_revision_tve_user_custom_css',''),(2485,475,'tve_revision_tve_page_events',''),(2486,475,'tve_revision_tve_globals',''),(2487,475,'tve_revision_tve_global_scripts',''),(2488,475,'tve_revision_thrive_icon_pack',''),(2489,475,'tve_revision_thrive_tcb_post_fonts',''),(2490,475,'tve_revision_tve_has_masonry',''),(2491,475,'tve_revision_tve_has_typefocus',''),(2492,475,'tve_revision_tve_updated_post',''),(2493,475,'tve_revision_tve_has_wistia_popover',''),(2495,340,'_wi_blog-meta','no'),(2497,340,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:41:\".meta {\r\n display: none !important;\r\n}\";}}'),(2498,338,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:41:\".meta {\r\n display: none !important;\r\n}\";}}'),(2500,419,'tve_revision_tve_landing_page',''),(2501,419,'tve_revision_tve_disable_theme_dependency',''),(2502,419,'tve_revision_tve_content_before_more',''),(2503,419,'tve_revision_tve_content_more_found',''),(2504,419,'tve_revision_tve_save_post',''),(2505,419,'tve_revision_tve_custom_css',''),(2506,419,'tve_revision_tve_user_custom_css',''),(2507,419,'tve_revision_tve_page_events',''),(2508,419,'tve_revision_tve_globals',''),(2509,419,'tve_revision_tve_global_scripts',''),(2510,419,'tve_revision_thrive_icon_pack',''),(2511,419,'tve_revision_thrive_tcb_post_fonts',''),(2512,419,'tve_revision_tve_has_masonry',''),(2513,419,'tve_revision_tve_has_typefocus',''),(2514,419,'tve_revision_tve_updated_post',''),(2515,419,'tve_revision_tve_has_wistia_popover',''),(2516,419,'tve_revision_tve_landing_page',''),(2517,419,'tve_revision_tve_disable_theme_dependency',''),(2518,419,'tve_revision_tve_content_before_more',''),(2519,419,'tve_revision_tve_content_more_found',''),(2520,419,'tve_revision_tve_save_post',''),(2521,419,'tve_revision_tve_custom_css',''),(2522,419,'tve_revision_tve_user_custom_css',''),(2523,419,'tve_revision_tve_page_events',''),(2524,419,'tve_revision_tve_globals',''),(2525,419,'tve_revision_tve_global_scripts',''),(2526,419,'tve_revision_thrive_icon_pack',''),(2527,419,'tve_revision_thrive_tcb_post_fonts',''),(2528,419,'tve_revision_tve_has_masonry',''),(2529,419,'tve_revision_tve_has_typefocus',''),(2530,419,'tve_revision_tve_updated_post',''),(2531,419,'tve_revision_tve_has_wistia_popover',''),(2532,419,'tve_revision_tve_landing_page',''),(2533,419,'tve_revision_tve_disable_theme_dependency',''),(2534,419,'tve_revision_tve_content_before_more',''),(2535,419,'tve_revision_tve_content_more_found',''),(2536,419,'tve_revision_tve_save_post',''),(2537,419,'tve_revision_tve_custom_css',''),(2538,419,'tve_revision_tve_user_custom_css',''),(2539,419,'tve_revision_tve_page_events',''),(2540,419,'tve_revision_tve_globals',''),(2541,419,'tve_revision_tve_global_scripts',''),(2542,419,'tve_revision_thrive_icon_pack',''),(2543,419,'tve_revision_thrive_tcb_post_fonts',''),(2544,419,'tve_revision_tve_has_masonry',''),(2545,419,'tve_revision_tve_has_typefocus',''),(2546,419,'tve_revision_tve_updated_post',''),(2547,419,'tve_revision_tve_has_wistia_popover',''),(2548,419,'tve_revision_tve_landing_page',''),(2549,419,'tve_revision_tve_disable_theme_dependency',''),(2550,419,'tve_revision_tve_content_before_more',''),(2551,419,'tve_revision_tve_content_more_found',''),(2552,419,'tve_revision_tve_save_post',''),(2553,419,'tve_revision_tve_custom_css',''),(2554,419,'tve_revision_tve_user_custom_css',''),(2555,419,'tve_revision_tve_page_events',''),(2556,419,'tve_revision_tve_globals',''),(2557,419,'tve_revision_tve_global_scripts',''),(2558,419,'tve_revision_thrive_icon_pack',''),(2559,419,'tve_revision_thrive_tcb_post_fonts',''),(2560,419,'tve_revision_tve_has_masonry',''),(2561,419,'tve_revision_tve_has_typefocus',''),(2562,419,'tve_revision_tve_updated_post',''),(2563,419,'tve_revision_tve_has_wistia_popover',''),(2564,476,'tve_revision_tve_landing_page',''),(2565,476,'tve_revision_tve_disable_theme_dependency',''),(2566,476,'tve_revision_tve_content_before_more',''),(2567,476,'tve_revision_tve_content_more_found',''),(2568,476,'tve_revision_tve_save_post',''),(2569,476,'tve_revision_tve_custom_css',''),(2570,476,'tve_revision_tve_user_custom_css',''),(2571,476,'tve_revision_tve_page_events',''),(2572,476,'tve_revision_tve_globals',''),(2573,476,'tve_revision_tve_global_scripts',''),(2574,476,'tve_revision_thrive_icon_pack',''),(2575,476,'tve_revision_thrive_tcb_post_fonts',''),(2576,476,'tve_revision_tve_has_masonry',''),(2577,476,'tve_revision_tve_has_typefocus',''),(2578,476,'tve_revision_tve_updated_post',''),(2579,476,'tve_revision_tve_has_wistia_popover',''),(2580,477,'tve_revision_tve_landing_page',''),(2581,477,'tve_revision_tve_disable_theme_dependency',''),(2582,477,'tve_revision_tve_content_before_more',''),(2583,477,'tve_revision_tve_content_more_found',''),(2584,477,'tve_revision_tve_save_post',''),(2585,477,'tve_revision_tve_custom_css',''),(2586,477,'tve_revision_tve_user_custom_css',''),(2587,477,'tve_revision_tve_page_events',''),(2588,477,'tve_revision_tve_globals',''),(2589,477,'tve_revision_tve_global_scripts',''),(2590,477,'tve_revision_thrive_icon_pack',''),(2591,477,'tve_revision_thrive_tcb_post_fonts',''),(2592,477,'tve_revision_tve_has_masonry',''),(2593,477,'tve_revision_tve_has_typefocus',''),(2594,477,'tve_revision_tve_updated_post',''),(2595,477,'tve_revision_tve_has_wistia_popover',''),(2596,478,'tve_revision_tve_landing_page',''),(2597,478,'tve_revision_tve_disable_theme_dependency',''),(2598,478,'tve_revision_tve_content_before_more',''),(2599,478,'tve_revision_tve_content_more_found',''),(2600,478,'tve_revision_tve_save_post',''),(2601,478,'tve_revision_tve_custom_css',''),(2602,478,'tve_revision_tve_user_custom_css',''),(2603,478,'tve_revision_tve_page_events',''),(2604,478,'tve_revision_tve_globals',''),(2605,478,'tve_revision_tve_global_scripts',''),(2606,478,'tve_revision_thrive_icon_pack',''),(2607,478,'tve_revision_thrive_tcb_post_fonts',''),(2608,478,'tve_revision_tve_has_masonry',''),(2609,478,'tve_revision_tve_has_typefocus',''),(2610,478,'tve_revision_tve_updated_post',''),(2611,478,'tve_revision_tve_has_wistia_popover',''),(2612,419,'tve_revision_tve_landing_page',''),(2613,419,'tve_revision_tve_disable_theme_dependency',''),(2614,419,'tve_revision_tve_content_before_more',''),(2615,419,'tve_revision_tve_content_more_found',''),(2616,419,'tve_revision_tve_save_post',''),(2617,419,'tve_revision_tve_custom_css',''),(2618,419,'tve_revision_tve_user_custom_css',''),(2619,419,'tve_revision_tve_page_events',''),(2620,419,'tve_revision_tve_globals',''),(2621,419,'tve_revision_tve_global_scripts',''),(2622,419,'tve_revision_thrive_icon_pack',''),(2623,419,'tve_revision_thrive_tcb_post_fonts',''),(2624,419,'tve_revision_tve_has_masonry',''),(2625,419,'tve_revision_tve_has_typefocus',''),(2626,419,'tve_revision_tve_updated_post',''),(2627,419,'tve_revision_tve_has_wistia_popover',''),(2628,479,'tve_revision_tve_landing_page',''),(2629,479,'tve_revision_tve_disable_theme_dependency',''),(2630,479,'tve_revision_tve_content_before_more',''),(2631,479,'tve_revision_tve_content_more_found',''),(2632,479,'tve_revision_tve_save_post',''),(2633,479,'tve_revision_tve_custom_css',''),(2634,479,'tve_revision_tve_user_custom_css',''),(2635,479,'tve_revision_tve_page_events',''),(2636,479,'tve_revision_tve_globals',''),(2637,479,'tve_revision_tve_global_scripts',''),(2638,479,'tve_revision_thrive_icon_pack',''),(2639,479,'tve_revision_thrive_tcb_post_fonts',''),(2640,479,'tve_revision_tve_has_masonry',''),(2641,479,'tve_revision_tve_has_typefocus',''),(2642,479,'tve_revision_tve_updated_post',''),(2643,479,'tve_revision_tve_has_wistia_popover',''),(2644,480,'tve_revision_tve_landing_page',''),(2645,480,'tve_revision_tve_disable_theme_dependency',''),(2646,480,'tve_revision_tve_content_before_more',''),(2647,480,'tve_revision_tve_content_more_found',''),(2648,480,'tve_revision_tve_save_post',''),(2649,480,'tve_revision_tve_custom_css',''),(2650,480,'tve_revision_tve_user_custom_css',''),(2651,480,'tve_revision_tve_page_events',''),(2652,480,'tve_revision_tve_globals',''),(2653,480,'tve_revision_tve_global_scripts',''),(2654,480,'tve_revision_thrive_icon_pack',''),(2655,480,'tve_revision_thrive_tcb_post_fonts',''),(2656,480,'tve_revision_tve_has_masonry',''),(2657,480,'tve_revision_tve_has_typefocus',''),(2658,480,'tve_revision_tve_updated_post',''),(2659,480,'tve_revision_tve_has_wistia_popover',''),(2660,481,'tve_revision_tve_landing_page',''),(2661,481,'tve_revision_tve_disable_theme_dependency',''),(2662,481,'tve_revision_tve_content_before_more',''),(2663,481,'tve_revision_tve_content_more_found',''),(2664,481,'tve_revision_tve_save_post',''),(2665,481,'tve_revision_tve_custom_css',''),(2666,481,'tve_revision_tve_user_custom_css',''),(2667,481,'tve_revision_tve_page_events',''),(2668,481,'tve_revision_tve_globals',''),(2669,481,'tve_revision_tve_global_scripts',''),(2670,481,'tve_revision_thrive_icon_pack',''),(2671,481,'tve_revision_thrive_tcb_post_fonts',''),(2672,481,'tve_revision_tve_has_masonry',''),(2673,481,'tve_revision_tve_has_typefocus',''),(2674,481,'tve_revision_tve_updated_post',''),(2675,481,'tve_revision_tve_has_wistia_popover',''),(2676,481,'tve_revision_tve_landing_page',''),(2677,481,'tve_revision_tve_disable_theme_dependency',''),(2678,481,'tve_revision_tve_content_before_more',''),(2679,481,'tve_revision_tve_content_more_found',''),(2680,481,'tve_revision_tve_save_post',''),(2681,481,'tve_revision_tve_custom_css',''),(2682,481,'tve_revision_tve_user_custom_css',''),(2683,481,'tve_revision_tve_page_events',''),(2684,481,'tve_revision_tve_globals',''),(2685,481,'tve_revision_tve_global_scripts',''),(2686,481,'tve_revision_thrive_icon_pack',''),(2687,481,'tve_revision_thrive_tcb_post_fonts',''),(2688,481,'tve_revision_tve_has_masonry',''),(2689,481,'tve_revision_tve_has_typefocus',''),(2690,481,'tve_revision_tve_updated_post',''),(2691,481,'tve_revision_tve_has_wistia_popover',''),(2692,482,'_wp_attached_file','2018/08/top-of-rock.png'),(2693,482,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:59:\"wp-content/uploads/sites/371/20180819001125/top-of-rock.png\";}'),(2694,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:23:\"2018/08/top-of-rock.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"top-of-rock-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"top-of-rock-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"top-of-rock-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:23:\"top-of-rock-940x450.png\";s:5:\"width\";i:940;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:23:\"top-of-rock-820x687.png\";s:5:\"width\";i:820;s:6:\"height\";i:687;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:23:\"top-of-rock-820x420.png\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:23:\"top-of-rock-540x453.png\";s:5:\"width\";i:540;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:23:\"top-of-rock-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:23:\"top-of-rock-400x335.png\";s:5:\"width\";i:400;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:23:\"top-of-rock-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(2695,483,'_wp_attached_file','2018/08/ROCK-CLIMB-hiking-boots.jpg'),(2696,483,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:71:\"wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\";}'),(2697,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:366;s:4:\"file\";s:35:\"2018/08/ROCK-CLIMB-hiking-boots.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ROCK-CLIMB-hiking-boots-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ROCK-CLIMB-hiking-boots-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:35:\"ROCK-CLIMB-hiking-boots-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:35:\"ROCK-CLIMB-hiking-boots-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:35:\"ROCK-CLIMB-hiking-boots-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:35:\"ROCK-CLIMB-hiking-boots-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(2698,484,'_wp_attached_file','2018/08/cracked-foundation.jpg'),(2699,484,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:66:\"wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\";}'),(2700,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/08/cracked-foundation.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:30:\"cracked-foundation-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(2701,481,'tve_revision_tve_landing_page',''),(2702,481,'tve_revision_tve_disable_theme_dependency',''),(2703,481,'tve_revision_tve_content_before_more',''),(2704,481,'tve_revision_tve_content_more_found',''),(2705,481,'tve_revision_tve_save_post',''),(2706,481,'tve_revision_tve_custom_css',''),(2707,481,'tve_revision_tve_user_custom_css',''),(2708,481,'tve_revision_tve_page_events',''),(2709,481,'tve_revision_tve_globals',''),(2710,481,'tve_revision_tve_global_scripts',''),(2711,481,'tve_revision_thrive_icon_pack',''),(2712,481,'tve_revision_thrive_tcb_post_fonts',''),(2713,481,'tve_revision_tve_has_masonry',''),(2714,481,'tve_revision_tve_has_typefocus',''),(2715,481,'tve_revision_tve_updated_post',''),(2716,481,'tve_revision_tve_has_wistia_popover',''),(2717,198,'amazonS3_cache','a:40:{s:96:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\";i:484;s:104:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation-300x225.jpg\";i:484;s:88:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\";i:484;s:96:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/cracked-foundation-300x225.jpg\";i:484;s:89:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\";i:482;s:97:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock-300x251.png\";i:482;s:81:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\";i:482;s:89:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/top-of-rock-300x251.png\";i:482;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\";i:483;s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots-300x200.jpg\";i:483;s:93:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\";i:483;s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots-300x200.jpg\";i:483;s:43:\"//s.w.org/images/core/emoji/11/svg/2714.svg\";a:1:{s:9:\"timestamp\";i:1538168971;}s:46:\"//shererarch.archwebsite.com/wp-admin/post.php\";a:1:{s:9:\"timestamp\";i:1538168971;}s:94:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-1-1.jpg\";i:953;s:102:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\";i:953;s:83:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\";i:661;s:91:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\";i:661;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:86:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Montague-Study-1.jpg\";i:993;s:94:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\";i:993;s:83:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Tsunami-Patio.jpg\";i:996;s:91:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\";i:996;s:84:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Tsunami-Dining.jpg\";i:995;s:92:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\";i:995;s:88:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Montague-4th-floor.jpg\";i:992;s:96:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\";i:992;s:92:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Nostalgic-Park-Entrane.jpg\";i:994;s:100:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\";i:994;s:85:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Golds-Gym-Pool.jpeg\";i:991;s:93:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\";i:991;s:120:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\";i:537;s:128:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\";i:537;s:105:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Columbia-Craft-Brewery-Equipment_1.jpeg\";i:989;s:113:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\";i:989;s:92:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Capgemeni-Meting-room.jpeg\";i:988;s:100:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\";i:988;s:94:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/Montague-Front-Elevation.jpg\";i:1000;s:102:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\";i:1000;}'),(2718,485,'tve_revision_tve_landing_page',''),(2719,485,'tve_revision_tve_disable_theme_dependency',''),(2720,485,'tve_revision_tve_content_before_more',''),(2721,485,'tve_revision_tve_content_more_found',''),(2722,485,'tve_revision_tve_save_post',''),(2723,485,'tve_revision_tve_custom_css',''),(2724,485,'tve_revision_tve_user_custom_css',''),(2725,485,'tve_revision_tve_page_events',''),(2726,485,'tve_revision_tve_globals',''),(2727,485,'tve_revision_tve_global_scripts',''),(2728,485,'tve_revision_thrive_icon_pack',''),(2729,485,'tve_revision_thrive_tcb_post_fonts',''),(2730,485,'tve_revision_tve_has_masonry',''),(2731,485,'tve_revision_tve_has_typefocus',''),(2732,485,'tve_revision_tve_updated_post',''),(2733,485,'tve_revision_tve_has_wistia_popover',''),(2734,486,'tve_revision_tve_landing_page',''),(2735,486,'tve_revision_tve_disable_theme_dependency',''),(2736,486,'tve_revision_tve_content_before_more',''),(2737,486,'tve_revision_tve_content_more_found',''),(2738,486,'tve_revision_tve_save_post',''),(2739,486,'tve_revision_tve_custom_css',''),(2740,486,'tve_revision_tve_user_custom_css',''),(2741,486,'tve_revision_tve_page_events',''),(2742,486,'tve_revision_tve_globals',''),(2743,486,'tve_revision_tve_global_scripts',''),(2744,486,'tve_revision_thrive_icon_pack',''),(2745,486,'tve_revision_thrive_tcb_post_fonts',''),(2746,486,'tve_revision_tve_has_masonry',''),(2747,486,'tve_revision_tve_has_typefocus',''),(2748,486,'tve_revision_tve_updated_post',''),(2749,486,'tve_revision_tve_has_wistia_popover',''),(2750,198,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:52:\".toggle-title {\r\n font-size: 1.4em !important;\r\n}\";}}'),(2751,481,'tve_revision_tve_landing_page',''),(2752,481,'tve_revision_tve_disable_theme_dependency',''),(2753,481,'tve_revision_tve_content_before_more',''),(2754,481,'tve_revision_tve_content_more_found',''),(2755,481,'tve_revision_tve_save_post',''),(2756,481,'tve_revision_tve_custom_css',''),(2757,481,'tve_revision_tve_user_custom_css',''),(2758,481,'tve_revision_tve_page_events',''),(2759,481,'tve_revision_tve_globals',''),(2760,481,'tve_revision_tve_global_scripts',''),(2761,481,'tve_revision_thrive_icon_pack',''),(2762,481,'tve_revision_thrive_tcb_post_fonts',''),(2763,481,'tve_revision_tve_has_masonry',''),(2764,481,'tve_revision_tve_has_typefocus',''),(2765,481,'tve_revision_tve_updated_post',''),(2766,481,'tve_revision_tve_has_wistia_popover',''),(2767,481,'tve_revision_tve_landing_page',''),(2768,481,'tve_revision_tve_disable_theme_dependency',''),(2769,481,'tve_revision_tve_content_before_more',''),(2770,481,'tve_revision_tve_content_more_found',''),(2771,481,'tve_revision_tve_save_post',''),(2772,481,'tve_revision_tve_custom_css',''),(2773,481,'tve_revision_tve_user_custom_css',''),(2774,481,'tve_revision_tve_page_events',''),(2775,481,'tve_revision_tve_globals',''),(2776,481,'tve_revision_tve_global_scripts',''),(2777,481,'tve_revision_thrive_icon_pack',''),(2778,481,'tve_revision_thrive_tcb_post_fonts',''),(2779,481,'tve_revision_tve_has_masonry',''),(2780,481,'tve_revision_tve_has_typefocus',''),(2781,481,'tve_revision_tve_updated_post',''),(2782,481,'tve_revision_tve_has_wistia_popover',''),(2783,481,'tve_revision_tve_landing_page',''),(2784,481,'tve_revision_tve_disable_theme_dependency',''),(2785,481,'tve_revision_tve_content_before_more',''),(2786,481,'tve_revision_tve_content_more_found',''),(2787,481,'tve_revision_tve_save_post',''),(2788,481,'tve_revision_tve_custom_css',''),(2789,481,'tve_revision_tve_user_custom_css',''),(2790,481,'tve_revision_tve_page_events',''),(2791,481,'tve_revision_tve_globals',''),(2792,481,'tve_revision_tve_global_scripts',''),(2793,481,'tve_revision_thrive_icon_pack',''),(2794,481,'tve_revision_thrive_tcb_post_fonts',''),(2795,481,'tve_revision_tve_has_masonry',''),(2796,481,'tve_revision_tve_has_typefocus',''),(2797,481,'tve_revision_tve_updated_post',''),(2798,481,'tve_revision_tve_has_wistia_popover',''),(2799,487,'tve_revision_tve_landing_page',''),(2800,487,'tve_revision_tve_disable_theme_dependency',''),(2801,487,'tve_revision_tve_content_before_more',''),(2802,487,'tve_revision_tve_content_more_found',''),(2803,487,'tve_revision_tve_save_post',''),(2804,487,'tve_revision_tve_custom_css',''),(2805,487,'tve_revision_tve_user_custom_css',''),(2806,487,'tve_revision_tve_page_events',''),(2807,487,'tve_revision_tve_globals',''),(2808,487,'tve_revision_tve_global_scripts',''),(2809,487,'tve_revision_thrive_icon_pack',''),(2810,487,'tve_revision_thrive_tcb_post_fonts',''),(2811,487,'tve_revision_tve_has_masonry',''),(2812,487,'tve_revision_tve_has_typefocus',''),(2813,487,'tve_revision_tve_updated_post',''),(2814,487,'tve_revision_tve_has_wistia_popover',''),(2815,488,'tve_revision_tve_landing_page',''),(2816,488,'tve_revision_tve_disable_theme_dependency',''),(2817,488,'tve_revision_tve_content_before_more',''),(2818,488,'tve_revision_tve_content_more_found',''),(2819,488,'tve_revision_tve_save_post',''),(2820,488,'tve_revision_tve_custom_css',''),(2821,488,'tve_revision_tve_user_custom_css',''),(2822,488,'tve_revision_tve_page_events',''),(2823,488,'tve_revision_tve_globals',''),(2824,488,'tve_revision_tve_global_scripts',''),(2825,488,'tve_revision_thrive_icon_pack',''),(2826,488,'tve_revision_thrive_tcb_post_fonts',''),(2827,488,'tve_revision_tve_has_masonry',''),(2828,488,'tve_revision_tve_has_typefocus',''),(2829,488,'tve_revision_tve_updated_post',''),(2830,488,'tve_revision_tve_has_wistia_popover',''),(2831,489,'tve_revision_tve_landing_page',''),(2832,489,'tve_revision_tve_disable_theme_dependency',''),(2833,489,'tve_revision_tve_content_before_more',''),(2834,489,'tve_revision_tve_content_more_found',''),(2835,489,'tve_revision_tve_save_post',''),(2836,489,'tve_revision_tve_custom_css',''),(2837,489,'tve_revision_tve_user_custom_css',''),(2838,489,'tve_revision_tve_page_events',''),(2839,489,'tve_revision_tve_globals',''),(2840,489,'tve_revision_tve_global_scripts',''),(2841,489,'tve_revision_thrive_icon_pack',''),(2842,489,'tve_revision_thrive_tcb_post_fonts',''),(2843,489,'tve_revision_tve_has_masonry',''),(2844,489,'tve_revision_tve_has_typefocus',''),(2845,489,'tve_revision_tve_updated_post',''),(2846,489,'tve_revision_tve_has_wistia_popover',''),(2847,481,'tve_revision_tve_landing_page',''),(2848,481,'tve_revision_tve_disable_theme_dependency',''),(2849,481,'tve_revision_tve_content_before_more',''),(2850,481,'tve_revision_tve_content_more_found',''),(2851,481,'tve_revision_tve_save_post',''),(2852,481,'tve_revision_tve_custom_css',''),(2853,481,'tve_revision_tve_user_custom_css',''),(2854,481,'tve_revision_tve_page_events',''),(2855,481,'tve_revision_tve_globals',''),(2856,481,'tve_revision_tve_global_scripts',''),(2857,481,'tve_revision_thrive_icon_pack',''),(2858,481,'tve_revision_thrive_tcb_post_fonts',''),(2859,481,'tve_revision_tve_has_masonry',''),(2860,481,'tve_revision_tve_has_typefocus',''),(2861,481,'tve_revision_tve_updated_post',''),(2862,481,'tve_revision_tve_has_wistia_popover',''),(2863,490,'tve_revision_tve_landing_page',''),(2864,490,'tve_revision_tve_disable_theme_dependency',''),(2865,490,'tve_revision_tve_content_before_more',''),(2866,490,'tve_revision_tve_content_more_found',''),(2867,490,'tve_revision_tve_save_post',''),(2868,490,'tve_revision_tve_custom_css',''),(2869,490,'tve_revision_tve_user_custom_css',''),(2870,490,'tve_revision_tve_page_events',''),(2871,490,'tve_revision_tve_globals',''),(2872,490,'tve_revision_tve_global_scripts',''),(2873,490,'tve_revision_thrive_icon_pack',''),(2874,490,'tve_revision_thrive_tcb_post_fonts',''),(2875,490,'tve_revision_tve_has_masonry',''),(2876,490,'tve_revision_tve_has_typefocus',''),(2877,490,'tve_revision_tve_updated_post',''),(2878,490,'tve_revision_tve_has_wistia_popover',''),(2879,491,'tve_revision_tve_landing_page',''),(2880,491,'tve_revision_tve_disable_theme_dependency',''),(2881,491,'tve_revision_tve_content_before_more',''),(2882,491,'tve_revision_tve_content_more_found',''),(2883,491,'tve_revision_tve_save_post',''),(2884,491,'tve_revision_tve_custom_css',''),(2885,491,'tve_revision_tve_user_custom_css',''),(2886,491,'tve_revision_tve_page_events',''),(2887,491,'tve_revision_tve_globals',''),(2888,491,'tve_revision_tve_global_scripts',''),(2889,491,'tve_revision_thrive_icon_pack',''),(2890,491,'tve_revision_thrive_tcb_post_fonts',''),(2891,491,'tve_revision_tve_has_masonry',''),(2892,491,'tve_revision_tve_has_typefocus',''),(2893,491,'tve_revision_tve_updated_post',''),(2894,491,'tve_revision_tve_has_wistia_popover',''),(2895,492,'tve_revision_tve_landing_page',''),(2896,492,'tve_revision_tve_disable_theme_dependency',''),(2897,492,'tve_revision_tve_content_before_more',''),(2898,492,'tve_revision_tve_content_more_found',''),(2899,492,'tve_revision_tve_save_post',''),(2900,492,'tve_revision_tve_custom_css',''),(2901,492,'tve_revision_tve_user_custom_css',''),(2902,492,'tve_revision_tve_page_events',''),(2903,492,'tve_revision_tve_globals',''),(2904,492,'tve_revision_tve_global_scripts',''),(2905,492,'tve_revision_thrive_icon_pack',''),(2906,492,'tve_revision_thrive_tcb_post_fonts',''),(2907,492,'tve_revision_tve_has_masonry',''),(2908,492,'tve_revision_tve_has_typefocus',''),(2909,492,'tve_revision_tve_updated_post',''),(2910,492,'tve_revision_tve_has_wistia_popover',''),(2911,493,'tve_revision_tve_landing_page',''),(2912,493,'tve_revision_tve_disable_theme_dependency',''),(2913,493,'tve_revision_tve_content_before_more',''),(2914,493,'tve_revision_tve_content_more_found',''),(2915,493,'tve_revision_tve_save_post',''),(2916,493,'tve_revision_tve_custom_css',''),(2917,493,'tve_revision_tve_user_custom_css',''),(2918,493,'tve_revision_tve_page_events',''),(2919,493,'tve_revision_tve_globals',''),(2920,493,'tve_revision_tve_global_scripts',''),(2921,493,'tve_revision_thrive_icon_pack',''),(2922,493,'tve_revision_thrive_tcb_post_fonts',''),(2923,493,'tve_revision_tve_has_masonry',''),(2924,493,'tve_revision_tve_has_typefocus',''),(2925,493,'tve_revision_tve_updated_post',''),(2926,493,'tve_revision_tve_has_wistia_popover',''),(2927,494,'tve_revision_tve_landing_page',''),(2928,494,'tve_revision_tve_disable_theme_dependency',''),(2929,494,'tve_revision_tve_content_before_more',''),(2930,494,'tve_revision_tve_content_more_found',''),(2931,494,'tve_revision_tve_save_post',''),(2932,494,'tve_revision_tve_custom_css',''),(2933,494,'tve_revision_tve_user_custom_css',''),(2934,494,'tve_revision_tve_page_events',''),(2935,494,'tve_revision_tve_globals',''),(2936,494,'tve_revision_tve_global_scripts',''),(2937,494,'tve_revision_thrive_icon_pack',''),(2938,494,'tve_revision_thrive_tcb_post_fonts',''),(2939,494,'tve_revision_tve_has_masonry',''),(2940,494,'tve_revision_tve_has_typefocus',''),(2941,494,'tve_revision_tve_updated_post',''),(2942,494,'tve_revision_tve_has_wistia_popover',''),(2943,495,'tve_revision_tve_landing_page',''),(2944,495,'tve_revision_tve_disable_theme_dependency',''),(2945,495,'tve_revision_tve_content_before_more',''),(2946,495,'tve_revision_tve_content_more_found',''),(2947,495,'tve_revision_tve_save_post',''),(2948,495,'tve_revision_tve_custom_css',''),(2949,495,'tve_revision_tve_user_custom_css',''),(2950,495,'tve_revision_tve_page_events',''),(2951,495,'tve_revision_tve_globals',''),(2952,495,'tve_revision_tve_global_scripts',''),(2953,495,'tve_revision_thrive_icon_pack',''),(2954,495,'tve_revision_thrive_tcb_post_fonts',''),(2955,495,'tve_revision_tve_has_masonry',''),(2956,495,'tve_revision_tve_has_typefocus',''),(2957,495,'tve_revision_tve_updated_post',''),(2958,495,'tve_revision_tve_has_wistia_popover',''),(2959,496,'tve_revision_tve_landing_page',''),(2960,496,'tve_revision_tve_disable_theme_dependency',''),(2961,496,'tve_revision_tve_content_before_more',''),(2962,496,'tve_revision_tve_content_more_found',''),(2963,496,'tve_revision_tve_save_post',''),(2964,496,'tve_revision_tve_custom_css',''),(2965,496,'tve_revision_tve_user_custom_css',''),(2966,496,'tve_revision_tve_page_events',''),(2967,496,'tve_revision_tve_globals',''),(2968,496,'tve_revision_tve_global_scripts',''),(2969,496,'tve_revision_thrive_icon_pack',''),(2970,496,'tve_revision_thrive_tcb_post_fonts',''),(2971,496,'tve_revision_tve_has_masonry',''),(2972,496,'tve_revision_tve_has_typefocus',''),(2973,496,'tve_revision_tve_updated_post',''),(2974,496,'tve_revision_tve_has_wistia_popover',''),(2975,497,'tve_revision_tve_landing_page',''),(2976,497,'tve_revision_tve_disable_theme_dependency',''),(2977,497,'tve_revision_tve_content_before_more',''),(2978,497,'tve_revision_tve_content_more_found',''),(2979,497,'tve_revision_tve_save_post',''),(2980,497,'tve_revision_tve_custom_css',''),(2981,497,'tve_revision_tve_user_custom_css',''),(2982,497,'tve_revision_tve_page_events',''),(2983,497,'tve_revision_tve_globals',''),(2984,497,'tve_revision_tve_global_scripts',''),(2985,497,'tve_revision_thrive_icon_pack',''),(2986,497,'tve_revision_thrive_tcb_post_fonts',''),(2987,497,'tve_revision_tve_has_masonry',''),(2988,497,'tve_revision_tve_has_typefocus',''),(2989,497,'tve_revision_tve_updated_post',''),(2990,497,'tve_revision_tve_has_wistia_popover',''),(2991,498,'tve_revision_tve_landing_page',''),(2992,498,'tve_revision_tve_disable_theme_dependency',''),(2993,498,'tve_revision_tve_content_before_more',''),(2994,498,'tve_revision_tve_content_more_found',''),(2995,498,'tve_revision_tve_save_post',''),(2996,498,'tve_revision_tve_custom_css',''),(2997,498,'tve_revision_tve_user_custom_css',''),(2998,498,'tve_revision_tve_page_events',''),(2999,498,'tve_revision_tve_globals',''),(3000,498,'tve_revision_tve_global_scripts',''),(3001,498,'tve_revision_thrive_icon_pack',''),(3002,498,'tve_revision_thrive_tcb_post_fonts',''),(3003,498,'tve_revision_tve_has_masonry',''),(3004,498,'tve_revision_tve_has_typefocus',''),(3005,498,'tve_revision_tve_updated_post',''),(3006,498,'tve_revision_tve_has_wistia_popover',''),(3007,481,'tve_revision_tve_landing_page',''),(3008,481,'tve_revision_tve_disable_theme_dependency',''),(3009,481,'tve_revision_tve_content_before_more',''),(3010,481,'tve_revision_tve_content_more_found',''),(3011,481,'tve_revision_tve_save_post',''),(3012,481,'tve_revision_tve_custom_css',''),(3013,481,'tve_revision_tve_user_custom_css',''),(3014,481,'tve_revision_tve_page_events',''),(3015,481,'tve_revision_tve_globals',''),(3016,481,'tve_revision_tve_global_scripts',''),(3017,481,'tve_revision_thrive_icon_pack',''),(3018,481,'tve_revision_thrive_tcb_post_fonts',''),(3019,481,'tve_revision_tve_has_masonry',''),(3020,481,'tve_revision_tve_has_typefocus',''),(3021,481,'tve_revision_tve_updated_post',''),(3022,481,'tve_revision_tve_has_wistia_popover',''),(3023,481,'tve_revision_tve_landing_page',''),(3024,481,'tve_revision_tve_disable_theme_dependency',''),(3025,481,'tve_revision_tve_content_before_more',''),(3026,481,'tve_revision_tve_content_more_found',''),(3027,481,'tve_revision_tve_save_post',''),(3028,481,'tve_revision_tve_custom_css',''),(3029,481,'tve_revision_tve_user_custom_css',''),(3030,481,'tve_revision_tve_page_events',''),(3031,481,'tve_revision_tve_globals',''),(3032,481,'tve_revision_tve_global_scripts',''),(3033,481,'tve_revision_thrive_icon_pack',''),(3034,481,'tve_revision_thrive_tcb_post_fonts',''),(3035,481,'tve_revision_tve_has_masonry',''),(3036,481,'tve_revision_tve_has_typefocus',''),(3037,481,'tve_revision_tve_updated_post',''),(3038,481,'tve_revision_tve_has_wistia_popover',''),(3039,499,'_wp_attached_file','2018/08/10-things-cover-photo-new.png'),(3040,499,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:73:\"wp-content/uploads/sites/371/20180819004207/10-things-cover-photo-new.png\";}'),(3041,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:528;s:4:\"file\";s:37:\"2018/08/10-things-cover-photo-new.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"10-things-cover-photo-new-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"10-things-cover-photo-new-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:37:\"10-things-cover-photo-new-408x450.png\";s:5:\"width\";i:408;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:37:\"10-things-cover-photo-new-408x420.png\";s:5:\"width\";i:408;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:37:\"10-things-cover-photo-new-408x320.png\";s:5:\"width\";i:408;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:37:\"10-things-cover-photo-new-400x518.png\";s:5:\"width\";i:400;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:37:\"10-things-cover-photo-new-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(3042,399,'tve_revision_tve_landing_page',''),(3043,399,'tve_revision_tve_disable_theme_dependency',''),(3044,399,'tve_revision_tve_content_before_more',''),(3045,399,'tve_revision_tve_content_more_found',''),(3046,399,'tve_revision_tve_save_post',''),(3047,399,'tve_revision_tve_custom_css',''),(3048,399,'tve_revision_tve_user_custom_css',''),(3049,399,'tve_revision_tve_page_events',''),(3050,399,'tve_revision_tve_globals',''),(3051,399,'tve_revision_tve_global_scripts',''),(3052,399,'tve_revision_thrive_icon_pack',''),(3053,399,'tve_revision_thrive_tcb_post_fonts',''),(3054,399,'tve_revision_tve_has_masonry',''),(3055,399,'tve_revision_tve_has_typefocus',''),(3056,399,'tve_revision_tve_updated_post',''),(3057,399,'tve_revision_tve_has_wistia_popover',''),(3058,500,'tve_revision_tve_landing_page',''),(3059,500,'tve_revision_tve_disable_theme_dependency',''),(3060,500,'tve_revision_tve_content_before_more',''),(3061,500,'tve_revision_tve_content_more_found',''),(3062,500,'tve_revision_tve_save_post',''),(3063,500,'tve_revision_tve_custom_css',''),(3064,500,'tve_revision_tve_user_custom_css',''),(3065,500,'tve_revision_tve_page_events',''),(3066,500,'tve_revision_tve_globals',''),(3067,500,'tve_revision_tve_global_scripts',''),(3068,500,'tve_revision_thrive_icon_pack',''),(3069,500,'tve_revision_thrive_tcb_post_fonts',''),(3070,500,'tve_revision_tve_has_masonry',''),(3071,500,'tve_revision_tve_has_typefocus',''),(3072,500,'tve_revision_tve_updated_post',''),(3073,500,'tve_revision_tve_has_wistia_popover',''),(3074,501,'_wp_attached_file','2018/08/10-things-cover-photo-new-with-shadow.jpg'),(3075,501,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:85:\"wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";}'),(3076,501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:533;s:4:\"file\";s:49:\"2018/08/10-things-cover-photo-new-with-shadow.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"10-things-cover-photo-new-with-shadow-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:49:\"10-things-cover-photo-new-with-shadow-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:49:\"10-things-cover-photo-new-with-shadow-400x450.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:49:\"10-things-cover-photo-new-with-shadow-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:49:\"10-things-cover-photo-new-with-shadow-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:49:\"10-things-cover-photo-new-with-shadow-400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:49:\"10-things-cover-photo-new-with-shadow-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(3077,399,'tve_revision_tve_landing_page',''),(3078,399,'tve_revision_tve_disable_theme_dependency',''),(3079,399,'tve_revision_tve_content_before_more',''),(3080,399,'tve_revision_tve_content_more_found',''),(3081,399,'tve_revision_tve_save_post',''),(3082,399,'tve_revision_tve_custom_css',''),(3083,399,'tve_revision_tve_user_custom_css',''),(3084,399,'tve_revision_tve_page_events',''),(3085,399,'tve_revision_tve_globals',''),(3086,399,'tve_revision_tve_global_scripts',''),(3087,399,'tve_revision_thrive_icon_pack',''),(3088,399,'tve_revision_thrive_tcb_post_fonts',''),(3089,399,'tve_revision_tve_has_masonry',''),(3090,399,'tve_revision_tve_has_typefocus',''),(3091,399,'tve_revision_tve_updated_post',''),(3092,399,'tve_revision_tve_has_wistia_popover',''),(3093,502,'tve_revision_tve_landing_page',''),(3094,502,'tve_revision_tve_disable_theme_dependency',''),(3095,502,'tve_revision_tve_content_before_more',''),(3096,502,'tve_revision_tve_content_more_found',''),(3097,502,'tve_revision_tve_save_post',''),(3098,502,'tve_revision_tve_custom_css',''),(3099,502,'tve_revision_tve_user_custom_css',''),(3100,502,'tve_revision_tve_page_events',''),(3101,502,'tve_revision_tve_globals',''),(3102,502,'tve_revision_tve_global_scripts',''),(3103,502,'tve_revision_thrive_icon_pack',''),(3104,502,'tve_revision_thrive_tcb_post_fonts',''),(3105,502,'tve_revision_tve_has_masonry',''),(3106,502,'tve_revision_tve_has_typefocus',''),(3107,502,'tve_revision_tve_updated_post',''),(3108,502,'tve_revision_tve_has_wistia_popover',''),(3109,503,'tve_revision_tve_landing_page',''),(3110,503,'tve_revision_tve_disable_theme_dependency',''),(3111,503,'tve_revision_tve_content_before_more',''),(3112,503,'tve_revision_tve_content_more_found',''),(3113,503,'tve_revision_tve_save_post',''),(3114,503,'tve_revision_tve_custom_css',''),(3115,503,'tve_revision_tve_user_custom_css',''),(3116,503,'tve_revision_tve_page_events',''),(3117,503,'tve_revision_tve_globals',''),(3118,503,'tve_revision_tve_global_scripts',''),(3119,503,'tve_revision_thrive_icon_pack',''),(3120,503,'tve_revision_thrive_tcb_post_fonts',''),(3121,503,'tve_revision_tve_has_masonry',''),(3122,503,'tve_revision_tve_has_typefocus',''),(3123,503,'tve_revision_tve_updated_post',''),(3124,503,'tve_revision_tve_has_wistia_popover',''),(3125,504,'tve_revision_tve_landing_page',''),(3126,504,'tve_revision_tve_disable_theme_dependency',''),(3127,504,'tve_revision_tve_content_before_more',''),(3128,504,'tve_revision_tve_content_more_found',''),(3129,504,'tve_revision_tve_save_post',''),(3130,504,'tve_revision_tve_custom_css',''),(3131,504,'tve_revision_tve_user_custom_css',''),(3132,504,'tve_revision_tve_page_events',''),(3133,504,'tve_revision_tve_globals',''),(3134,504,'tve_revision_tve_global_scripts',''),(3135,504,'tve_revision_thrive_icon_pack',''),(3136,504,'tve_revision_thrive_tcb_post_fonts',''),(3137,504,'tve_revision_tve_has_masonry',''),(3138,504,'tve_revision_tve_has_typefocus',''),(3139,504,'tve_revision_tve_updated_post',''),(3140,504,'tve_revision_tve_has_wistia_popover',''),(3141,399,'tve_revision_tve_landing_page',''),(3142,399,'tve_revision_tve_disable_theme_dependency',''),(3143,399,'tve_revision_tve_content_before_more',''),(3144,399,'tve_revision_tve_content_more_found',''),(3145,399,'tve_revision_tve_save_post',''),(3146,399,'tve_revision_tve_custom_css',''),(3147,399,'tve_revision_tve_user_custom_css',''),(3148,399,'tve_revision_tve_page_events',''),(3149,399,'tve_revision_tve_globals',''),(3150,399,'tve_revision_tve_global_scripts',''),(3151,399,'tve_revision_thrive_icon_pack',''),(3152,399,'tve_revision_thrive_tcb_post_fonts',''),(3153,399,'tve_revision_tve_has_masonry',''),(3154,399,'tve_revision_tve_has_typefocus',''),(3155,399,'tve_revision_tve_updated_post',''),(3156,399,'tve_revision_tve_has_wistia_popover',''),(3157,505,'tve_revision_tve_landing_page',''),(3158,505,'tve_revision_tve_disable_theme_dependency',''),(3159,505,'tve_revision_tve_content_before_more',''),(3160,505,'tve_revision_tve_content_more_found',''),(3161,505,'tve_revision_tve_save_post',''),(3162,505,'tve_revision_tve_custom_css',''),(3163,505,'tve_revision_tve_user_custom_css',''),(3164,505,'tve_revision_tve_page_events',''),(3165,505,'tve_revision_tve_globals',''),(3166,505,'tve_revision_tve_global_scripts',''),(3167,505,'tve_revision_thrive_icon_pack',''),(3168,505,'tve_revision_thrive_tcb_post_fonts',''),(3169,505,'tve_revision_tve_has_masonry',''),(3170,505,'tve_revision_tve_has_typefocus',''),(3171,505,'tve_revision_tve_updated_post',''),(3172,505,'tve_revision_tve_has_wistia_popover',''),(3173,399,'tve_revision_tve_landing_page',''),(3174,399,'tve_revision_tve_disable_theme_dependency',''),(3175,399,'tve_revision_tve_content_before_more',''),(3176,399,'tve_revision_tve_content_more_found',''),(3177,399,'tve_revision_tve_save_post',''),(3178,399,'tve_revision_tve_custom_css',''),(3179,399,'tve_revision_tve_user_custom_css',''),(3180,399,'tve_revision_tve_page_events',''),(3181,399,'tve_revision_tve_globals',''),(3182,399,'tve_revision_tve_global_scripts',''),(3183,399,'tve_revision_thrive_icon_pack',''),(3184,399,'tve_revision_thrive_tcb_post_fonts',''),(3185,399,'tve_revision_tve_has_masonry',''),(3186,399,'tve_revision_tve_has_typefocus',''),(3187,399,'tve_revision_tve_updated_post',''),(3188,399,'tve_revision_tve_has_wistia_popover',''),(3189,506,'tve_revision_tve_landing_page',''),(3190,506,'tve_revision_tve_disable_theme_dependency',''),(3191,506,'tve_revision_tve_content_before_more',''),(3192,506,'tve_revision_tve_content_more_found',''),(3193,506,'tve_revision_tve_save_post',''),(3194,506,'tve_revision_tve_custom_css',''),(3195,506,'tve_revision_tve_user_custom_css',''),(3196,506,'tve_revision_tve_page_events',''),(3197,506,'tve_revision_tve_globals',''),(3198,506,'tve_revision_tve_global_scripts',''),(3199,506,'tve_revision_thrive_icon_pack',''),(3200,506,'tve_revision_thrive_tcb_post_fonts',''),(3201,506,'tve_revision_tve_has_masonry',''),(3202,506,'tve_revision_tve_has_typefocus',''),(3203,506,'tve_revision_tve_updated_post',''),(3204,506,'tve_revision_tve_has_wistia_popover',''),(3205,507,'tve_revision_tve_landing_page',''),(3206,507,'tve_revision_tve_disable_theme_dependency',''),(3207,507,'tve_revision_tve_content_before_more',''),(3208,507,'tve_revision_tve_content_more_found',''),(3209,507,'tve_revision_tve_save_post',''),(3210,507,'tve_revision_tve_custom_css',''),(3211,507,'tve_revision_tve_user_custom_css',''),(3212,507,'tve_revision_tve_page_events',''),(3213,507,'tve_revision_tve_globals',''),(3214,507,'tve_revision_tve_global_scripts',''),(3215,507,'tve_revision_thrive_icon_pack',''),(3216,507,'tve_revision_thrive_tcb_post_fonts',''),(3217,507,'tve_revision_tve_has_masonry',''),(3218,507,'tve_revision_tve_has_typefocus',''),(3219,507,'tve_revision_tve_updated_post',''),(3220,507,'tve_revision_tve_has_wistia_popover',''),(3221,508,'tve_revision_tve_landing_page',''),(3222,508,'tve_revision_tve_disable_theme_dependency',''),(3223,508,'tve_revision_tve_content_before_more',''),(3224,508,'tve_revision_tve_content_more_found',''),(3225,508,'tve_revision_tve_save_post',''),(3226,508,'tve_revision_tve_custom_css',''),(3227,508,'tve_revision_tve_user_custom_css',''),(3228,508,'tve_revision_tve_page_events',''),(3229,508,'tve_revision_tve_globals',''),(3230,508,'tve_revision_tve_global_scripts',''),(3231,508,'tve_revision_thrive_icon_pack',''),(3232,508,'tve_revision_thrive_tcb_post_fonts',''),(3233,508,'tve_revision_tve_has_masonry',''),(3234,508,'tve_revision_tve_has_typefocus',''),(3235,508,'tve_revision_tve_updated_post',''),(3236,508,'tve_revision_tve_has_wistia_popover',''),(3237,509,'tve_revision_tve_landing_page',''),(3238,509,'tve_revision_tve_disable_theme_dependency',''),(3239,509,'tve_revision_tve_content_before_more',''),(3240,509,'tve_revision_tve_content_more_found',''),(3241,509,'tve_revision_tve_save_post',''),(3242,509,'tve_revision_tve_custom_css',''),(3243,509,'tve_revision_tve_user_custom_css',''),(3244,509,'tve_revision_tve_page_events',''),(3245,509,'tve_revision_tve_globals',''),(3246,509,'tve_revision_tve_global_scripts',''),(3247,509,'tve_revision_thrive_icon_pack',''),(3248,509,'tve_revision_thrive_tcb_post_fonts',''),(3249,509,'tve_revision_tve_has_masonry',''),(3250,509,'tve_revision_tve_has_typefocus',''),(3251,509,'tve_revision_tve_updated_post',''),(3252,509,'tve_revision_tve_has_wistia_popover',''),(3253,510,'tve_revision_tve_landing_page',''),(3254,510,'tve_revision_tve_disable_theme_dependency',''),(3255,510,'tve_revision_tve_content_before_more',''),(3256,510,'tve_revision_tve_content_more_found',''),(3257,510,'tve_revision_tve_save_post',''),(3258,510,'tve_revision_tve_custom_css',''),(3259,510,'tve_revision_tve_user_custom_css',''),(3260,510,'tve_revision_tve_page_events',''),(3261,510,'tve_revision_tve_globals',''),(3262,510,'tve_revision_tve_global_scripts',''),(3263,510,'tve_revision_thrive_icon_pack',''),(3264,510,'tve_revision_thrive_tcb_post_fonts',''),(3265,510,'tve_revision_tve_has_masonry',''),(3266,510,'tve_revision_tve_has_typefocus',''),(3267,510,'tve_revision_tve_updated_post',''),(3268,510,'tve_revision_tve_has_wistia_popover',''),(3269,511,'tve_revision_tve_landing_page',''),(3270,511,'tve_revision_tve_disable_theme_dependency',''),(3271,511,'tve_revision_tve_content_before_more',''),(3272,511,'tve_revision_tve_content_more_found',''),(3273,511,'tve_revision_tve_save_post',''),(3274,511,'tve_revision_tve_custom_css',''),(3275,511,'tve_revision_tve_user_custom_css',''),(3276,511,'tve_revision_tve_page_events',''),(3277,511,'tve_revision_tve_globals',''),(3278,511,'tve_revision_tve_global_scripts',''),(3279,511,'tve_revision_thrive_icon_pack',''),(3280,511,'tve_revision_thrive_tcb_post_fonts',''),(3281,511,'tve_revision_tve_has_masonry',''),(3282,511,'tve_revision_tve_has_typefocus',''),(3283,511,'tve_revision_tve_updated_post',''),(3284,511,'tve_revision_tve_has_wistia_popover',''),(3285,399,'tve_revision_tve_landing_page',''),(3286,399,'tve_revision_tve_disable_theme_dependency',''),(3287,399,'tve_revision_tve_content_before_more',''),(3288,399,'tve_revision_tve_content_more_found',''),(3289,399,'tve_revision_tve_save_post',''),(3290,399,'tve_revision_tve_custom_css',''),(3291,399,'tve_revision_tve_user_custom_css',''),(3292,399,'tve_revision_tve_page_events',''),(3293,399,'tve_revision_tve_globals',''),(3294,399,'tve_revision_tve_global_scripts',''),(3295,399,'tve_revision_thrive_icon_pack',''),(3296,399,'tve_revision_thrive_tcb_post_fonts',''),(3297,399,'tve_revision_tve_has_masonry',''),(3298,399,'tve_revision_tve_has_typefocus',''),(3299,399,'tve_revision_tve_updated_post',''),(3300,399,'tve_revision_tve_has_wistia_popover',''),(3301,512,'tve_revision_tve_landing_page',''),(3302,512,'tve_revision_tve_disable_theme_dependency',''),(3303,512,'tve_revision_tve_content_before_more',''),(3304,512,'tve_revision_tve_content_more_found',''),(3305,512,'tve_revision_tve_save_post',''),(3306,512,'tve_revision_tve_custom_css',''),(3307,512,'tve_revision_tve_user_custom_css',''),(3308,512,'tve_revision_tve_page_events',''),(3309,512,'tve_revision_tve_globals',''),(3310,512,'tve_revision_tve_global_scripts',''),(3311,512,'tve_revision_thrive_icon_pack',''),(3312,512,'tve_revision_thrive_tcb_post_fonts',''),(3313,512,'tve_revision_tve_has_masonry',''),(3314,512,'tve_revision_tve_has_typefocus',''),(3315,512,'tve_revision_tve_updated_post',''),(3316,512,'tve_revision_tve_has_wistia_popover',''),(3317,513,'tve_revision_tve_landing_page',''),(3318,513,'tve_revision_tve_disable_theme_dependency',''),(3319,513,'tve_revision_tve_content_before_more',''),(3320,513,'tve_revision_tve_content_more_found',''),(3321,513,'tve_revision_tve_save_post',''),(3322,513,'tve_revision_tve_custom_css',''),(3323,513,'tve_revision_tve_user_custom_css',''),(3324,513,'tve_revision_tve_page_events',''),(3325,513,'tve_revision_tve_globals',''),(3326,513,'tve_revision_tve_global_scripts',''),(3327,513,'tve_revision_thrive_icon_pack',''),(3328,513,'tve_revision_thrive_tcb_post_fonts',''),(3329,513,'tve_revision_tve_has_masonry',''),(3330,513,'tve_revision_tve_has_typefocus',''),(3331,513,'tve_revision_tve_updated_post',''),(3332,513,'tve_revision_tve_has_wistia_popover',''),(3333,514,'tve_revision_tve_landing_page',''),(3334,514,'tve_revision_tve_disable_theme_dependency',''),(3335,514,'tve_revision_tve_content_before_more',''),(3336,514,'tve_revision_tve_content_more_found',''),(3337,514,'tve_revision_tve_save_post',''),(3338,514,'tve_revision_tve_custom_css',''),(3339,514,'tve_revision_tve_user_custom_css',''),(3340,514,'tve_revision_tve_page_events',''),(3341,514,'tve_revision_tve_globals',''),(3342,514,'tve_revision_tve_global_scripts',''),(3343,514,'tve_revision_thrive_icon_pack',''),(3344,514,'tve_revision_thrive_tcb_post_fonts',''),(3345,514,'tve_revision_tve_has_masonry',''),(3346,514,'tve_revision_tve_has_typefocus',''),(3347,514,'tve_revision_tve_updated_post',''),(3348,514,'tve_revision_tve_has_wistia_popover',''),(3349,515,'tve_revision_tve_landing_page',''),(3350,515,'tve_revision_tve_disable_theme_dependency',''),(3351,515,'tve_revision_tve_content_before_more',''),(3352,515,'tve_revision_tve_content_more_found',''),(3353,515,'tve_revision_tve_save_post',''),(3354,515,'tve_revision_tve_custom_css',''),(3355,515,'tve_revision_tve_user_custom_css',''),(3356,515,'tve_revision_tve_page_events',''),(3357,515,'tve_revision_tve_globals',''),(3358,515,'tve_revision_tve_global_scripts',''),(3359,515,'tve_revision_thrive_icon_pack',''),(3360,515,'tve_revision_thrive_tcb_post_fonts',''),(3361,515,'tve_revision_tve_has_masonry',''),(3362,515,'tve_revision_tve_has_typefocus',''),(3363,515,'tve_revision_tve_updated_post',''),(3364,515,'tve_revision_tve_has_wistia_popover',''),(3365,419,'tve_revision_tve_landing_page',''),(3366,419,'tve_revision_tve_disable_theme_dependency',''),(3367,419,'tve_revision_tve_content_before_more',''),(3368,419,'tve_revision_tve_content_more_found',''),(3369,419,'tve_revision_tve_save_post',''),(3370,419,'tve_revision_tve_custom_css',''),(3371,419,'tve_revision_tve_user_custom_css',''),(3372,419,'tve_revision_tve_page_events',''),(3373,419,'tve_revision_tve_globals',''),(3374,419,'tve_revision_tve_global_scripts',''),(3375,419,'tve_revision_thrive_icon_pack',''),(3376,419,'tve_revision_thrive_tcb_post_fonts',''),(3377,419,'tve_revision_tve_has_masonry',''),(3378,419,'tve_revision_tve_has_typefocus',''),(3379,419,'tve_revision_tve_updated_post',''),(3380,419,'tve_revision_tve_has_wistia_popover',''),(3381,516,'tve_revision_tve_landing_page',''),(3382,516,'tve_revision_tve_disable_theme_dependency',''),(3383,516,'tve_revision_tve_content_before_more',''),(3384,516,'tve_revision_tve_content_more_found',''),(3385,516,'tve_revision_tve_save_post',''),(3386,516,'tve_revision_tve_custom_css',''),(3387,516,'tve_revision_tve_user_custom_css',''),(3388,516,'tve_revision_tve_page_events',''),(3389,516,'tve_revision_tve_globals',''),(3390,516,'tve_revision_tve_global_scripts',''),(3391,516,'tve_revision_thrive_icon_pack',''),(3392,516,'tve_revision_thrive_tcb_post_fonts',''),(3393,516,'tve_revision_tve_has_masonry',''),(3394,516,'tve_revision_tve_has_typefocus',''),(3395,516,'tve_revision_tve_updated_post',''),(3396,516,'tve_revision_tve_has_wistia_popover',''),(3397,517,'tve_revision_tve_landing_page',''),(3398,517,'tve_revision_tve_disable_theme_dependency',''),(3399,517,'tve_revision_tve_content_before_more',''),(3400,517,'tve_revision_tve_content_more_found',''),(3401,517,'tve_revision_tve_save_post',''),(3402,517,'tve_revision_tve_custom_css',''),(3403,517,'tve_revision_tve_user_custom_css',''),(3404,517,'tve_revision_tve_page_events',''),(3405,517,'tve_revision_tve_globals',''),(3406,517,'tve_revision_tve_global_scripts',''),(3407,517,'tve_revision_thrive_icon_pack',''),(3408,517,'tve_revision_thrive_tcb_post_fonts',''),(3409,517,'tve_revision_tve_has_masonry',''),(3410,517,'tve_revision_tve_has_typefocus',''),(3411,517,'tve_revision_tve_updated_post',''),(3412,517,'tve_revision_tve_has_wistia_popover',''),(3413,419,'tve_revision_tve_landing_page',''),(3414,419,'tve_revision_tve_disable_theme_dependency',''),(3415,419,'tve_revision_tve_content_before_more',''),(3416,419,'tve_revision_tve_content_more_found',''),(3417,419,'tve_revision_tve_save_post',''),(3418,419,'tve_revision_tve_custom_css',''),(3419,419,'tve_revision_tve_user_custom_css',''),(3420,419,'tve_revision_tve_page_events',''),(3421,419,'tve_revision_tve_globals',''),(3422,419,'tve_revision_tve_global_scripts',''),(3423,419,'tve_revision_thrive_icon_pack',''),(3424,419,'tve_revision_thrive_tcb_post_fonts',''),(3425,419,'tve_revision_tve_has_masonry',''),(3426,419,'tve_revision_tve_has_typefocus',''),(3427,419,'tve_revision_tve_updated_post',''),(3428,419,'tve_revision_tve_has_wistia_popover',''),(3429,518,'tve_revision_tve_landing_page',''),(3430,518,'tve_revision_tve_disable_theme_dependency',''),(3431,518,'tve_revision_tve_content_before_more',''),(3432,518,'tve_revision_tve_content_more_found',''),(3433,518,'tve_revision_tve_save_post',''),(3434,518,'tve_revision_tve_custom_css',''),(3435,518,'tve_revision_tve_user_custom_css',''),(3436,518,'tve_revision_tve_page_events',''),(3437,518,'tve_revision_tve_globals',''),(3438,518,'tve_revision_tve_global_scripts',''),(3439,518,'tve_revision_thrive_icon_pack',''),(3440,518,'tve_revision_thrive_tcb_post_fonts',''),(3441,518,'tve_revision_tve_has_masonry',''),(3442,518,'tve_revision_tve_has_typefocus',''),(3443,518,'tve_revision_tve_updated_post',''),(3444,518,'tve_revision_tve_has_wistia_popover',''),(3445,419,'tve_revision_tve_landing_page',''),(3446,419,'tve_revision_tve_disable_theme_dependency',''),(3447,419,'tve_revision_tve_content_before_more',''),(3448,419,'tve_revision_tve_content_more_found',''),(3449,419,'tve_revision_tve_save_post',''),(3450,419,'tve_revision_tve_custom_css',''),(3451,419,'tve_revision_tve_user_custom_css',''),(3452,419,'tve_revision_tve_page_events',''),(3453,419,'tve_revision_tve_globals',''),(3454,419,'tve_revision_tve_global_scripts',''),(3455,419,'tve_revision_thrive_icon_pack',''),(3456,419,'tve_revision_thrive_tcb_post_fonts',''),(3457,419,'tve_revision_tve_has_masonry',''),(3458,419,'tve_revision_tve_has_typefocus',''),(3459,419,'tve_revision_tve_updated_post',''),(3460,419,'tve_revision_tve_has_wistia_popover',''),(3461,519,'tve_revision_tve_landing_page',''),(3462,519,'tve_revision_tve_disable_theme_dependency',''),(3463,519,'tve_revision_tve_content_before_more',''),(3464,519,'tve_revision_tve_content_more_found',''),(3465,519,'tve_revision_tve_save_post',''),(3466,519,'tve_revision_tve_custom_css',''),(3467,519,'tve_revision_tve_user_custom_css',''),(3468,519,'tve_revision_tve_page_events',''),(3469,519,'tve_revision_tve_globals',''),(3470,519,'tve_revision_tve_global_scripts',''),(3471,519,'tve_revision_thrive_icon_pack',''),(3472,519,'tve_revision_thrive_tcb_post_fonts',''),(3473,519,'tve_revision_tve_has_masonry',''),(3474,519,'tve_revision_tve_has_typefocus',''),(3475,519,'tve_revision_tve_updated_post',''),(3476,519,'tve_revision_tve_has_wistia_popover',''),(3477,520,'tve_revision_tve_landing_page',''),(3478,520,'tve_revision_tve_disable_theme_dependency',''),(3479,520,'tve_revision_tve_content_before_more',''),(3480,520,'tve_revision_tve_content_more_found',''),(3481,520,'tve_revision_tve_save_post',''),(3482,520,'tve_revision_tve_custom_css',''),(3483,520,'tve_revision_tve_user_custom_css',''),(3484,520,'tve_revision_tve_page_events',''),(3485,520,'tve_revision_tve_globals',''),(3486,520,'tve_revision_tve_global_scripts',''),(3487,520,'tve_revision_thrive_icon_pack',''),(3488,520,'tve_revision_thrive_tcb_post_fonts',''),(3489,520,'tve_revision_tve_has_masonry',''),(3490,520,'tve_revision_tve_has_typefocus',''),(3491,520,'tve_revision_tve_updated_post',''),(3492,520,'tve_revision_tve_has_wistia_popover',''),(3493,521,'tve_revision_tve_landing_page',''),(3494,521,'tve_revision_tve_disable_theme_dependency',''),(3495,521,'tve_revision_tve_content_before_more',''),(3496,521,'tve_revision_tve_content_more_found',''),(3497,521,'tve_revision_tve_save_post',''),(3498,521,'tve_revision_tve_custom_css',''),(3499,521,'tve_revision_tve_user_custom_css',''),(3500,521,'tve_revision_tve_page_events',''),(3501,521,'tve_revision_tve_globals',''),(3502,521,'tve_revision_tve_global_scripts',''),(3503,521,'tve_revision_thrive_icon_pack',''),(3504,521,'tve_revision_thrive_tcb_post_fonts',''),(3505,521,'tve_revision_tve_has_masonry',''),(3506,521,'tve_revision_tve_has_typefocus',''),(3507,521,'tve_revision_tve_updated_post',''),(3508,521,'tve_revision_tve_has_wistia_popover',''),(3509,522,'tve_revision_tve_landing_page',''),(3510,522,'tve_revision_tve_disable_theme_dependency',''),(3511,522,'tve_revision_tve_content_before_more',''),(3512,522,'tve_revision_tve_content_more_found',''),(3513,522,'tve_revision_tve_save_post',''),(3514,522,'tve_revision_tve_custom_css',''),(3515,522,'tve_revision_tve_user_custom_css',''),(3516,522,'tve_revision_tve_page_events',''),(3517,522,'tve_revision_tve_globals',''),(3518,522,'tve_revision_tve_global_scripts',''),(3519,522,'tve_revision_thrive_icon_pack',''),(3520,522,'tve_revision_thrive_tcb_post_fonts',''),(3521,522,'tve_revision_tve_has_masonry',''),(3522,522,'tve_revision_tve_has_typefocus',''),(3523,522,'tve_revision_tve_updated_post',''),(3524,522,'tve_revision_tve_has_wistia_popover',''),(3525,419,'tve_revision_tve_landing_page',''),(3526,419,'tve_revision_tve_disable_theme_dependency',''),(3527,419,'tve_revision_tve_content_before_more',''),(3528,419,'tve_revision_tve_content_more_found',''),(3529,419,'tve_revision_tve_save_post',''),(3530,419,'tve_revision_tve_custom_css',''),(3531,419,'tve_revision_tve_user_custom_css',''),(3532,419,'tve_revision_tve_page_events',''),(3533,419,'tve_revision_tve_globals',''),(3534,419,'tve_revision_tve_global_scripts',''),(3535,419,'tve_revision_thrive_icon_pack',''),(3536,419,'tve_revision_thrive_tcb_post_fonts',''),(3537,419,'tve_revision_tve_has_masonry',''),(3538,419,'tve_revision_tve_has_typefocus',''),(3539,419,'tve_revision_tve_updated_post',''),(3540,419,'tve_revision_tve_has_wistia_popover',''),(3541,419,'tve_revision_tve_landing_page',''),(3542,419,'tve_revision_tve_disable_theme_dependency',''),(3543,419,'tve_revision_tve_content_before_more',''),(3544,419,'tve_revision_tve_content_more_found',''),(3545,419,'tve_revision_tve_save_post',''),(3546,419,'tve_revision_tve_custom_css',''),(3547,419,'tve_revision_tve_user_custom_css',''),(3548,419,'tve_revision_tve_page_events',''),(3549,419,'tve_revision_tve_globals',''),(3550,419,'tve_revision_tve_global_scripts',''),(3551,419,'tve_revision_thrive_icon_pack',''),(3552,419,'tve_revision_thrive_tcb_post_fonts',''),(3553,419,'tve_revision_tve_has_masonry',''),(3554,419,'tve_revision_tve_has_typefocus',''),(3555,419,'tve_revision_tve_updated_post',''),(3556,419,'tve_revision_tve_has_wistia_popover',''),(3557,523,'tve_revision_tve_landing_page',''),(3558,523,'tve_revision_tve_disable_theme_dependency',''),(3559,523,'tve_revision_tve_content_before_more',''),(3560,523,'tve_revision_tve_content_more_found',''),(3561,523,'tve_revision_tve_save_post',''),(3562,523,'tve_revision_tve_custom_css',''),(3563,523,'tve_revision_tve_user_custom_css',''),(3564,523,'tve_revision_tve_page_events',''),(3565,523,'tve_revision_tve_globals',''),(3566,523,'tve_revision_tve_global_scripts',''),(3567,523,'tve_revision_thrive_icon_pack',''),(3568,523,'tve_revision_thrive_tcb_post_fonts',''),(3569,523,'tve_revision_tve_has_masonry',''),(3570,523,'tve_revision_tve_has_typefocus',''),(3571,523,'tve_revision_tve_updated_post',''),(3572,523,'tve_revision_tve_has_wistia_popover',''),(3573,524,'tve_revision_tve_landing_page',''),(3574,524,'tve_revision_tve_disable_theme_dependency',''),(3575,524,'tve_revision_tve_content_before_more',''),(3576,524,'tve_revision_tve_content_more_found',''),(3577,524,'tve_revision_tve_save_post',''),(3578,524,'tve_revision_tve_custom_css',''),(3579,524,'tve_revision_tve_user_custom_css',''),(3580,524,'tve_revision_tve_page_events',''),(3581,524,'tve_revision_tve_globals',''),(3582,524,'tve_revision_tve_global_scripts',''),(3583,524,'tve_revision_thrive_icon_pack',''),(3584,524,'tve_revision_thrive_tcb_post_fonts',''),(3585,524,'tve_revision_tve_has_masonry',''),(3586,524,'tve_revision_tve_has_typefocus',''),(3587,524,'tve_revision_tve_updated_post',''),(3588,524,'tve_revision_tve_has_wistia_popover',''),(3589,525,'tve_revision_tve_landing_page',''),(3590,525,'tve_revision_tve_disable_theme_dependency',''),(3591,525,'tve_revision_tve_content_before_more',''),(3592,525,'tve_revision_tve_content_more_found',''),(3593,525,'tve_revision_tve_save_post',''),(3594,525,'tve_revision_tve_custom_css',''),(3595,525,'tve_revision_tve_user_custom_css',''),(3596,525,'tve_revision_tve_page_events',''),(3597,525,'tve_revision_tve_globals',''),(3598,525,'tve_revision_tve_global_scripts',''),(3599,525,'tve_revision_thrive_icon_pack',''),(3600,525,'tve_revision_thrive_tcb_post_fonts',''),(3601,525,'tve_revision_tve_has_masonry',''),(3602,525,'tve_revision_tve_has_typefocus',''),(3603,525,'tve_revision_tve_updated_post',''),(3604,525,'tve_revision_tve_has_wistia_popover',''),(3605,526,'tve_revision_tve_landing_page',''),(3606,526,'tve_revision_tve_disable_theme_dependency',''),(3607,526,'tve_revision_tve_content_before_more',''),(3608,526,'tve_revision_tve_content_more_found',''),(3609,526,'tve_revision_tve_save_post',''),(3610,526,'tve_revision_tve_custom_css',''),(3611,526,'tve_revision_tve_user_custom_css',''),(3612,526,'tve_revision_tve_page_events',''),(3613,526,'tve_revision_tve_globals',''),(3614,526,'tve_revision_tve_global_scripts',''),(3615,526,'tve_revision_thrive_icon_pack',''),(3616,526,'tve_revision_thrive_tcb_post_fonts',''),(3617,526,'tve_revision_tve_has_masonry',''),(3618,526,'tve_revision_tve_has_typefocus',''),(3619,526,'tve_revision_tve_updated_post',''),(3620,526,'tve_revision_tve_has_wistia_popover',''),(3621,198,'tcb2_ready','1'),(3622,198,'tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> The Challenge™</h3><p class=\"tve-droppable\">This is <em>our proprietary approach</em> to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Documents</h3><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Landscape Design</h3><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #040033;\"></i> Interior Design Services</h3><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Management Services</h3>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166d202a92f\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(3623,198,'tve_content_more_found',''),(3624,198,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; float: left; z-index: 3; position: relative; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-1664bb6b4e3\"]::after { clear: both; }[data-css=\"tve-u-166d202a92f\"] { margin-top: -20px !important; }}'),(3625,198,'tve_user_custom_css',''),(3626,198,'tve_page_events','a:0:{}'),(3627,198,'tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> The Challenge™</h3><p class=\"tve-droppable\">This is <em>our proprietary approach</em> to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Documents</h3><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Landscape Design</h3><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #040033;\"></i> Interior Design Services</h3><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Management Services</h3>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166d202a92f\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(3628,198,'tcb_editor_enabled','1'),(3629,528,'tve_revision_tve_landing_page',''),(3630,528,'tve_revision_tve_disable_theme_dependency',''),(3631,528,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2>\"Bringing Structure to Life!\".... It’s what we do.</h2><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. </p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>\"Bringing Structure to Life!\".... It’s what we do.</p>\n<p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p>\n<p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p>\n<p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>\n[spacer height=\"80\" /]\n[column size=\"2/3\" last=\"true\"]\n<p>Service Phases:</p>\n[toggle name=\"Base Camp Feasibility Analysis™\"]\n<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p>\n<p>[/toggle]<br />\n[toggle name=\"The Challenge™\"]</p>\n<p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p>\n<p>[/toggle]<br />\n[toggle name=\"Construction Documents\"]</p>\n<p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<p>[/toggle]</p>\n[toggle name=\"Landscape Design\"]\n<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<p>[/toggle]<br />\n[toggle name=\"Interior Design Services\"]</p>\n<p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<p>[/toggle]</p>\n[toggle name=\"Construction Management Services\"]</p>\n<p>We offer services including:</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order review</li>\n<li>Monthly Pay Application review</li>\n<li>Project close out, Warranty review and coordination</li>\n</ul>\n<p>[/toggle]\n<p>&nbsp;</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(3632,528,'tve_revision_tve_content_more_found',''),(3633,528,'tve_revision_tve_save_post',''),(3634,528,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; }}'),(3635,528,'tve_revision_tve_user_custom_css',''),(3636,528,'tve_revision_tve_page_events','a:0:{}'),(3637,528,'tve_revision_tve_globals',''),(3638,528,'tve_revision_tve_global_scripts',''),(3639,528,'tve_revision_thrive_icon_pack',''),(3640,528,'tve_revision_thrive_tcb_post_fonts',''),(3641,528,'tve_revision_tve_has_masonry',''),(3642,528,'tve_revision_tve_has_typefocus',''),(3643,528,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2>\"Bringing Structure to Life!\".... It’s what we do.</h2><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. </p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>\"Bringing Structure to Life!\".... It’s what we do.</p>\n<p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p>\n<p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p>\n<p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>\n[spacer height=\"80\" /]\n[column size=\"2/3\" last=\"true\"]\n<p>Service Phases:</p>\n[toggle name=\"Base Camp Feasibility Analysis™\"]\n<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p>\n<p>[/toggle]<br />\n[toggle name=\"The Challenge™\"]</p>\n<p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p>\n<p>[/toggle]<br />\n[toggle name=\"Construction Documents\"]</p>\n<p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<p>[/toggle]</p>\n[toggle name=\"Landscape Design\"]\n<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<p>[/toggle]<br />\n[toggle name=\"Interior Design Services\"]</p>\n<p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<p>[/toggle]</p>\n[toggle name=\"Construction Management Services\"]</p>\n<p>We offer services including:</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order review</li>\n<li>Monthly Pay Application review</li>\n<li>Project close out, Warranty review and coordination</li>\n</ul>\n<p>[/toggle]\n<p>&nbsp;</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(3644,528,'tve_revision_tve_has_wistia_popover',''),(3645,198,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(3646,198,'thrive_tcb_post_fonts','a:0:{}'),(3647,198,'thrive_icon_pack','0'),(3648,198,'tve_has_masonry','0'),(3649,198,'tve_has_typefocus','0'),(3650,198,'tve_has_wistia_popover','0'),(3651,529,'tve_revision_tve_landing_page',''),(3652,529,'tve_revision_tve_disable_theme_dependency',''),(3653,529,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2>\"Bringing Structure to Life!\".... It’s what we do.</h2><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. </p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>\"Bringing Structure to Life!\".... It’s what we do.</p>\n<p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p>\n<p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p>\n<p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>\n[spacer height=\"80\" /]\n[column size=\"2/3\" last=\"true\"]\n<p>Service Phases:</p>\n[toggle name=\"Base Camp Feasibility Analysis™\"]\n<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p>\n<p>[/toggle]<br />\n[toggle name=\"The Challenge™\"]</p>\n<p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p>\n<p>[/toggle]<br />\n[toggle name=\"Construction Documents\"]</p>\n<p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<p>[/toggle]</p>\n[toggle name=\"Landscape Design\"]\n<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<p>[/toggle]<br />\n[toggle name=\"Interior Design Services\"]</p>\n<p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<p>[/toggle]</p>\n[toggle name=\"Construction Management Services\"]</p>\n<p>We offer services including:</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order review</li>\n<li>Monthly Pay Application review</li>\n<li>Project close out, Warranty review and coordination</li>\n</ul>\n<p>[/toggle]\n<p>&nbsp;</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(3654,529,'tve_revision_tve_content_more_found',''),(3655,529,'tve_revision_tve_save_post',''),(3656,529,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; }}'),(3657,529,'tve_revision_tve_user_custom_css',''),(3658,529,'tve_revision_tve_page_events','a:0:{}'),(3659,529,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(3660,529,'tve_revision_tve_global_scripts',''),(3661,529,'tve_revision_thrive_icon_pack','0'),(3662,529,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3663,529,'tve_revision_tve_has_masonry','0'),(3664,529,'tve_revision_tve_has_typefocus','0'),(3665,529,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2>\"Bringing Structure to Life!\".... It’s what we do.</h2><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. </p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>\"Bringing Structure to Life!\".... It’s what we do.</p>\n<p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p>\n<p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p>\n<p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>\n[spacer height=\"80\" /]\n[column size=\"2/3\" last=\"true\"]\n<p>Service Phases:</p>\n[toggle name=\"Base Camp Feasibility Analysis™\"]\n<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p>\n<p>[/toggle]<br />\n[toggle name=\"The Challenge™\"]</p>\n<p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p>\n<p>[/toggle]<br />\n[toggle name=\"Construction Documents\"]</p>\n<p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<p>[/toggle]</p>\n[toggle name=\"Landscape Design\"]\n<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<p>[/toggle]<br />\n[toggle name=\"Interior Design Services\"]</p>\n<p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<p>[/toggle]</p>\n[toggle name=\"Construction Management Services\"]</p>\n<p>We offer services including:</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order review</li>\n<li>Monthly Pay Application review</li>\n<li>Project close out, Warranty review and coordination</li>\n</ul>\n<p>[/toggle]\n<p>&nbsp;</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(3666,529,'tve_revision_tve_has_wistia_popover','0'),(3667,530,'tve_revision_tve_landing_page',''),(3668,530,'tve_revision_tve_disable_theme_dependency',''),(3669,530,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">\"BRINGING STRUCTURE TO LIFE!\".... IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. </p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>\"Bringing Structure to Life!\".... It’s what we do.</p>\n<p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p>\n<p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p>\n<p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>\n[spacer height=\"80\" /]\n[column size=\"2/3\" last=\"true\"]\n<p>Service Phases:</p>\n[toggle name=\"Base Camp Feasibility Analysis™\"]\n<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p>\n<p>[/toggle]<br />\n[toggle name=\"The Challenge™\"]</p>\n<p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p>\n<p>[/toggle]<br />\n[toggle name=\"Construction Documents\"]</p>\n<p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<p>[/toggle]</p>\n[toggle name=\"Landscape Design\"]\n<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<p>[/toggle]<br />\n[toggle name=\"Interior Design Services\"]</p>\n<p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<p>[/toggle]</p>\n[toggle name=\"Construction Management Services\"]</p>\n<p>We offer services including:</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order review</li>\n<li>Monthly Pay Application review</li>\n<li>Project close out, Warranty review and coordination</li>\n</ul>\n<p>[/toggle]\n<p>&nbsp;</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(3670,530,'tve_revision_tve_content_more_found',''),(3671,530,'tve_revision_tve_save_post',''),(3672,530,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 0px !important; }}'),(3673,530,'tve_revision_tve_user_custom_css',''),(3674,530,'tve_revision_tve_page_events','a:0:{}'),(3675,530,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(3676,530,'tve_revision_tve_global_scripts',''),(3677,530,'tve_revision_thrive_icon_pack','0'),(3678,530,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3679,530,'tve_revision_tve_has_masonry','0'),(3680,530,'tve_revision_tve_has_typefocus','0'),(3681,530,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">\"BRINGING STRUCTURE TO LIFE!\".... IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. </p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>\"Bringing Structure to Life!\".... It’s what we do.</p>\n<p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p>\n<p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p>\n<p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>\n[spacer height=\"80\" /]\n[column size=\"2/3\" last=\"true\"]\n<p>Service Phases:</p>\n[toggle name=\"Base Camp Feasibility Analysis™\"]\n<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p>\n<p>[/toggle]<br />\n[toggle name=\"The Challenge™\"]</p>\n<p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p>\n<p>[/toggle]<br />\n[toggle name=\"Construction Documents\"]</p>\n<p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<p>[/toggle]</p>\n[toggle name=\"Landscape Design\"]\n<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<p>[/toggle]<br />\n[toggle name=\"Interior Design Services\"]</p>\n<p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<p>[/toggle]</p>\n[toggle name=\"Construction Management Services\"]</p>\n<p>We offer services including:</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order review</li>\n<li>Monthly Pay Application review</li>\n<li>Project close out, Warranty review and coordination</li>\n</ul>\n<p>[/toggle]\n<p>&nbsp;</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(3682,530,'tve_revision_tve_has_wistia_popover','0'),(3683,531,'tve_revision_tve_landing_page',''),(3684,531,'tve_revision_tve_disable_theme_dependency',''),(3685,531,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">\"BRINGING STRUCTURE TO LIFE!\".... IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. </p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(3686,531,'tve_revision_tve_content_more_found',''),(3687,531,'tve_revision_tve_save_post',''),(3688,531,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(3689,531,'tve_revision_tve_user_custom_css',''),(3690,531,'tve_revision_tve_page_events','a:0:{}'),(3691,531,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(3692,531,'tve_revision_tve_global_scripts',''),(3693,531,'tve_revision_thrive_icon_pack','0'),(3694,531,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3695,531,'tve_revision_tve_has_masonry','0'),(3696,531,'tve_revision_tve_has_typefocus','0'),(3697,531,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">\"BRINGING STRUCTURE TO LIFE!\".... IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. </p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(3698,531,'tve_revision_tve_has_wistia_popover','0'),(3699,303,'tve_revision_tve_landing_page',''),(3700,303,'tve_revision_tve_disable_theme_dependency',''),(3701,303,'tve_revision_tve_content_before_more',''),(3702,303,'tve_revision_tve_content_more_found',''),(3703,303,'tve_revision_tve_save_post',''),(3704,303,'tve_revision_tve_custom_css',''),(3705,303,'tve_revision_tve_user_custom_css',''),(3706,303,'tve_revision_tve_page_events',''),(3707,303,'tve_revision_tve_globals',''),(3708,303,'tve_revision_tve_global_scripts',''),(3709,303,'tve_revision_thrive_icon_pack',''),(3710,303,'tve_revision_thrive_tcb_post_fonts',''),(3711,303,'tve_revision_tve_has_masonry',''),(3712,303,'tve_revision_tve_has_typefocus',''),(3713,303,'tve_revision_tve_updated_post',''),(3714,303,'tve_revision_tve_has_wistia_popover',''),(3715,303,'tve_revision_tve_landing_page',''),(3716,303,'tve_revision_tve_disable_theme_dependency',''),(3717,303,'tve_revision_tve_content_before_more',''),(3718,303,'tve_revision_tve_content_more_found',''),(3719,303,'tve_revision_tve_save_post',''),(3720,303,'tve_revision_tve_custom_css',''),(3721,303,'tve_revision_tve_user_custom_css',''),(3722,303,'tve_revision_tve_page_events',''),(3723,303,'tve_revision_tve_globals',''),(3724,303,'tve_revision_tve_global_scripts',''),(3725,303,'tve_revision_thrive_icon_pack',''),(3726,303,'tve_revision_thrive_tcb_post_fonts',''),(3727,303,'tve_revision_tve_has_masonry',''),(3728,303,'tve_revision_tve_has_typefocus',''),(3729,303,'tve_revision_tve_updated_post',''),(3730,303,'tve_revision_tve_has_wistia_popover',''),(3731,532,'tve_revision_tve_landing_page',''),(3732,532,'tve_revision_tve_disable_theme_dependency',''),(3733,532,'tve_revision_tve_content_before_more',''),(3734,532,'tve_revision_tve_content_more_found',''),(3735,532,'tve_revision_tve_save_post',''),(3736,532,'tve_revision_tve_custom_css',''),(3737,532,'tve_revision_tve_user_custom_css',''),(3738,532,'tve_revision_tve_page_events',''),(3739,532,'tve_revision_tve_globals',''),(3740,532,'tve_revision_tve_global_scripts',''),(3741,532,'tve_revision_thrive_icon_pack',''),(3742,532,'tve_revision_thrive_tcb_post_fonts',''),(3743,532,'tve_revision_tve_has_masonry',''),(3744,532,'tve_revision_tve_has_typefocus',''),(3745,532,'tve_revision_tve_updated_post',''),(3746,532,'tve_revision_tve_has_wistia_popover',''),(3747,303,'tve_revision_tve_landing_page',''),(3748,303,'tve_revision_tve_disable_theme_dependency',''),(3749,303,'tve_revision_tve_content_before_more',''),(3750,303,'tve_revision_tve_content_more_found',''),(3751,303,'tve_revision_tve_save_post',''),(3752,303,'tve_revision_tve_custom_css',''),(3753,303,'tve_revision_tve_user_custom_css',''),(3754,303,'tve_revision_tve_page_events',''),(3755,303,'tve_revision_tve_globals',''),(3756,303,'tve_revision_tve_global_scripts',''),(3757,303,'tve_revision_thrive_icon_pack',''),(3758,303,'tve_revision_thrive_tcb_post_fonts',''),(3759,303,'tve_revision_tve_has_masonry',''),(3760,303,'tve_revision_tve_has_typefocus',''),(3761,303,'tve_revision_tve_updated_post',''),(3762,303,'tve_revision_tve_has_wistia_popover',''),(3763,533,'tve_revision_tve_landing_page',''),(3764,533,'tve_revision_tve_disable_theme_dependency',''),(3765,533,'tve_revision_tve_content_before_more',''),(3766,533,'tve_revision_tve_content_more_found',''),(3767,533,'tve_revision_tve_save_post',''),(3768,533,'tve_revision_tve_custom_css',''),(3769,533,'tve_revision_tve_user_custom_css',''),(3770,533,'tve_revision_tve_page_events',''),(3771,533,'tve_revision_tve_globals',''),(3772,533,'tve_revision_tve_global_scripts',''),(3773,533,'tve_revision_thrive_icon_pack',''),(3774,533,'tve_revision_thrive_tcb_post_fonts',''),(3775,533,'tve_revision_tve_has_masonry',''),(3776,533,'tve_revision_tve_has_typefocus',''),(3777,533,'tve_revision_tve_updated_post',''),(3778,533,'tve_revision_tve_has_wistia_popover',''),(3779,419,'tve_revision_tve_landing_page',''),(3780,419,'tve_revision_tve_disable_theme_dependency',''),(3781,419,'tve_revision_tve_content_before_more',''),(3782,419,'tve_revision_tve_content_more_found',''),(3783,419,'tve_revision_tve_save_post',''),(3784,419,'tve_revision_tve_custom_css',''),(3785,419,'tve_revision_tve_user_custom_css',''),(3786,419,'tve_revision_tve_page_events',''),(3787,419,'tve_revision_tve_globals',''),(3788,419,'tve_revision_tve_global_scripts',''),(3789,419,'tve_revision_thrive_icon_pack',''),(3790,419,'tve_revision_thrive_tcb_post_fonts',''),(3791,419,'tve_revision_tve_has_masonry',''),(3792,419,'tve_revision_tve_has_typefocus',''),(3793,419,'tve_revision_tve_updated_post',''),(3794,419,'tve_revision_tve_has_wistia_popover',''),(3795,419,'tve_revision_tve_landing_page',''),(3796,419,'tve_revision_tve_disable_theme_dependency',''),(3797,419,'tve_revision_tve_content_before_more',''),(3798,419,'tve_revision_tve_content_more_found',''),(3799,419,'tve_revision_tve_save_post',''),(3800,419,'tve_revision_tve_custom_css',''),(3801,419,'tve_revision_tve_user_custom_css',''),(3802,419,'tve_revision_tve_page_events',''),(3803,419,'tve_revision_tve_globals',''),(3804,419,'tve_revision_tve_global_scripts',''),(3805,419,'tve_revision_thrive_icon_pack',''),(3806,419,'tve_revision_thrive_tcb_post_fonts',''),(3807,419,'tve_revision_tve_has_masonry',''),(3808,419,'tve_revision_tve_has_typefocus',''),(3809,419,'tve_revision_tve_updated_post',''),(3810,419,'tve_revision_tve_has_wistia_popover',''),(3811,534,'tve_revision_tve_landing_page',''),(3812,534,'tve_revision_tve_disable_theme_dependency',''),(3813,534,'tve_revision_tve_content_before_more',''),(3814,534,'tve_revision_tve_content_more_found',''),(3815,534,'tve_revision_tve_save_post',''),(3816,534,'tve_revision_tve_custom_css',''),(3817,534,'tve_revision_tve_user_custom_css',''),(3818,534,'tve_revision_tve_page_events',''),(3819,534,'tve_revision_tve_globals',''),(3820,534,'tve_revision_tve_global_scripts',''),(3821,534,'tve_revision_thrive_icon_pack',''),(3822,534,'tve_revision_thrive_tcb_post_fonts',''),(3823,534,'tve_revision_tve_has_masonry',''),(3824,534,'tve_revision_tve_has_typefocus',''),(3825,534,'tve_revision_tve_updated_post',''),(3826,534,'tve_revision_tve_has_wistia_popover',''),(3827,535,'tve_revision_tve_landing_page',''),(3828,535,'tve_revision_tve_disable_theme_dependency',''),(3829,535,'tve_revision_tve_content_before_more',''),(3830,535,'tve_revision_tve_content_more_found',''),(3831,535,'tve_revision_tve_save_post',''),(3832,535,'tve_revision_tve_custom_css',''),(3833,535,'tve_revision_tve_user_custom_css',''),(3834,535,'tve_revision_tve_page_events',''),(3835,535,'tve_revision_tve_globals',''),(3836,535,'tve_revision_tve_global_scripts',''),(3837,535,'tve_revision_thrive_icon_pack',''),(3838,535,'tve_revision_thrive_tcb_post_fonts',''),(3839,535,'tve_revision_tve_has_masonry',''),(3840,535,'tve_revision_tve_has_typefocus',''),(3841,535,'tve_revision_tve_updated_post',''),(3842,535,'tve_revision_tve_has_wistia_popover',''),(3843,536,'tve_revision_tve_landing_page',''),(3844,536,'tve_revision_tve_disable_theme_dependency',''),(3845,536,'tve_revision_tve_content_before_more',''),(3846,536,'tve_revision_tve_content_more_found',''),(3847,536,'tve_revision_tve_save_post',''),(3848,536,'tve_revision_tve_custom_css',''),(3849,536,'tve_revision_tve_user_custom_css',''),(3850,536,'tve_revision_tve_page_events',''),(3851,536,'tve_revision_tve_globals',''),(3852,536,'tve_revision_tve_global_scripts',''),(3853,536,'tve_revision_thrive_icon_pack',''),(3854,536,'tve_revision_thrive_tcb_post_fonts',''),(3855,536,'tve_revision_tve_has_masonry',''),(3856,536,'tve_revision_tve_has_typefocus',''),(3857,536,'tve_revision_tve_updated_post',''),(3858,536,'tve_revision_tve_has_wistia_popover',''),(3859,537,'_wp_attached_file','2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg'),(3860,537,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:98:\"wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\";}'),(3861,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:379;s:4:\"file\";s:62:\"2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-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:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-768x287.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-820x306.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-820x379.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-540x202.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:62:\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(3862,419,'tve_revision_tve_landing_page',''),(3863,419,'tve_revision_tve_disable_theme_dependency',''),(3864,419,'tve_revision_tve_content_before_more',''),(3865,419,'tve_revision_tve_content_more_found',''),(3866,419,'tve_revision_tve_save_post',''),(3867,419,'tve_revision_tve_custom_css',''),(3868,419,'tve_revision_tve_user_custom_css',''),(3869,419,'tve_revision_tve_page_events',''),(3870,419,'tve_revision_tve_globals',''),(3871,419,'tve_revision_tve_global_scripts',''),(3872,419,'tve_revision_thrive_icon_pack',''),(3873,419,'tve_revision_thrive_tcb_post_fonts',''),(3874,419,'tve_revision_tve_has_masonry',''),(3875,419,'tve_revision_tve_has_typefocus',''),(3876,419,'tve_revision_tve_updated_post',''),(3877,419,'tve_revision_tve_has_wistia_popover',''),(3878,538,'tve_revision_tve_landing_page',''),(3879,538,'tve_revision_tve_disable_theme_dependency',''),(3880,538,'tve_revision_tve_content_before_more',''),(3881,538,'tve_revision_tve_content_more_found',''),(3882,538,'tve_revision_tve_save_post',''),(3883,538,'tve_revision_tve_custom_css',''),(3884,538,'tve_revision_tve_user_custom_css',''),(3885,538,'tve_revision_tve_page_events',''),(3886,538,'tve_revision_tve_globals',''),(3887,538,'tve_revision_tve_global_scripts',''),(3888,538,'tve_revision_thrive_icon_pack',''),(3889,538,'tve_revision_thrive_tcb_post_fonts',''),(3890,538,'tve_revision_tve_has_masonry',''),(3891,538,'tve_revision_tve_has_typefocus',''),(3892,538,'tve_revision_tve_updated_post',''),(3893,538,'tve_revision_tve_has_wistia_popover',''),(3894,419,'tve_revision_tve_landing_page',''),(3895,419,'tve_revision_tve_disable_theme_dependency',''),(3896,419,'tve_revision_tve_content_before_more',''),(3897,419,'tve_revision_tve_content_more_found',''),(3898,419,'tve_revision_tve_save_post',''),(3899,419,'tve_revision_tve_custom_css',''),(3900,419,'tve_revision_tve_user_custom_css',''),(3901,419,'tve_revision_tve_page_events',''),(3902,419,'tve_revision_tve_globals',''),(3903,419,'tve_revision_tve_global_scripts',''),(3904,419,'tve_revision_thrive_icon_pack',''),(3905,419,'tve_revision_thrive_tcb_post_fonts',''),(3906,419,'tve_revision_tve_has_masonry',''),(3907,419,'tve_revision_tve_has_typefocus',''),(3908,419,'tve_revision_tve_updated_post',''),(3909,419,'tve_revision_tve_has_wistia_popover',''),(3910,539,'tve_revision_tve_landing_page',''),(3911,539,'tve_revision_tve_disable_theme_dependency',''),(3912,539,'tve_revision_tve_content_before_more',''),(3913,539,'tve_revision_tve_content_more_found',''),(3914,539,'tve_revision_tve_save_post',''),(3915,539,'tve_revision_tve_custom_css',''),(3916,539,'tve_revision_tve_user_custom_css',''),(3917,539,'tve_revision_tve_page_events',''),(3918,539,'tve_revision_tve_globals',''),(3919,539,'tve_revision_tve_global_scripts',''),(3920,539,'tve_revision_thrive_icon_pack',''),(3921,539,'tve_revision_thrive_tcb_post_fonts',''),(3922,539,'tve_revision_tve_has_masonry',''),(3923,539,'tve_revision_tve_has_typefocus',''),(3924,539,'tve_revision_tve_updated_post',''),(3925,539,'tve_revision_tve_has_wistia_popover',''),(3926,540,'tve_revision_tve_landing_page',''),(3927,540,'tve_revision_tve_disable_theme_dependency',''),(3928,540,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(3929,540,'tve_revision_tve_content_more_found',''),(3930,540,'tve_revision_tve_save_post',''),(3931,540,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(3932,540,'tve_revision_tve_user_custom_css',''),(3933,540,'tve_revision_tve_page_events','a:0:{}'),(3934,540,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(3935,540,'tve_revision_tve_global_scripts',''),(3936,540,'tve_revision_thrive_icon_pack','0'),(3937,540,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3938,540,'tve_revision_tve_has_masonry','0'),(3939,540,'tve_revision_tve_has_typefocus','0'),(3940,540,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(3941,540,'tve_revision_tve_has_wistia_popover','0'),(3942,541,'tve_revision_tve_landing_page',''),(3943,541,'tve_revision_tve_disable_theme_dependency',''),(3944,541,'tve_revision_tve_content_before_more',''),(3945,541,'tve_revision_tve_content_more_found',''),(3946,541,'tve_revision_tve_save_post',''),(3947,541,'tve_revision_tve_custom_css',''),(3948,541,'tve_revision_tve_user_custom_css',''),(3949,541,'tve_revision_tve_page_events',''),(3950,541,'tve_revision_tve_globals',''),(3951,541,'tve_revision_tve_global_scripts',''),(3952,541,'tve_revision_thrive_icon_pack',''),(3953,541,'tve_revision_thrive_tcb_post_fonts',''),(3954,541,'tve_revision_tve_has_masonry',''),(3955,541,'tve_revision_tve_has_typefocus',''),(3956,541,'tve_revision_tve_updated_post',''),(3957,541,'tve_revision_tve_has_wistia_popover',''),(3958,386,'_wi_slideshow-images','352'),(3959,386,'_wi_slideshow-images','387'),(3960,386,'_wi_slideshow-images','388'),(3961,386,'_wi_slideshow-images','389'),(3962,386,'_wi_slideshow-images','390'),(3963,386,'_wi_slideshow-images','391'),(3964,386,'_wi_slideshow-images','393'),(3965,386,'_wi_slideshow-images','394'),(4046,10,'_edit_lock','1537904251:166'),(4047,10,'_edit_last','166'),(4048,543,'tve_revision_tve_landing_page',''),(4049,543,'tve_revision_tve_disable_theme_dependency',''),(4050,543,'tve_revision_tve_content_before_more',''),(4051,543,'tve_revision_tve_content_more_found',''),(4052,543,'tve_revision_tve_save_post',''),(4053,543,'tve_revision_tve_custom_css',''),(4054,543,'tve_revision_tve_user_custom_css',''),(4055,543,'tve_revision_tve_page_events',''),(4056,543,'tve_revision_tve_globals',''),(4057,543,'tve_revision_tve_global_scripts',''),(4058,543,'tve_revision_thrive_icon_pack',''),(4059,543,'tve_revision_thrive_tcb_post_fonts',''),(4060,543,'tve_revision_tve_has_masonry',''),(4061,543,'tve_revision_tve_has_typefocus',''),(4062,543,'tve_revision_tve_updated_post',''),(4063,543,'tve_revision_tve_has_wistia_popover',''),(4064,544,'tve_revision_tve_landing_page',''),(4065,544,'tve_revision_tve_disable_theme_dependency',''),(4066,544,'tve_revision_tve_content_before_more',''),(4067,544,'tve_revision_tve_content_more_found',''),(4068,544,'tve_revision_tve_save_post',''),(4069,544,'tve_revision_tve_custom_css',''),(4070,544,'tve_revision_tve_user_custom_css',''),(4071,544,'tve_revision_tve_page_events',''),(4072,544,'tve_revision_tve_globals',''),(4073,544,'tve_revision_tve_global_scripts',''),(4074,544,'tve_revision_thrive_icon_pack',''),(4075,544,'tve_revision_thrive_tcb_post_fonts',''),(4076,544,'tve_revision_tve_has_masonry',''),(4077,544,'tve_revision_tve_has_typefocus',''),(4078,544,'tve_revision_tve_updated_post',''),(4079,544,'tve_revision_tve_has_wistia_popover',''),(4080,545,'tve_revision_tve_landing_page',''),(4081,545,'tve_revision_tve_disable_theme_dependency',''),(4082,545,'tve_revision_tve_content_before_more',''),(4083,545,'tve_revision_tve_content_more_found',''),(4084,545,'tve_revision_tve_save_post',''),(4085,545,'tve_revision_tve_custom_css',''),(4086,545,'tve_revision_tve_user_custom_css',''),(4087,545,'tve_revision_tve_page_events',''),(4088,545,'tve_revision_tve_globals',''),(4089,545,'tve_revision_tve_global_scripts',''),(4090,545,'tve_revision_thrive_icon_pack',''),(4091,545,'tve_revision_thrive_tcb_post_fonts',''),(4092,545,'tve_revision_tve_has_masonry',''),(4093,545,'tve_revision_tve_has_typefocus',''),(4094,545,'tve_revision_tve_updated_post',''),(4095,545,'tve_revision_tve_has_wistia_popover',''),(4096,14,'tcb2_ready','1'),(4097,14,'tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street, Suite 1980</li><li class=\"style=\" style=\"text-align: left;\">Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(4098,14,'tve_content_more_found',''),(4099,14,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { float: none; width: 100%; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1662fcf839a\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16636022206\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: -56px !important; }}'),(4100,14,'tve_user_custom_css',''),(4101,14,'tve_page_events','a:0:{}'),(4102,14,'tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street, Suite 1980</li><li class=\"style=\" style=\"text-align: left;\">Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(4104,546,'tve_revision_tve_landing_page',''),(4105,546,'tve_revision_tve_disable_theme_dependency',''),(4106,546,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[column size=\"2/3\" last=\"false\"]</p>\n<h3>If you’re looking for an architect to help with your project…</h3>\n<p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p>\n<p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p>[heading h=\"h3\"]Contact Info[/heading]</p>\n<p>[list type=\"plus\"]</p>\n<ul>\n<li>Sherer &amp; Associates, LLC</li>\n<li>1201 Main Street Suite 1980 Columbia, SC 29201</li>\n<li>Tel: 803-748-1345</li>\n<li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\n</ul>\n<p>[/list]</p>\n<p>&nbsp;</p>\n<p>[/column]\n<h3></h3>\n__TVE_SHORTCODE_RAW___</div></div>'),(4107,546,'tve_revision_tve_content_more_found',''),(4108,546,'tve_revision_tve_save_post',''),(4109,546,'tve_revision_tve_custom_css',''),(4110,546,'tve_revision_tve_user_custom_css',''),(4111,546,'tve_revision_tve_page_events','a:0:{}'),(4112,546,'tve_revision_tve_globals',''),(4113,546,'tve_revision_tve_global_scripts',''),(4114,546,'tve_revision_thrive_icon_pack',''),(4115,546,'tve_revision_thrive_tcb_post_fonts',''),(4116,546,'tve_revision_tve_has_masonry',''),(4117,546,'tve_revision_tve_has_typefocus',''),(4118,546,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[column size=\"2/3\" last=\"false\"]</p>\n<h3>If you’re looking for an architect to help with your project…</h3>\n<p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p>\n<p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p>[heading h=\"h3\"]Contact Info[/heading]</p>\n<p>[list type=\"plus\"]</p>\n<ul>\n<li>Sherer &amp; Associates, LLC</li>\n<li>1201 Main Street Suite 1980 Columbia, SC 29201</li>\n<li>Tel: 803-748-1345</li>\n<li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\n</ul>\n<p>[/list]</p>\n<p>&nbsp;</p>\n<p>[/column]\n<h3></h3>\n__TVE_SHORTCODE_RAW___</div></div>'),(4119,546,'tve_revision_tve_has_wistia_popover',''),(4120,14,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4121,14,'thrive_tcb_post_fonts','a:0:{}'),(4122,14,'thrive_icon_pack','0'),(4123,14,'tve_has_masonry','0'),(4124,14,'tve_has_typefocus','0'),(4125,14,'tve_has_wistia_popover','0'),(4126,547,'tve_revision_tve_landing_page',''),(4127,547,'tve_revision_tve_disable_theme_dependency',''),(4128,547,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[column size=\"2/3\" last=\"false\"]</p>\n<h3>If you’re looking for an architect to help with your project…</h3>\n<p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p>\n<p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p>[heading h=\"h3\"]Contact Info[/heading]</p>\n<p>[list type=\"plus\"]</p>\n<ul>\n<li>Sherer &amp; Associates, LLC</li>\n<li>1201 Main Street Suite 1980 Columbia, SC 29201</li>\n<li>Tel: 803-748-1345</li>\n<li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\n</ul>\n<p>[/list]</p>\n<p>&nbsp;</p>\n<p>[/column]\n<h3></h3>\n__TVE_SHORTCODE_RAW___</div></div>'),(4129,547,'tve_revision_tve_content_more_found',''),(4130,547,'tve_revision_tve_save_post',''),(4131,547,'tve_revision_tve_custom_css',''),(4132,547,'tve_revision_tve_user_custom_css',''),(4133,547,'tve_revision_tve_page_events','a:0:{}'),(4134,547,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4135,547,'tve_revision_tve_global_scripts',''),(4136,547,'tve_revision_thrive_icon_pack','0'),(4137,547,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4138,547,'tve_revision_tve_has_masonry','0'),(4139,547,'tve_revision_tve_has_typefocus','0'),(4140,547,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[column size=\"2/3\" last=\"false\"]</p>\n<h3>If you’re looking for an architect to help with your project…</h3>\n<p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p>\n<p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p>[heading h=\"h3\"]Contact Info[/heading]</p>\n<p>[list type=\"plus\"]</p>\n<ul>\n<li>Sherer &amp; Associates, LLC</li>\n<li>1201 Main Street Suite 1980 Columbia, SC 29201</li>\n<li>Tel: 803-748-1345</li>\n<li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\n</ul>\n<p>[/list]</p>\n<p>&nbsp;</p>\n<p>[/column]\n<h3></h3>\n__TVE_SHORTCODE_RAW___</div></div>'),(4141,547,'tve_revision_tve_has_wistia_popover','0'),(4142,548,'tve_revision_tve_landing_page',''),(4143,548,'tve_revision_tve_disable_theme_dependency',''),(4144,548,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4145,548,'tve_revision_tve_content_more_found',''),(4146,548,'tve_revision_tve_save_post',''),(4147,548,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4148,548,'tve_revision_tve_user_custom_css',''),(4149,548,'tve_revision_tve_page_events','a:0:{}'),(4150,548,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4151,548,'tve_revision_tve_global_scripts',''),(4152,548,'tve_revision_thrive_icon_pack','0'),(4153,548,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4154,548,'tve_revision_tve_has_masonry','0'),(4155,548,'tve_revision_tve_has_typefocus','0'),(4156,548,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4157,548,'tve_revision_tve_has_wistia_popover','0'),(4158,14,'amazonS3_cache','a:2:{s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;}'),(4159,549,'tve_revision_tve_landing_page',''),(4160,549,'tve_revision_tve_disable_theme_dependency',''),(4161,549,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(4162,549,'tve_revision_tve_content_more_found',''),(4163,549,'tve_revision_tve_save_post',''),(4164,549,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(4165,549,'tve_revision_tve_user_custom_css',''),(4166,549,'tve_revision_tve_page_events','a:0:{}'),(4167,549,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4168,549,'tve_revision_tve_global_scripts',''),(4169,549,'tve_revision_thrive_icon_pack','0'),(4170,549,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4171,549,'tve_revision_tve_has_masonry','0'),(4172,549,'tve_revision_tve_has_typefocus','0'),(4173,549,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(4174,549,'tve_revision_tve_has_wistia_popover','0'),(4175,552,'tve_revision_tve_landing_page',''),(4176,552,'tve_revision_tve_disable_theme_dependency',''),(4177,552,'tve_revision_tve_content_before_more',''),(4178,552,'tve_revision_tve_content_more_found',''),(4179,552,'tve_revision_tve_save_post',''),(4180,552,'tve_revision_tve_custom_css',''),(4181,552,'tve_revision_tve_user_custom_css',''),(4182,552,'tve_revision_tve_page_events',''),(4183,552,'tve_revision_tve_globals',''),(4184,552,'tve_revision_tve_global_scripts',''),(4185,552,'tve_revision_thrive_icon_pack',''),(4186,552,'tve_revision_thrive_tcb_post_fonts',''),(4187,552,'tve_revision_tve_has_masonry',''),(4188,552,'tve_revision_tve_has_typefocus',''),(4189,552,'tve_revision_tve_updated_post',''),(4190,552,'tve_revision_tve_has_wistia_popover',''),(4191,552,'tve_revision_tve_landing_page',''),(4192,552,'tve_revision_tve_disable_theme_dependency',''),(4193,552,'tve_revision_tve_content_before_more',''),(4194,552,'tve_revision_tve_content_more_found',''),(4195,552,'tve_revision_tve_save_post',''),(4196,552,'tve_revision_tve_custom_css',''),(4197,552,'tve_revision_tve_user_custom_css',''),(4198,552,'tve_revision_tve_page_events',''),(4199,552,'tve_revision_tve_globals',''),(4200,552,'tve_revision_tve_global_scripts',''),(4201,552,'tve_revision_thrive_icon_pack',''),(4202,552,'tve_revision_thrive_tcb_post_fonts',''),(4203,552,'tve_revision_tve_has_masonry',''),(4204,552,'tve_revision_tve_has_typefocus',''),(4205,552,'tve_revision_tve_updated_post',''),(4206,552,'tve_revision_tve_has_wistia_popover',''),(4207,552,'tve_revision_tve_landing_page',''),(4208,552,'tve_revision_tve_disable_theme_dependency',''),(4209,552,'tve_revision_tve_content_before_more',''),(4210,552,'tve_revision_tve_content_more_found',''),(4211,552,'tve_revision_tve_save_post',''),(4212,552,'tve_revision_tve_custom_css',''),(4213,552,'tve_revision_tve_user_custom_css',''),(4214,552,'tve_revision_tve_page_events',''),(4215,552,'tve_revision_tve_globals',''),(4216,552,'tve_revision_tve_global_scripts',''),(4217,552,'tve_revision_thrive_icon_pack',''),(4218,552,'tve_revision_thrive_tcb_post_fonts',''),(4219,552,'tve_revision_tve_has_masonry',''),(4220,552,'tve_revision_tve_has_typefocus',''),(4221,552,'tve_revision_tve_updated_post',''),(4222,552,'tve_revision_tve_has_wistia_popover',''),(4223,553,'tve_revision_tve_landing_page',''),(4224,553,'tve_revision_tve_disable_theme_dependency',''),(4225,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4226,553,'tve_revision_tve_content_more_found',''),(4227,553,'tve_revision_tve_save_post',''),(4228,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4229,553,'tve_revision_tve_user_custom_css',''),(4230,553,'tve_revision_tve_page_events','a:0:{}'),(4231,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4232,553,'tve_revision_tve_global_scripts',''),(4233,553,'tve_revision_thrive_icon_pack','0'),(4234,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4235,553,'tve_revision_tve_has_masonry','0'),(4236,553,'tve_revision_tve_has_typefocus','0'),(4237,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4238,553,'tve_revision_tve_has_wistia_popover','0'),(4239,554,'tve_revision_tve_landing_page',''),(4240,554,'tve_revision_tve_disable_theme_dependency',''),(4241,554,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4242,554,'tve_revision_tve_content_more_found',''),(4243,554,'tve_revision_tve_save_post',''),(4244,554,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4245,554,'tve_revision_tve_user_custom_css',''),(4246,554,'tve_revision_tve_page_events','a:0:{}'),(4247,554,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4248,554,'tve_revision_tve_global_scripts',''),(4249,554,'tve_revision_thrive_icon_pack','0'),(4250,554,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4251,554,'tve_revision_tve_has_masonry','0'),(4252,554,'tve_revision_tve_has_typefocus','0'),(4253,554,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4254,554,'tve_revision_tve_has_wistia_popover','0'),(4255,553,'tve_revision_tve_landing_page',''),(4256,553,'tve_revision_tve_disable_theme_dependency',''),(4257,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4258,553,'tve_revision_tve_content_more_found',''),(4259,553,'tve_revision_tve_save_post',''),(4260,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4261,553,'tve_revision_tve_user_custom_css',''),(4262,553,'tve_revision_tve_page_events','a:0:{}'),(4263,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4264,553,'tve_revision_tve_global_scripts',''),(4265,553,'tve_revision_thrive_icon_pack','0'),(4266,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4267,553,'tve_revision_tve_has_masonry','0'),(4268,553,'tve_revision_tve_has_typefocus','0'),(4269,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4270,553,'tve_revision_tve_has_wistia_popover','0'),(4271,553,'tve_revision_tve_landing_page',''),(4272,553,'tve_revision_tve_disable_theme_dependency',''),(4273,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4274,553,'tve_revision_tve_content_more_found',''),(4275,553,'tve_revision_tve_save_post',''),(4276,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4277,553,'tve_revision_tve_user_custom_css',''),(4278,553,'tve_revision_tve_page_events','a:0:{}'),(4279,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4280,553,'tve_revision_tve_global_scripts',''),(4281,553,'tve_revision_thrive_icon_pack','0'),(4282,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4283,553,'tve_revision_tve_has_masonry','0'),(4284,553,'tve_revision_tve_has_typefocus','0'),(4285,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4286,553,'tve_revision_tve_has_wistia_popover','0'),(4287,553,'tve_revision_tve_landing_page',''),(4288,553,'tve_revision_tve_disable_theme_dependency',''),(4289,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4290,553,'tve_revision_tve_content_more_found',''),(4291,553,'tve_revision_tve_save_post',''),(4292,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4293,553,'tve_revision_tve_user_custom_css',''),(4294,553,'tve_revision_tve_page_events','a:0:{}'),(4295,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4296,553,'tve_revision_tve_global_scripts',''),(4297,553,'tve_revision_thrive_icon_pack','0'),(4298,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4299,553,'tve_revision_tve_has_masonry','0'),(4300,553,'tve_revision_tve_has_typefocus','0'),(4301,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4302,553,'tve_revision_tve_has_wistia_popover','0'),(4303,553,'tve_revision_tve_landing_page',''),(4304,553,'tve_revision_tve_disable_theme_dependency',''),(4305,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4306,553,'tve_revision_tve_content_more_found',''),(4307,553,'tve_revision_tve_save_post',''),(4308,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4309,553,'tve_revision_tve_user_custom_css',''),(4310,553,'tve_revision_tve_page_events','a:0:{}'),(4311,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4312,553,'tve_revision_tve_global_scripts',''),(4313,553,'tve_revision_thrive_icon_pack','0'),(4314,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4315,553,'tve_revision_tve_has_masonry','0'),(4316,553,'tve_revision_tve_has_typefocus','0'),(4317,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4318,553,'tve_revision_tve_has_wistia_popover','0'),(4319,553,'tve_revision_tve_landing_page',''),(4320,553,'tve_revision_tve_disable_theme_dependency',''),(4321,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4322,553,'tve_revision_tve_content_more_found',''),(4323,553,'tve_revision_tve_save_post',''),(4324,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4325,553,'tve_revision_tve_user_custom_css',''),(4326,553,'tve_revision_tve_page_events','a:0:{}'),(4327,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4328,553,'tve_revision_tve_global_scripts',''),(4329,553,'tve_revision_thrive_icon_pack','0'),(4330,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4331,553,'tve_revision_tve_has_masonry','0'),(4332,553,'tve_revision_tve_has_typefocus','0'),(4333,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4334,553,'tve_revision_tve_has_wistia_popover','0'),(4335,553,'tve_revision_tve_landing_page',''),(4336,553,'tve_revision_tve_disable_theme_dependency',''),(4337,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4338,553,'tve_revision_tve_content_more_found',''),(4339,553,'tve_revision_tve_save_post',''),(4340,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4341,553,'tve_revision_tve_user_custom_css',''),(4342,553,'tve_revision_tve_page_events','a:0:{}'),(4343,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4344,553,'tve_revision_tve_global_scripts',''),(4345,553,'tve_revision_thrive_icon_pack','0'),(4346,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4347,553,'tve_revision_tve_has_masonry','0'),(4348,553,'tve_revision_tve_has_typefocus','0'),(4349,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4350,553,'tve_revision_tve_has_wistia_popover','0'),(4351,553,'tve_revision_tve_landing_page',''),(4352,553,'tve_revision_tve_disable_theme_dependency',''),(4353,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4354,553,'tve_revision_tve_content_more_found',''),(4355,553,'tve_revision_tve_save_post',''),(4356,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4357,553,'tve_revision_tve_user_custom_css',''),(4358,553,'tve_revision_tve_page_events','a:0:{}'),(4359,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4360,553,'tve_revision_tve_global_scripts',''),(4361,553,'tve_revision_thrive_icon_pack','0'),(4362,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4363,553,'tve_revision_tve_has_masonry','0'),(4364,553,'tve_revision_tve_has_typefocus','0'),(4365,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4366,553,'tve_revision_tve_has_wistia_popover','0'),(4367,553,'tve_revision_tve_landing_page',''),(4368,553,'tve_revision_tve_disable_theme_dependency',''),(4369,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4370,553,'tve_revision_tve_content_more_found',''),(4371,553,'tve_revision_tve_save_post',''),(4372,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4373,553,'tve_revision_tve_user_custom_css',''),(4374,553,'tve_revision_tve_page_events','a:0:{}'),(4375,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4376,553,'tve_revision_tve_global_scripts',''),(4377,553,'tve_revision_thrive_icon_pack','0'),(4378,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4379,553,'tve_revision_tve_has_masonry','0'),(4380,553,'tve_revision_tve_has_typefocus','0'),(4381,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4382,553,'tve_revision_tve_has_wistia_popover','0'),(4383,553,'tve_revision_tve_landing_page',''),(4384,553,'tve_revision_tve_disable_theme_dependency',''),(4385,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4386,553,'tve_revision_tve_content_more_found',''),(4387,553,'tve_revision_tve_save_post',''),(4388,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4389,553,'tve_revision_tve_user_custom_css',''),(4390,553,'tve_revision_tve_page_events','a:0:{}'),(4391,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4392,553,'tve_revision_tve_global_scripts',''),(4393,553,'tve_revision_thrive_icon_pack','0'),(4394,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4395,553,'tve_revision_tve_has_masonry','0'),(4396,553,'tve_revision_tve_has_typefocus','0'),(4397,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4398,553,'tve_revision_tve_has_wistia_popover','0'),(4399,553,'tve_revision_tve_landing_page',''),(4400,553,'tve_revision_tve_disable_theme_dependency',''),(4401,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4402,553,'tve_revision_tve_content_more_found',''),(4403,553,'tve_revision_tve_save_post',''),(4404,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4405,553,'tve_revision_tve_user_custom_css',''),(4406,553,'tve_revision_tve_page_events','a:0:{}'),(4407,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4408,553,'tve_revision_tve_global_scripts',''),(4409,553,'tve_revision_thrive_icon_pack','0'),(4410,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4411,553,'tve_revision_tve_has_masonry','0'),(4412,553,'tve_revision_tve_has_typefocus','0'),(4413,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4414,553,'tve_revision_tve_has_wistia_popover','0'),(4415,555,'tve_revision_tve_landing_page',''),(4416,555,'tve_revision_tve_disable_theme_dependency',''),(4417,555,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4418,555,'tve_revision_tve_content_more_found',''),(4419,555,'tve_revision_tve_save_post',''),(4420,555,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4421,555,'tve_revision_tve_user_custom_css',''),(4422,555,'tve_revision_tve_page_events','a:0:{}'),(4423,555,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4424,555,'tve_revision_tve_global_scripts',''),(4425,555,'tve_revision_thrive_icon_pack','0'),(4426,555,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4427,555,'tve_revision_tve_has_masonry','0'),(4428,555,'tve_revision_tve_has_typefocus','0'),(4429,555,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4430,555,'tve_revision_tve_has_wistia_popover','0'),(4468,553,'tve_revision_tve_landing_page',''),(4469,553,'tve_revision_tve_disable_theme_dependency',''),(4470,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4471,553,'tve_revision_tve_content_more_found',''),(4472,553,'tve_revision_tve_save_post',''),(4473,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4474,553,'tve_revision_tve_user_custom_css',''),(4475,553,'tve_revision_tve_page_events','a:0:{}'),(4476,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4477,553,'tve_revision_tve_global_scripts',''),(4478,553,'tve_revision_thrive_icon_pack','0'),(4479,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4480,553,'tve_revision_tve_has_masonry','0'),(4481,553,'tve_revision_tve_has_typefocus','0'),(4482,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4483,553,'tve_revision_tve_has_wistia_popover','0'),(4484,553,'tve_revision_tve_landing_page',''),(4485,553,'tve_revision_tve_disable_theme_dependency',''),(4486,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4487,553,'tve_revision_tve_content_more_found',''),(4488,553,'tve_revision_tve_save_post',''),(4489,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4490,553,'tve_revision_tve_user_custom_css',''),(4491,553,'tve_revision_tve_page_events','a:0:{}'),(4492,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4493,553,'tve_revision_tve_global_scripts',''),(4494,553,'tve_revision_thrive_icon_pack','0'),(4495,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4496,553,'tve_revision_tve_has_masonry','0'),(4497,553,'tve_revision_tve_has_typefocus','0'),(4498,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4499,553,'tve_revision_tve_has_wistia_popover','0'),(4534,553,'tve_revision_tve_landing_page',''),(4535,553,'tve_revision_tve_disable_theme_dependency',''),(4536,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4537,553,'tve_revision_tve_content_more_found',''),(4538,553,'tve_revision_tve_save_post',''),(4539,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4540,553,'tve_revision_tve_user_custom_css',''),(4541,553,'tve_revision_tve_page_events','a:0:{}'),(4542,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4543,553,'tve_revision_tve_global_scripts',''),(4544,553,'tve_revision_thrive_icon_pack','0'),(4545,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4546,553,'tve_revision_tve_has_masonry','0'),(4547,553,'tve_revision_tve_has_typefocus','0'),(4548,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4549,553,'tve_revision_tve_has_wistia_popover','0'),(4568,552,'tve_revision_tve_landing_page',''),(4569,552,'tve_revision_tve_disable_theme_dependency',''),(4570,552,'tve_revision_tve_content_before_more',''),(4571,552,'tve_revision_tve_content_more_found',''),(4572,552,'tve_revision_tve_save_post',''),(4573,552,'tve_revision_tve_custom_css',''),(4574,552,'tve_revision_tve_user_custom_css',''),(4575,552,'tve_revision_tve_page_events',''),(4576,552,'tve_revision_tve_globals',''),(4577,552,'tve_revision_tve_global_scripts',''),(4578,552,'tve_revision_thrive_icon_pack',''),(4579,552,'tve_revision_thrive_tcb_post_fonts',''),(4580,552,'tve_revision_tve_has_masonry',''),(4581,552,'tve_revision_tve_has_typefocus',''),(4582,552,'tve_revision_tve_updated_post',''),(4583,552,'tve_revision_tve_has_wistia_popover',''),(4584,553,'tve_revision_tve_landing_page',''),(4585,553,'tve_revision_tve_disable_theme_dependency',''),(4586,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4587,553,'tve_revision_tve_content_more_found',''),(4588,553,'tve_revision_tve_save_post',''),(4589,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4590,553,'tve_revision_tve_user_custom_css',''),(4591,553,'tve_revision_tve_page_events','a:0:{}'),(4592,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4593,553,'tve_revision_tve_global_scripts',''),(4594,553,'tve_revision_thrive_icon_pack','0'),(4595,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4596,553,'tve_revision_tve_has_masonry','0'),(4597,553,'tve_revision_tve_has_typefocus','0'),(4598,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4599,553,'tve_revision_tve_has_wistia_popover','0'),(4600,553,'tve_revision_tve_landing_page',''),(4601,553,'tve_revision_tve_disable_theme_dependency',''),(4602,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4603,553,'tve_revision_tve_content_more_found',''),(4604,553,'tve_revision_tve_save_post',''),(4605,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4606,553,'tve_revision_tve_user_custom_css',''),(4607,553,'tve_revision_tve_page_events','a:0:{}'),(4608,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4609,553,'tve_revision_tve_global_scripts',''),(4610,553,'tve_revision_thrive_icon_pack','0'),(4611,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4612,553,'tve_revision_tve_has_masonry','0'),(4613,553,'tve_revision_tve_has_typefocus','0'),(4614,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4615,553,'tve_revision_tve_has_wistia_popover','0'),(4616,553,'tve_revision_tve_landing_page',''),(4617,553,'tve_revision_tve_disable_theme_dependency',''),(4618,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4619,553,'tve_revision_tve_content_more_found',''),(4620,553,'tve_revision_tve_save_post',''),(4621,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4622,553,'tve_revision_tve_user_custom_css',''),(4623,553,'tve_revision_tve_page_events','a:0:{}'),(4624,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4625,553,'tve_revision_tve_global_scripts',''),(4626,553,'tve_revision_thrive_icon_pack','0'),(4627,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4628,553,'tve_revision_tve_has_masonry','0'),(4629,553,'tve_revision_tve_has_typefocus','0'),(4630,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4631,553,'tve_revision_tve_has_wistia_popover','0'),(4635,567,'tve_revision_tve_landing_page',''),(4636,567,'tve_revision_tve_disable_theme_dependency',''),(4637,567,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4638,567,'tve_revision_tve_content_more_found',''),(4639,567,'tve_revision_tve_save_post',''),(4640,567,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4641,567,'tve_revision_tve_user_custom_css',''),(4642,567,'tve_revision_tve_page_events','a:0:{}'),(4643,567,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4644,567,'tve_revision_tve_global_scripts',''),(4645,567,'tve_revision_thrive_icon_pack','0'),(4646,567,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4647,567,'tve_revision_tve_has_masonry','0'),(4648,567,'tve_revision_tve_has_typefocus','0'),(4649,567,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4650,567,'tve_revision_tve_has_wistia_popover','0'),(4651,553,'tve_revision_tve_landing_page',''),(4652,553,'tve_revision_tve_disable_theme_dependency',''),(4653,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4654,553,'tve_revision_tve_content_more_found',''),(4655,553,'tve_revision_tve_save_post',''),(4656,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4657,553,'tve_revision_tve_user_custom_css',''),(4658,553,'tve_revision_tve_page_events','a:0:{}'),(4659,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4660,553,'tve_revision_tve_global_scripts',''),(4661,553,'tve_revision_thrive_icon_pack','0'),(4662,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4663,553,'tve_revision_tve_has_masonry','0'),(4664,553,'tve_revision_tve_has_typefocus','0'),(4665,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4666,553,'tve_revision_tve_has_wistia_popover','0'),(4667,568,'tve_revision_tve_landing_page',''),(4668,568,'tve_revision_tve_disable_theme_dependency',''),(4669,568,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4670,568,'tve_revision_tve_content_more_found',''),(4671,568,'tve_revision_tve_save_post',''),(4672,568,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4673,568,'tve_revision_tve_user_custom_css',''),(4674,568,'tve_revision_tve_page_events','a:0:{}'),(4675,568,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4676,568,'tve_revision_tve_global_scripts',''),(4677,568,'tve_revision_thrive_icon_pack','0'),(4678,568,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4679,568,'tve_revision_tve_has_masonry','0'),(4680,568,'tve_revision_tve_has_typefocus','0'),(4681,568,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4682,568,'tve_revision_tve_has_wistia_popover','0'),(4683,552,'tve_revision_tve_landing_page',''),(4684,552,'tve_revision_tve_disable_theme_dependency',''),(4685,552,'tve_revision_tve_content_before_more',''),(4686,552,'tve_revision_tve_content_more_found',''),(4687,552,'tve_revision_tve_save_post',''),(4688,552,'tve_revision_tve_custom_css',''),(4689,552,'tve_revision_tve_user_custom_css',''),(4690,552,'tve_revision_tve_page_events',''),(4691,552,'tve_revision_tve_globals',''),(4692,552,'tve_revision_tve_global_scripts',''),(4693,552,'tve_revision_thrive_icon_pack',''),(4694,552,'tve_revision_thrive_tcb_post_fonts',''),(4695,552,'tve_revision_tve_has_masonry',''),(4696,552,'tve_revision_tve_has_typefocus',''),(4697,552,'tve_revision_tve_updated_post',''),(4698,552,'tve_revision_tve_has_wistia_popover',''),(4699,210,'_edit_lock','1541010594:166'),(4700,279,'_edit_lock','1541010588:166'),(4701,213,'_edit_lock','1535505385:166'),(4702,242,'_edit_lock','1535505462:166'),(4703,128,'_edit_lock','1535505601:166'),(4704,111,'_edit_lock','1535505600:166'),(4705,214,'_edit_lock','1535505687:166'),(4706,142,'_edit_lock','1535505883:166'),(4707,212,'_edit_lock','1535506311:166'),(4708,569,'tve_revision_tve_landing_page',''),(4709,569,'tve_revision_tve_disable_theme_dependency',''),(4710,569,'tve_revision_tve_content_before_more',''),(4711,569,'tve_revision_tve_content_more_found',''),(4712,569,'tve_revision_tve_save_post',''),(4713,569,'tve_revision_tve_custom_css',''),(4714,569,'tve_revision_tve_user_custom_css',''),(4715,569,'tve_revision_tve_page_events',''),(4716,569,'tve_revision_tve_globals',''),(4717,569,'tve_revision_tve_global_scripts',''),(4718,569,'tve_revision_thrive_icon_pack',''),(4719,569,'tve_revision_thrive_tcb_post_fonts',''),(4720,569,'tve_revision_tve_has_masonry',''),(4721,569,'tve_revision_tve_has_typefocus',''),(4722,569,'tve_revision_tve_updated_post',''),(4723,569,'tve_revision_tve_has_wistia_popover',''),(4724,569,'tve_revision_tve_landing_page',''),(4725,569,'tve_revision_tve_disable_theme_dependency',''),(4726,569,'tve_revision_tve_content_before_more',''),(4727,569,'tve_revision_tve_content_more_found',''),(4728,569,'tve_revision_tve_save_post',''),(4729,569,'tve_revision_tve_custom_css',''),(4730,569,'tve_revision_tve_user_custom_css',''),(4731,569,'tve_revision_tve_page_events',''),(4732,569,'tve_revision_tve_globals',''),(4733,569,'tve_revision_tve_global_scripts',''),(4734,569,'tve_revision_thrive_icon_pack',''),(4735,569,'tve_revision_thrive_tcb_post_fonts',''),(4736,569,'tve_revision_tve_has_masonry',''),(4737,569,'tve_revision_tve_has_typefocus',''),(4738,569,'tve_revision_tve_updated_post',''),(4739,569,'tve_revision_tve_has_wistia_popover',''),(4740,552,'tve_revision_tve_landing_page',''),(4741,552,'tve_revision_tve_disable_theme_dependency',''),(4742,552,'tve_revision_tve_content_before_more',''),(4743,552,'tve_revision_tve_content_more_found',''),(4744,552,'tve_revision_tve_save_post',''),(4745,552,'tve_revision_tve_custom_css',''),(4746,552,'tve_revision_tve_user_custom_css',''),(4747,552,'tve_revision_tve_page_events',''),(4748,552,'tve_revision_tve_globals',''),(4749,552,'tve_revision_tve_global_scripts',''),(4750,552,'tve_revision_thrive_icon_pack',''),(4751,552,'tve_revision_thrive_tcb_post_fonts',''),(4752,552,'tve_revision_tve_has_masonry',''),(4753,552,'tve_revision_tve_has_typefocus',''),(4754,552,'tve_revision_tve_updated_post',''),(4755,552,'tve_revision_tve_has_wistia_popover',''),(4756,569,'tve_revision_tve_landing_page',''),(4757,569,'tve_revision_tve_disable_theme_dependency',''),(4758,569,'tve_revision_tve_content_before_more',''),(4759,569,'tve_revision_tve_content_more_found',''),(4760,569,'tve_revision_tve_save_post',''),(4761,569,'tve_revision_tve_custom_css',''),(4762,569,'tve_revision_tve_user_custom_css',''),(4763,569,'tve_revision_tve_page_events',''),(4764,569,'tve_revision_tve_globals',''),(4765,569,'tve_revision_tve_global_scripts',''),(4766,569,'tve_revision_thrive_icon_pack',''),(4767,569,'tve_revision_thrive_tcb_post_fonts',''),(4768,569,'tve_revision_tve_has_masonry',''),(4769,569,'tve_revision_tve_has_typefocus',''),(4770,569,'tve_revision_tve_updated_post',''),(4771,569,'tve_revision_tve_has_wistia_popover',''),(4772,569,'tve_revision_tve_landing_page',''),(4773,569,'tve_revision_tve_disable_theme_dependency',''),(4774,569,'tve_revision_tve_content_before_more',''),(4775,569,'tve_revision_tve_content_more_found',''),(4776,569,'tve_revision_tve_save_post',''),(4777,569,'tve_revision_tve_custom_css',''),(4778,569,'tve_revision_tve_user_custom_css',''),(4779,569,'tve_revision_tve_page_events',''),(4780,569,'tve_revision_tve_globals',''),(4781,569,'tve_revision_tve_global_scripts',''),(4782,569,'tve_revision_thrive_icon_pack',''),(4783,569,'tve_revision_thrive_tcb_post_fonts',''),(4784,569,'tve_revision_tve_has_masonry',''),(4785,569,'tve_revision_tve_has_typefocus',''),(4786,569,'tve_revision_tve_updated_post',''),(4787,569,'tve_revision_tve_has_wistia_popover',''),(4788,569,'tve_revision_tve_landing_page',''),(4789,569,'tve_revision_tve_disable_theme_dependency',''),(4790,569,'tve_revision_tve_content_before_more',''),(4791,569,'tve_revision_tve_content_more_found',''),(4792,569,'tve_revision_tve_save_post',''),(4793,569,'tve_revision_tve_custom_css',''),(4794,569,'tve_revision_tve_user_custom_css',''),(4795,569,'tve_revision_tve_page_events',''),(4796,569,'tve_revision_tve_globals',''),(4797,569,'tve_revision_tve_global_scripts',''),(4798,569,'tve_revision_thrive_icon_pack',''),(4799,569,'tve_revision_thrive_tcb_post_fonts',''),(4800,569,'tve_revision_tve_has_masonry',''),(4801,569,'tve_revision_tve_has_typefocus',''),(4802,569,'tve_revision_tve_updated_post',''),(4803,569,'tve_revision_tve_has_wistia_popover',''),(4804,569,'tve_revision_tve_landing_page',''),(4805,569,'tve_revision_tve_disable_theme_dependency',''),(4806,569,'tve_revision_tve_content_before_more',''),(4807,569,'tve_revision_tve_content_more_found',''),(4808,569,'tve_revision_tve_save_post',''),(4809,569,'tve_revision_tve_custom_css',''),(4810,569,'tve_revision_tve_user_custom_css',''),(4811,569,'tve_revision_tve_page_events',''),(4812,569,'tve_revision_tve_globals',''),(4813,569,'tve_revision_tve_global_scripts',''),(4814,569,'tve_revision_thrive_icon_pack',''),(4815,569,'tve_revision_thrive_tcb_post_fonts',''),(4816,569,'tve_revision_tve_has_masonry',''),(4817,569,'tve_revision_tve_has_typefocus',''),(4818,569,'tve_revision_tve_updated_post',''),(4819,569,'tve_revision_tve_has_wistia_popover',''),(4820,552,'tve_revision_tve_landing_page',''),(4821,552,'tve_revision_tve_disable_theme_dependency',''),(4822,552,'tve_revision_tve_content_before_more',''),(4823,552,'tve_revision_tve_content_more_found',''),(4824,552,'tve_revision_tve_save_post',''),(4825,552,'tve_revision_tve_custom_css',''),(4826,552,'tve_revision_tve_user_custom_css',''),(4827,552,'tve_revision_tve_page_events',''),(4828,552,'tve_revision_tve_globals',''),(4829,552,'tve_revision_tve_global_scripts',''),(4830,552,'tve_revision_thrive_icon_pack',''),(4831,552,'tve_revision_thrive_tcb_post_fonts',''),(4832,552,'tve_revision_tve_has_masonry',''),(4833,552,'tve_revision_tve_has_typefocus',''),(4834,552,'tve_revision_tve_updated_post',''),(4835,552,'tve_revision_tve_has_wistia_popover',''),(4836,569,'tve_revision_tve_landing_page',''),(4837,569,'tve_revision_tve_disable_theme_dependency',''),(4838,569,'tve_revision_tve_content_before_more',''),(4839,569,'tve_revision_tve_content_more_found',''),(4840,569,'tve_revision_tve_save_post',''),(4841,569,'tve_revision_tve_custom_css',''),(4842,569,'tve_revision_tve_user_custom_css',''),(4843,569,'tve_revision_tve_page_events',''),(4844,569,'tve_revision_tve_globals',''),(4845,569,'tve_revision_tve_global_scripts',''),(4846,569,'tve_revision_thrive_icon_pack',''),(4847,569,'tve_revision_thrive_tcb_post_fonts',''),(4848,569,'tve_revision_tve_has_masonry',''),(4849,569,'tve_revision_tve_has_typefocus',''),(4850,569,'tve_revision_tve_updated_post',''),(4851,569,'tve_revision_tve_has_wistia_popover',''),(4852,570,'tve_revision_tve_landing_page',''),(4853,570,'tve_revision_tve_disable_theme_dependency',''),(4854,570,'tve_revision_tve_content_before_more',''),(4855,570,'tve_revision_tve_content_more_found',''),(4856,570,'tve_revision_tve_save_post',''),(4857,570,'tve_revision_tve_custom_css',''),(4858,570,'tve_revision_tve_user_custom_css',''),(4859,570,'tve_revision_tve_page_events',''),(4860,570,'tve_revision_tve_globals',''),(4861,570,'tve_revision_tve_global_scripts',''),(4862,570,'tve_revision_thrive_icon_pack',''),(4863,570,'tve_revision_thrive_tcb_post_fonts',''),(4864,570,'tve_revision_tve_has_masonry',''),(4865,570,'tve_revision_tve_has_typefocus',''),(4866,570,'tve_revision_tve_updated_post',''),(4867,570,'tve_revision_tve_has_wistia_popover',''),(4868,553,'tve_revision_tve_landing_page',''),(4869,553,'tve_revision_tve_disable_theme_dependency',''),(4870,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4871,553,'tve_revision_tve_content_more_found',''),(4872,553,'tve_revision_tve_save_post',''),(4873,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4874,553,'tve_revision_tve_user_custom_css',''),(4875,553,'tve_revision_tve_page_events','a:0:{}'),(4876,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4877,553,'tve_revision_tve_global_scripts',''),(4878,553,'tve_revision_thrive_icon_pack','0'),(4879,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4880,553,'tve_revision_tve_has_masonry','0'),(4881,553,'tve_revision_tve_has_typefocus','0'),(4882,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4883,553,'tve_revision_tve_has_wistia_popover','0'),(4884,553,'tve_revision_tve_landing_page',''),(4885,553,'tve_revision_tve_disable_theme_dependency',''),(4886,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4887,553,'tve_revision_tve_content_more_found',''),(4888,553,'tve_revision_tve_save_post',''),(4889,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4890,553,'tve_revision_tve_user_custom_css',''),(4891,553,'tve_revision_tve_page_events','a:0:{}'),(4892,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4893,553,'tve_revision_tve_global_scripts',''),(4894,553,'tve_revision_thrive_icon_pack','0'),(4895,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4896,553,'tve_revision_tve_has_masonry','0'),(4897,553,'tve_revision_tve_has_typefocus','0'),(4898,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4899,553,'tve_revision_tve_has_wistia_popover','0'),(4900,553,'tve_revision_tve_landing_page',''),(4901,553,'tve_revision_tve_disable_theme_dependency',''),(4902,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4903,553,'tve_revision_tve_content_more_found',''),(4904,553,'tve_revision_tve_save_post',''),(4905,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4906,553,'tve_revision_tve_user_custom_css',''),(4907,553,'tve_revision_tve_page_events','a:0:{}'),(4908,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4909,553,'tve_revision_tve_global_scripts',''),(4910,553,'tve_revision_thrive_icon_pack','0'),(4911,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4912,553,'tve_revision_tve_has_masonry','0'),(4913,553,'tve_revision_tve_has_typefocus','0'),(4914,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4915,553,'tve_revision_tve_has_wistia_popover','0'),(4916,569,'tve_revision_tve_landing_page',''),(4917,569,'tve_revision_tve_disable_theme_dependency',''),(4918,569,'tve_revision_tve_content_before_more',''),(4919,569,'tve_revision_tve_content_more_found',''),(4920,569,'tve_revision_tve_save_post',''),(4921,569,'tve_revision_tve_custom_css',''),(4922,569,'tve_revision_tve_user_custom_css',''),(4923,569,'tve_revision_tve_page_events',''),(4924,569,'tve_revision_tve_globals',''),(4925,569,'tve_revision_tve_global_scripts',''),(4926,569,'tve_revision_thrive_icon_pack',''),(4927,569,'tve_revision_thrive_tcb_post_fonts',''),(4928,569,'tve_revision_tve_has_masonry',''),(4929,569,'tve_revision_tve_has_typefocus',''),(4930,569,'tve_revision_tve_updated_post',''),(4931,569,'tve_revision_tve_has_wistia_popover',''),(4932,553,'tve_revision_tve_landing_page',''),(4933,553,'tve_revision_tve_disable_theme_dependency',''),(4934,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4935,553,'tve_revision_tve_content_more_found',''),(4936,553,'tve_revision_tve_save_post',''),(4937,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4938,553,'tve_revision_tve_user_custom_css',''),(4939,553,'tve_revision_tve_page_events','a:0:{}'),(4940,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4941,553,'tve_revision_tve_global_scripts',''),(4942,553,'tve_revision_thrive_icon_pack','0'),(4943,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4944,553,'tve_revision_tve_has_masonry','0'),(4945,553,'tve_revision_tve_has_typefocus','0'),(4946,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4947,553,'tve_revision_tve_has_wistia_popover','0'),(4949,553,'tve_revision_tve_landing_page',''),(4950,553,'tve_revision_tve_disable_theme_dependency',''),(4951,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4952,553,'tve_revision_tve_content_more_found',''),(4953,553,'tve_revision_tve_save_post',''),(4954,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4955,553,'tve_revision_tve_user_custom_css',''),(4956,553,'tve_revision_tve_page_events','a:0:{}'),(4957,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4958,553,'tve_revision_tve_global_scripts',''),(4959,553,'tve_revision_thrive_icon_pack','0'),(4960,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4961,553,'tve_revision_tve_has_masonry','0'),(4962,553,'tve_revision_tve_has_typefocus','0'),(4963,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4964,553,'tve_revision_tve_has_wistia_popover','0'),(4965,14,'tcb_editor_enabled','1'),(4966,571,'tve_revision_tve_landing_page',''),(4967,571,'tve_revision_tve_disable_theme_dependency',''),(4968,571,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4969,571,'tve_revision_tve_content_more_found',''),(4970,571,'tve_revision_tve_save_post',''),(4971,571,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4972,571,'tve_revision_tve_user_custom_css',''),(4973,571,'tve_revision_tve_page_events','a:0:{}'),(4974,571,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4975,571,'tve_revision_tve_global_scripts',''),(4976,571,'tve_revision_thrive_icon_pack','0'),(4977,571,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4978,571,'tve_revision_tve_has_masonry','0'),(4979,571,'tve_revision_tve_has_typefocus','0'),(4980,571,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4981,571,'tve_revision_tve_has_wistia_popover','0'),(4982,553,'tve_revision_tve_landing_page',''),(4983,553,'tve_revision_tve_disable_theme_dependency',''),(4984,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4985,553,'tve_revision_tve_content_more_found',''),(4986,553,'tve_revision_tve_save_post',''),(4987,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(4988,553,'tve_revision_tve_user_custom_css',''),(4989,553,'tve_revision_tve_page_events','a:0:{}'),(4990,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4991,553,'tve_revision_tve_global_scripts',''),(4992,553,'tve_revision_thrive_icon_pack','0'),(4993,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4994,553,'tve_revision_tve_has_masonry','0'),(4995,553,'tve_revision_tve_has_typefocus','0'),(4996,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(4997,553,'tve_revision_tve_has_wistia_popover','0'),(4998,572,'tve_revision_tve_landing_page',''),(4999,572,'tve_revision_tve_disable_theme_dependency',''),(5000,572,'tve_revision_tve_content_before_more',''),(5001,572,'tve_revision_tve_content_more_found',''),(5002,572,'tve_revision_tve_save_post',''),(5003,572,'tve_revision_tve_custom_css',''),(5004,572,'tve_revision_tve_user_custom_css',''),(5005,572,'tve_revision_tve_page_events',''),(5006,572,'tve_revision_tve_globals',''),(5007,572,'tve_revision_tve_global_scripts',''),(5008,572,'tve_revision_thrive_icon_pack',''),(5009,572,'tve_revision_thrive_tcb_post_fonts',''),(5010,572,'tve_revision_tve_has_masonry',''),(5011,572,'tve_revision_tve_has_typefocus',''),(5012,572,'tve_revision_tve_updated_post',''),(5013,572,'tve_revision_tve_has_wistia_popover',''),(5014,572,'tve_revision_tve_landing_page',''),(5015,572,'tve_revision_tve_disable_theme_dependency',''),(5016,572,'tve_revision_tve_content_before_more',''),(5017,572,'tve_revision_tve_content_more_found',''),(5018,572,'tve_revision_tve_save_post',''),(5019,572,'tve_revision_tve_custom_css',''),(5020,572,'tve_revision_tve_user_custom_css',''),(5021,572,'tve_revision_tve_page_events',''),(5022,572,'tve_revision_tve_globals',''),(5023,572,'tve_revision_tve_global_scripts',''),(5024,572,'tve_revision_thrive_icon_pack',''),(5025,572,'tve_revision_thrive_tcb_post_fonts',''),(5026,572,'tve_revision_tve_has_masonry',''),(5027,572,'tve_revision_tve_has_typefocus',''),(5028,572,'tve_revision_tve_updated_post',''),(5029,572,'tve_revision_tve_has_wistia_popover',''),(5030,573,'tve_revision_tve_landing_page',''),(5031,573,'tve_revision_tve_disable_theme_dependency',''),(5032,573,'tve_revision_tve_content_before_more',''),(5033,573,'tve_revision_tve_content_more_found',''),(5034,573,'tve_revision_tve_save_post',''),(5035,573,'tve_revision_tve_custom_css',''),(5036,573,'tve_revision_tve_user_custom_css',''),(5037,573,'tve_revision_tve_page_events',''),(5038,573,'tve_revision_tve_globals',''),(5039,573,'tve_revision_tve_global_scripts',''),(5040,573,'tve_revision_thrive_icon_pack',''),(5041,573,'tve_revision_thrive_tcb_post_fonts',''),(5042,573,'tve_revision_tve_has_masonry',''),(5043,573,'tve_revision_tve_has_typefocus',''),(5044,573,'tve_revision_tve_updated_post',''),(5045,573,'tve_revision_tve_has_wistia_popover',''),(5046,210,'amazonS3_cache','a:2:{s:94:\"//landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\";a:1:{s:9:\"timestamp\";i:1535505229;}s:40:\"//amgtemplate3.activehosted.com/proc.php\";a:1:{s:9:\"timestamp\";i:1535505229;}}'),(5047,573,'tve_revision_tve_landing_page',''),(5048,573,'tve_revision_tve_disable_theme_dependency',''),(5049,573,'tve_revision_tve_content_before_more',''),(5050,573,'tve_revision_tve_content_more_found',''),(5051,573,'tve_revision_tve_save_post',''),(5052,573,'tve_revision_tve_custom_css',''),(5053,573,'tve_revision_tve_user_custom_css',''),(5054,573,'tve_revision_tve_page_events',''),(5055,573,'tve_revision_tve_globals',''),(5056,573,'tve_revision_tve_global_scripts',''),(5057,573,'tve_revision_thrive_icon_pack',''),(5058,573,'tve_revision_thrive_tcb_post_fonts',''),(5059,573,'tve_revision_tve_has_masonry',''),(5060,573,'tve_revision_tve_has_typefocus',''),(5061,573,'tve_revision_tve_updated_post',''),(5062,573,'tve_revision_tve_has_wistia_popover',''),(5063,210,'_yoast_wpseo_content_score','90'),(5064,573,'tve_revision_tve_landing_page',''),(5065,573,'tve_revision_tve_disable_theme_dependency',''),(5066,573,'tve_revision_tve_content_before_more',''),(5067,573,'tve_revision_tve_content_more_found',''),(5068,573,'tve_revision_tve_save_post',''),(5069,573,'tve_revision_tve_custom_css',''),(5070,573,'tve_revision_tve_user_custom_css',''),(5071,573,'tve_revision_tve_page_events',''),(5072,573,'tve_revision_tve_globals',''),(5073,573,'tve_revision_tve_global_scripts',''),(5074,573,'tve_revision_thrive_icon_pack',''),(5075,573,'tve_revision_thrive_tcb_post_fonts',''),(5076,573,'tve_revision_tve_has_masonry',''),(5077,573,'tve_revision_tve_has_typefocus',''),(5078,573,'tve_revision_tve_updated_post',''),(5079,573,'tve_revision_tve_has_wistia_popover',''),(5080,210,'_edit_last','166'),(5081,574,'tve_revision_tve_landing_page',''),(5082,574,'tve_revision_tve_disable_theme_dependency',''),(5083,574,'tve_revision_tve_content_before_more',''),(5084,574,'tve_revision_tve_content_more_found',''),(5085,574,'tve_revision_tve_save_post',''),(5086,574,'tve_revision_tve_custom_css',''),(5087,574,'tve_revision_tve_user_custom_css',''),(5088,574,'tve_revision_tve_page_events',''),(5089,574,'tve_revision_tve_globals',''),(5090,574,'tve_revision_tve_global_scripts',''),(5091,574,'tve_revision_thrive_icon_pack',''),(5092,574,'tve_revision_thrive_tcb_post_fonts',''),(5093,574,'tve_revision_tve_has_masonry',''),(5094,574,'tve_revision_tve_has_typefocus',''),(5095,574,'tve_revision_tve_updated_post',''),(5096,574,'tve_revision_tve_has_wistia_popover',''),(5097,279,'amazonS3_cache','a:2:{s:94:\"//landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\";a:1:{s:9:\"timestamp\";i:1538843865;}s:40:\"//amgtemplate3.activehosted.com/proc.php\";a:1:{s:9:\"timestamp\";i:1538843865;}}'),(5098,575,'tve_revision_tve_landing_page',''),(5099,575,'tve_revision_tve_disable_theme_dependency',''),(5100,575,'tve_revision_tve_content_before_more',''),(5101,575,'tve_revision_tve_content_more_found',''),(5102,575,'tve_revision_tve_save_post',''),(5103,575,'tve_revision_tve_custom_css',''),(5104,575,'tve_revision_tve_user_custom_css',''),(5105,575,'tve_revision_tve_page_events',''),(5106,575,'tve_revision_tve_globals',''),(5107,575,'tve_revision_tve_global_scripts',''),(5108,575,'tve_revision_thrive_icon_pack',''),(5109,575,'tve_revision_thrive_tcb_post_fonts',''),(5110,575,'tve_revision_tve_has_masonry',''),(5111,575,'tve_revision_tve_has_typefocus',''),(5112,575,'tve_revision_tve_updated_post',''),(5113,575,'tve_revision_tve_has_wistia_popover',''),(5114,279,'_yoast_wpseo_content_score','90'),(5115,575,'tve_revision_tve_landing_page',''),(5116,575,'tve_revision_tve_disable_theme_dependency',''),(5117,575,'tve_revision_tve_content_before_more',''),(5118,575,'tve_revision_tve_content_more_found',''),(5119,575,'tve_revision_tve_save_post',''),(5120,575,'tve_revision_tve_custom_css',''),(5121,575,'tve_revision_tve_user_custom_css',''),(5122,575,'tve_revision_tve_page_events',''),(5123,575,'tve_revision_tve_globals',''),(5124,575,'tve_revision_tve_global_scripts',''),(5125,575,'tve_revision_thrive_icon_pack',''),(5126,575,'tve_revision_thrive_tcb_post_fonts',''),(5127,575,'tve_revision_tve_has_masonry',''),(5128,575,'tve_revision_tve_has_typefocus',''),(5129,575,'tve_revision_tve_updated_post',''),(5130,575,'tve_revision_tve_has_wistia_popover',''),(5131,279,'_edit_last','166'),(5132,576,'tve_revision_tve_landing_page',''),(5133,576,'tve_revision_tve_disable_theme_dependency',''),(5134,576,'tve_revision_tve_content_before_more',''),(5135,576,'tve_revision_tve_content_more_found',''),(5136,576,'tve_revision_tve_save_post',''),(5137,576,'tve_revision_tve_custom_css',''),(5138,576,'tve_revision_tve_user_custom_css',''),(5139,576,'tve_revision_tve_page_events',''),(5140,576,'tve_revision_tve_globals',''),(5141,576,'tve_revision_tve_global_scripts',''),(5142,576,'tve_revision_thrive_icon_pack',''),(5143,576,'tve_revision_thrive_tcb_post_fonts',''),(5144,576,'tve_revision_tve_has_masonry',''),(5145,576,'tve_revision_tve_has_typefocus',''),(5146,576,'tve_revision_tve_updated_post',''),(5147,576,'tve_revision_tve_has_wistia_popover',''),(5148,577,'tve_revision_tve_landing_page',''),(5149,577,'tve_revision_tve_disable_theme_dependency',''),(5150,577,'tve_revision_tve_content_before_more',''),(5151,577,'tve_revision_tve_content_more_found',''),(5152,577,'tve_revision_tve_save_post',''),(5153,577,'tve_revision_tve_custom_css',''),(5154,577,'tve_revision_tve_user_custom_css',''),(5155,577,'tve_revision_tve_page_events',''),(5156,577,'tve_revision_tve_globals',''),(5157,577,'tve_revision_tve_global_scripts',''),(5158,577,'tve_revision_thrive_icon_pack',''),(5159,577,'tve_revision_thrive_tcb_post_fonts',''),(5160,577,'tve_revision_tve_has_masonry',''),(5161,577,'tve_revision_tve_has_typefocus',''),(5162,577,'tve_revision_tve_updated_post',''),(5163,577,'tve_revision_tve_has_wistia_popover',''),(5164,213,'amazonS3_cache','a:2:{s:94:\"//landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\";a:1:{s:9:\"timestamp\";i:1535505369;}s:40:\"//amgtemplate3.activehosted.com/proc.php\";a:1:{s:9:\"timestamp\";i:1535505369;}}'),(5165,577,'tve_revision_tve_landing_page',''),(5166,577,'tve_revision_tve_disable_theme_dependency',''),(5167,577,'tve_revision_tve_content_before_more',''),(5168,577,'tve_revision_tve_content_more_found',''),(5169,577,'tve_revision_tve_save_post',''),(5170,577,'tve_revision_tve_custom_css',''),(5171,577,'tve_revision_tve_user_custom_css',''),(5172,577,'tve_revision_tve_page_events',''),(5173,577,'tve_revision_tve_globals',''),(5174,577,'tve_revision_tve_global_scripts',''),(5175,577,'tve_revision_thrive_icon_pack',''),(5176,577,'tve_revision_thrive_tcb_post_fonts',''),(5177,577,'tve_revision_tve_has_masonry',''),(5178,577,'tve_revision_tve_has_typefocus',''),(5179,577,'tve_revision_tve_updated_post',''),(5180,577,'tve_revision_tve_has_wistia_popover',''),(5181,213,'_yoast_wpseo_content_score','90'),(5182,213,'_edit_last','166'),(5183,578,'tve_revision_tve_landing_page',''),(5184,578,'tve_revision_tve_disable_theme_dependency',''),(5185,578,'tve_revision_tve_content_before_more',''),(5186,578,'tve_revision_tve_content_more_found',''),(5187,578,'tve_revision_tve_save_post',''),(5188,578,'tve_revision_tve_custom_css',''),(5189,578,'tve_revision_tve_user_custom_css',''),(5190,578,'tve_revision_tve_page_events',''),(5191,578,'tve_revision_tve_globals',''),(5192,578,'tve_revision_tve_global_scripts',''),(5193,578,'tve_revision_thrive_icon_pack',''),(5194,578,'tve_revision_thrive_tcb_post_fonts',''),(5195,578,'tve_revision_tve_has_masonry',''),(5196,578,'tve_revision_tve_has_typefocus',''),(5197,578,'tve_revision_tve_updated_post',''),(5198,578,'tve_revision_tve_has_wistia_popover',''),(5199,579,'tve_revision_tve_landing_page',''),(5200,579,'tve_revision_tve_disable_theme_dependency',''),(5201,579,'tve_revision_tve_content_before_more',''),(5202,579,'tve_revision_tve_content_more_found',''),(5203,579,'tve_revision_tve_save_post',''),(5204,579,'tve_revision_tve_custom_css',''),(5205,579,'tve_revision_tve_user_custom_css',''),(5206,579,'tve_revision_tve_page_events',''),(5207,579,'tve_revision_tve_globals',''),(5208,579,'tve_revision_tve_global_scripts',''),(5209,579,'tve_revision_thrive_icon_pack',''),(5210,579,'tve_revision_thrive_tcb_post_fonts',''),(5211,579,'tve_revision_tve_has_masonry',''),(5212,579,'tve_revision_tve_has_typefocus',''),(5213,579,'tve_revision_tve_updated_post',''),(5214,579,'tve_revision_tve_has_wistia_popover',''),(5215,242,'_yoast_wpseo_content_score','60'),(5216,579,'tve_revision_tve_landing_page',''),(5217,579,'tve_revision_tve_disable_theme_dependency',''),(5218,579,'tve_revision_tve_content_before_more',''),(5219,579,'tve_revision_tve_content_more_found',''),(5220,579,'tve_revision_tve_save_post',''),(5221,579,'tve_revision_tve_custom_css',''),(5222,579,'tve_revision_tve_user_custom_css',''),(5223,579,'tve_revision_tve_page_events',''),(5224,579,'tve_revision_tve_globals',''),(5225,579,'tve_revision_tve_global_scripts',''),(5226,579,'tve_revision_thrive_icon_pack',''),(5227,579,'tve_revision_thrive_tcb_post_fonts',''),(5228,579,'tve_revision_tve_has_masonry',''),(5229,579,'tve_revision_tve_has_typefocus',''),(5230,579,'tve_revision_tve_updated_post',''),(5231,579,'tve_revision_tve_has_wistia_popover',''),(5232,579,'tve_revision_tve_landing_page',''),(5233,579,'tve_revision_tve_disable_theme_dependency',''),(5234,579,'tve_revision_tve_content_before_more',''),(5235,579,'tve_revision_tve_content_more_found',''),(5236,579,'tve_revision_tve_save_post',''),(5237,579,'tve_revision_tve_custom_css',''),(5238,579,'tve_revision_tve_user_custom_css',''),(5239,579,'tve_revision_tve_page_events',''),(5240,579,'tve_revision_tve_globals',''),(5241,579,'tve_revision_tve_global_scripts',''),(5242,579,'tve_revision_thrive_icon_pack',''),(5243,579,'tve_revision_thrive_tcb_post_fonts',''),(5244,579,'tve_revision_tve_has_masonry',''),(5245,579,'tve_revision_tve_has_typefocus',''),(5246,579,'tve_revision_tve_updated_post',''),(5247,579,'tve_revision_tve_has_wistia_popover',''),(5248,242,'_edit_last','166'),(5249,580,'tve_revision_tve_landing_page',''),(5250,580,'tve_revision_tve_disable_theme_dependency',''),(5251,580,'tve_revision_tve_content_before_more',''),(5252,580,'tve_revision_tve_content_more_found',''),(5253,580,'tve_revision_tve_save_post',''),(5254,580,'tve_revision_tve_custom_css',''),(5255,580,'tve_revision_tve_user_custom_css',''),(5256,580,'tve_revision_tve_page_events',''),(5257,580,'tve_revision_tve_globals',''),(5258,580,'tve_revision_tve_global_scripts',''),(5259,580,'tve_revision_thrive_icon_pack',''),(5260,580,'tve_revision_thrive_tcb_post_fonts',''),(5261,580,'tve_revision_tve_has_masonry',''),(5262,580,'tve_revision_tve_has_typefocus',''),(5263,580,'tve_revision_tve_updated_post',''),(5264,580,'tve_revision_tve_has_wistia_popover',''),(5265,579,'tve_revision_tve_landing_page',''),(5266,579,'tve_revision_tve_disable_theme_dependency',''),(5267,579,'tve_revision_tve_content_before_more',''),(5268,579,'tve_revision_tve_content_more_found',''),(5269,579,'tve_revision_tve_save_post',''),(5270,579,'tve_revision_tve_custom_css',''),(5271,579,'tve_revision_tve_user_custom_css',''),(5272,579,'tve_revision_tve_page_events',''),(5273,579,'tve_revision_tve_globals',''),(5274,579,'tve_revision_tve_global_scripts',''),(5275,579,'tve_revision_thrive_icon_pack',''),(5276,579,'tve_revision_thrive_tcb_post_fonts',''),(5277,579,'tve_revision_tve_has_masonry',''),(5278,579,'tve_revision_tve_has_typefocus',''),(5279,579,'tve_revision_tve_updated_post',''),(5280,579,'tve_revision_tve_has_wistia_popover',''),(5297,582,'tve_revision_tve_landing_page',''),(5298,582,'tve_revision_tve_disable_theme_dependency',''),(5299,582,'tve_revision_tve_content_before_more',''),(5300,582,'tve_revision_tve_content_more_found',''),(5301,582,'tve_revision_tve_save_post',''),(5302,582,'tve_revision_tve_custom_css',''),(5303,582,'tve_revision_tve_user_custom_css',''),(5304,582,'tve_revision_tve_page_events',''),(5305,582,'tve_revision_tve_globals',''),(5306,582,'tve_revision_tve_global_scripts',''),(5307,582,'tve_revision_thrive_icon_pack',''),(5308,582,'tve_revision_thrive_tcb_post_fonts',''),(5309,582,'tve_revision_tve_has_masonry',''),(5310,582,'tve_revision_tve_has_typefocus',''),(5311,582,'tve_revision_tve_updated_post',''),(5312,582,'tve_revision_tve_has_wistia_popover',''),(5361,584,'tve_revision_tve_landing_page',''),(5362,584,'tve_revision_tve_disable_theme_dependency',''),(5363,584,'tve_revision_tve_content_before_more',''),(5364,584,'tve_revision_tve_content_more_found',''),(5365,584,'tve_revision_tve_save_post',''),(5366,584,'tve_revision_tve_custom_css',''),(5367,584,'tve_revision_tve_user_custom_css',''),(5368,584,'tve_revision_tve_page_events',''),(5369,584,'tve_revision_tve_globals',''),(5370,584,'tve_revision_tve_global_scripts',''),(5371,584,'tve_revision_thrive_icon_pack',''),(5372,584,'tve_revision_thrive_tcb_post_fonts',''),(5373,584,'tve_revision_tve_has_masonry',''),(5374,584,'tve_revision_tve_has_typefocus',''),(5375,584,'tve_revision_tve_updated_post',''),(5376,584,'tve_revision_tve_has_wistia_popover',''),(5377,128,'_edit_last','166'),(5378,585,'tve_revision_tve_landing_page',''),(5379,585,'tve_revision_tve_disable_theme_dependency',''),(5380,585,'tve_revision_tve_content_before_more',''),(5381,585,'tve_revision_tve_content_more_found',''),(5382,585,'tve_revision_tve_save_post',''),(5383,585,'tve_revision_tve_custom_css',''),(5384,585,'tve_revision_tve_user_custom_css',''),(5385,585,'tve_revision_tve_page_events',''),(5386,585,'tve_revision_tve_globals',''),(5387,585,'tve_revision_tve_global_scripts',''),(5388,585,'tve_revision_thrive_icon_pack',''),(5389,585,'tve_revision_thrive_tcb_post_fonts',''),(5390,585,'tve_revision_tve_has_masonry',''),(5391,585,'tve_revision_tve_has_typefocus',''),(5392,585,'tve_revision_tve_updated_post',''),(5393,585,'tve_revision_tve_has_wistia_popover',''),(5394,128,'_yoast_wpseo_content_score','60'),(5395,586,'tve_revision_tve_landing_page',''),(5396,586,'tve_revision_tve_disable_theme_dependency',''),(5397,586,'tve_revision_tve_content_before_more',''),(5398,586,'tve_revision_tve_content_more_found',''),(5399,586,'tve_revision_tve_save_post',''),(5400,586,'tve_revision_tve_custom_css',''),(5401,586,'tve_revision_tve_user_custom_css',''),(5402,586,'tve_revision_tve_page_events',''),(5403,586,'tve_revision_tve_globals',''),(5404,586,'tve_revision_tve_global_scripts',''),(5405,586,'tve_revision_thrive_icon_pack',''),(5406,586,'tve_revision_thrive_tcb_post_fonts',''),(5407,586,'tve_revision_tve_has_masonry',''),(5408,586,'tve_revision_tve_has_typefocus',''),(5409,586,'tve_revision_tve_updated_post',''),(5410,586,'tve_revision_tve_has_wistia_popover',''),(5411,111,'_edit_last','166'),(5412,587,'tve_revision_tve_landing_page',''),(5413,587,'tve_revision_tve_disable_theme_dependency',''),(5414,587,'tve_revision_tve_content_before_more',''),(5415,587,'tve_revision_tve_content_more_found',''),(5416,587,'tve_revision_tve_save_post',''),(5417,587,'tve_revision_tve_custom_css',''),(5418,587,'tve_revision_tve_user_custom_css',''),(5419,587,'tve_revision_tve_page_events',''),(5420,587,'tve_revision_tve_globals',''),(5421,587,'tve_revision_tve_global_scripts',''),(5422,587,'tve_revision_thrive_icon_pack',''),(5423,587,'tve_revision_thrive_tcb_post_fonts',''),(5424,587,'tve_revision_tve_has_masonry',''),(5425,587,'tve_revision_tve_has_typefocus',''),(5426,587,'tve_revision_tve_updated_post',''),(5427,587,'tve_revision_tve_has_wistia_popover',''),(5428,111,'_yoast_wpseo_content_score','30'),(5429,588,'tve_revision_tve_landing_page',''),(5430,588,'tve_revision_tve_disable_theme_dependency',''),(5431,588,'tve_revision_tve_content_before_more',''),(5432,588,'tve_revision_tve_content_more_found',''),(5433,588,'tve_revision_tve_save_post',''),(5434,588,'tve_revision_tve_custom_css',''),(5435,588,'tve_revision_tve_user_custom_css',''),(5436,588,'tve_revision_tve_page_events',''),(5437,588,'tve_revision_tve_globals',''),(5438,588,'tve_revision_tve_global_scripts',''),(5439,588,'tve_revision_thrive_icon_pack',''),(5440,588,'tve_revision_thrive_tcb_post_fonts',''),(5441,588,'tve_revision_tve_has_masonry',''),(5442,588,'tve_revision_tve_has_typefocus',''),(5443,588,'tve_revision_tve_updated_post',''),(5444,588,'tve_revision_tve_has_wistia_popover',''),(5445,214,'_yoast_wpseo_content_score','90'),(5446,142,'amazonS3_cache','a:1:{s:95:\"//amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46797537_original.jpg\";a:1:{s:9:\"timestamp\";i:1535505617;}}'),(5447,589,'tve_revision_tve_landing_page',''),(5448,589,'tve_revision_tve_disable_theme_dependency',''),(5449,589,'tve_revision_tve_content_before_more',''),(5450,589,'tve_revision_tve_content_more_found',''),(5451,589,'tve_revision_tve_save_post',''),(5452,589,'tve_revision_tve_custom_css',''),(5453,589,'tve_revision_tve_user_custom_css',''),(5454,589,'tve_revision_tve_page_events',''),(5455,589,'tve_revision_tve_globals',''),(5456,589,'tve_revision_tve_global_scripts',''),(5457,589,'tve_revision_thrive_icon_pack',''),(5458,589,'tve_revision_thrive_tcb_post_fonts',''),(5459,589,'tve_revision_tve_has_masonry',''),(5460,589,'tve_revision_tve_has_typefocus',''),(5461,589,'tve_revision_tve_updated_post',''),(5462,589,'tve_revision_tve_has_wistia_popover',''),(5463,142,'_yoast_wpseo_content_score','30'),(5480,202,'_yoast_wpseo_content_score','90'),(5481,212,'amazonS3_cache','a:2:{s:94:\"//landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\";a:1:{s:9:\"timestamp\";i:1535505626;}s:40:\"//amgtemplate3.activehosted.com/proc.php\";a:1:{s:9:\"timestamp\";i:1535505626;}}'),(5482,591,'tve_revision_tve_landing_page',''),(5483,591,'tve_revision_tve_disable_theme_dependency',''),(5484,591,'tve_revision_tve_content_before_more',''),(5485,591,'tve_revision_tve_content_more_found',''),(5486,591,'tve_revision_tve_save_post',''),(5487,591,'tve_revision_tve_custom_css',''),(5488,591,'tve_revision_tve_user_custom_css',''),(5489,591,'tve_revision_tve_page_events',''),(5490,591,'tve_revision_tve_globals',''),(5491,591,'tve_revision_tve_global_scripts',''),(5492,591,'tve_revision_thrive_icon_pack',''),(5493,591,'tve_revision_thrive_tcb_post_fonts',''),(5494,591,'tve_revision_tve_has_masonry',''),(5495,591,'tve_revision_tve_has_typefocus',''),(5496,591,'tve_revision_tve_updated_post',''),(5497,591,'tve_revision_tve_has_wistia_popover',''),(5498,212,'_yoast_wpseo_content_score','90'),(5499,588,'tve_revision_tve_landing_page',''),(5500,588,'tve_revision_tve_disable_theme_dependency',''),(5501,588,'tve_revision_tve_content_before_more',''),(5502,588,'tve_revision_tve_content_more_found',''),(5503,588,'tve_revision_tve_save_post',''),(5504,588,'tve_revision_tve_custom_css',''),(5505,588,'tve_revision_tve_user_custom_css',''),(5506,588,'tve_revision_tve_page_events',''),(5507,588,'tve_revision_tve_globals',''),(5508,588,'tve_revision_tve_global_scripts',''),(5509,588,'tve_revision_thrive_icon_pack',''),(5510,588,'tve_revision_thrive_tcb_post_fonts',''),(5511,588,'tve_revision_tve_has_masonry',''),(5512,588,'tve_revision_tve_has_typefocus',''),(5513,588,'tve_revision_tve_updated_post',''),(5514,588,'tve_revision_tve_has_wistia_popover',''),(5515,588,'tve_revision_tve_landing_page',''),(5516,588,'tve_revision_tve_disable_theme_dependency',''),(5517,588,'tve_revision_tve_content_before_more',''),(5518,588,'tve_revision_tve_content_more_found',''),(5519,588,'tve_revision_tve_save_post',''),(5520,588,'tve_revision_tve_custom_css',''),(5521,588,'tve_revision_tve_user_custom_css',''),(5522,588,'tve_revision_tve_page_events',''),(5523,588,'tve_revision_tve_globals',''),(5524,588,'tve_revision_tve_global_scripts',''),(5525,588,'tve_revision_thrive_icon_pack',''),(5526,588,'tve_revision_thrive_tcb_post_fonts',''),(5527,588,'tve_revision_tve_has_masonry',''),(5528,588,'tve_revision_tve_has_typefocus',''),(5529,588,'tve_revision_tve_updated_post',''),(5530,588,'tve_revision_tve_has_wistia_popover',''),(5531,588,'tve_revision_tve_landing_page',''),(5532,588,'tve_revision_tve_disable_theme_dependency',''),(5533,588,'tve_revision_tve_content_before_more',''),(5534,588,'tve_revision_tve_content_more_found',''),(5535,588,'tve_revision_tve_save_post',''),(5536,588,'tve_revision_tve_custom_css',''),(5537,588,'tve_revision_tve_user_custom_css',''),(5538,588,'tve_revision_tve_page_events',''),(5539,588,'tve_revision_tve_globals',''),(5540,588,'tve_revision_tve_global_scripts',''),(5541,588,'tve_revision_thrive_icon_pack',''),(5542,588,'tve_revision_thrive_tcb_post_fonts',''),(5543,588,'tve_revision_tve_has_masonry',''),(5544,588,'tve_revision_tve_has_typefocus',''),(5545,588,'tve_revision_tve_updated_post',''),(5546,588,'tve_revision_tve_has_wistia_popover',''),(5547,588,'tve_revision_tve_landing_page',''),(5548,588,'tve_revision_tve_disable_theme_dependency',''),(5549,588,'tve_revision_tve_content_before_more',''),(5550,588,'tve_revision_tve_content_more_found',''),(5551,588,'tve_revision_tve_save_post',''),(5552,588,'tve_revision_tve_custom_css',''),(5553,588,'tve_revision_tve_user_custom_css',''),(5554,588,'tve_revision_tve_page_events',''),(5555,588,'tve_revision_tve_globals',''),(5556,588,'tve_revision_tve_global_scripts',''),(5557,588,'tve_revision_thrive_icon_pack',''),(5558,588,'tve_revision_thrive_tcb_post_fonts',''),(5559,588,'tve_revision_tve_has_masonry',''),(5560,588,'tve_revision_tve_has_typefocus',''),(5561,588,'tve_revision_tve_updated_post',''),(5562,588,'tve_revision_tve_has_wistia_popover',''),(5563,588,'tve_revision_tve_landing_page',''),(5564,588,'tve_revision_tve_disable_theme_dependency',''),(5565,588,'tve_revision_tve_content_before_more',''),(5566,588,'tve_revision_tve_content_more_found',''),(5567,588,'tve_revision_tve_save_post',''),(5568,588,'tve_revision_tve_custom_css',''),(5569,588,'tve_revision_tve_user_custom_css',''),(5570,588,'tve_revision_tve_page_events',''),(5571,588,'tve_revision_tve_globals',''),(5572,588,'tve_revision_tve_global_scripts',''),(5573,588,'tve_revision_thrive_icon_pack',''),(5574,588,'tve_revision_thrive_tcb_post_fonts',''),(5575,588,'tve_revision_tve_has_masonry',''),(5576,588,'tve_revision_tve_has_typefocus',''),(5577,588,'tve_revision_tve_updated_post',''),(5578,588,'tve_revision_tve_has_wistia_popover',''),(5579,214,'_edit_last','166'),(5580,592,'tve_revision_tve_landing_page',''),(5581,592,'tve_revision_tve_disable_theme_dependency',''),(5582,592,'tve_revision_tve_content_before_more',''),(5583,592,'tve_revision_tve_content_more_found',''),(5584,592,'tve_revision_tve_save_post',''),(5585,592,'tve_revision_tve_custom_css',''),(5586,592,'tve_revision_tve_user_custom_css',''),(5587,592,'tve_revision_tve_page_events',''),(5588,592,'tve_revision_tve_globals',''),(5589,592,'tve_revision_tve_global_scripts',''),(5590,592,'tve_revision_thrive_icon_pack',''),(5591,592,'tve_revision_thrive_tcb_post_fonts',''),(5592,592,'tve_revision_tve_has_masonry',''),(5593,592,'tve_revision_tve_has_typefocus',''),(5594,592,'tve_revision_tve_updated_post',''),(5595,592,'tve_revision_tve_has_wistia_popover',''),(5596,589,'tve_revision_tve_landing_page',''),(5597,589,'tve_revision_tve_disable_theme_dependency',''),(5598,589,'tve_revision_tve_content_before_more',''),(5599,589,'tve_revision_tve_content_more_found',''),(5600,589,'tve_revision_tve_save_post',''),(5601,589,'tve_revision_tve_custom_css',''),(5602,589,'tve_revision_tve_user_custom_css',''),(5603,589,'tve_revision_tve_page_events',''),(5604,589,'tve_revision_tve_globals',''),(5605,589,'tve_revision_tve_global_scripts',''),(5606,589,'tve_revision_thrive_icon_pack',''),(5607,589,'tve_revision_thrive_tcb_post_fonts',''),(5608,589,'tve_revision_tve_has_masonry',''),(5609,589,'tve_revision_tve_has_typefocus',''),(5610,589,'tve_revision_tve_updated_post',''),(5611,589,'tve_revision_tve_has_wistia_popover',''),(5612,142,'_edit_last','166'),(5613,593,'tve_revision_tve_landing_page',''),(5614,593,'tve_revision_tve_disable_theme_dependency',''),(5615,593,'tve_revision_tve_content_before_more',''),(5616,593,'tve_revision_tve_content_more_found',''),(5617,593,'tve_revision_tve_save_post',''),(5618,593,'tve_revision_tve_custom_css',''),(5619,593,'tve_revision_tve_user_custom_css',''),(5620,593,'tve_revision_tve_page_events',''),(5621,593,'tve_revision_tve_globals',''),(5622,593,'tve_revision_tve_global_scripts',''),(5623,593,'tve_revision_thrive_icon_pack',''),(5624,593,'tve_revision_thrive_tcb_post_fonts',''),(5625,593,'tve_revision_tve_has_masonry',''),(5626,593,'tve_revision_tve_has_typefocus',''),(5627,593,'tve_revision_tve_updated_post',''),(5628,593,'tve_revision_tve_has_wistia_popover',''),(5629,589,'tve_revision_tve_landing_page',''),(5630,589,'tve_revision_tve_disable_theme_dependency',''),(5631,589,'tve_revision_tve_content_before_more',''),(5632,589,'tve_revision_tve_content_more_found',''),(5633,589,'tve_revision_tve_save_post',''),(5634,589,'tve_revision_tve_custom_css',''),(5635,589,'tve_revision_tve_user_custom_css',''),(5636,589,'tve_revision_tve_page_events',''),(5637,589,'tve_revision_tve_globals',''),(5638,589,'tve_revision_tve_global_scripts',''),(5639,589,'tve_revision_thrive_icon_pack',''),(5640,589,'tve_revision_thrive_tcb_post_fonts',''),(5641,589,'tve_revision_tve_has_masonry',''),(5642,589,'tve_revision_tve_has_typefocus',''),(5643,589,'tve_revision_tve_updated_post',''),(5644,589,'tve_revision_tve_has_wistia_popover',''),(5645,202,'_edit_last','166'),(5646,594,'tve_revision_tve_landing_page',''),(5647,594,'tve_revision_tve_disable_theme_dependency',''),(5648,594,'tve_revision_tve_content_before_more',''),(5649,594,'tve_revision_tve_content_more_found',''),(5650,594,'tve_revision_tve_save_post',''),(5651,594,'tve_revision_tve_custom_css',''),(5652,594,'tve_revision_tve_user_custom_css',''),(5653,594,'tve_revision_tve_page_events',''),(5654,594,'tve_revision_tve_globals',''),(5655,594,'tve_revision_tve_global_scripts',''),(5656,594,'tve_revision_thrive_icon_pack',''),(5657,594,'tve_revision_thrive_tcb_post_fonts',''),(5658,594,'tve_revision_tve_has_masonry',''),(5659,594,'tve_revision_tve_has_typefocus',''),(5660,594,'tve_revision_tve_updated_post',''),(5661,594,'tve_revision_tve_has_wistia_popover',''),(5678,591,'tve_revision_tve_landing_page',''),(5679,591,'tve_revision_tve_disable_theme_dependency',''),(5680,591,'tve_revision_tve_content_before_more',''),(5681,591,'tve_revision_tve_content_more_found',''),(5682,591,'tve_revision_tve_save_post',''),(5683,591,'tve_revision_tve_custom_css',''),(5684,591,'tve_revision_tve_user_custom_css',''),(5685,591,'tve_revision_tve_page_events',''),(5686,591,'tve_revision_tve_globals',''),(5687,591,'tve_revision_tve_global_scripts',''),(5688,591,'tve_revision_thrive_icon_pack',''),(5689,591,'tve_revision_thrive_tcb_post_fonts',''),(5690,591,'tve_revision_tve_has_masonry',''),(5691,591,'tve_revision_tve_has_typefocus',''),(5692,591,'tve_revision_tve_updated_post',''),(5693,591,'tve_revision_tve_has_wistia_popover',''),(5694,212,'_edit_last','166'),(5695,595,'tve_revision_tve_landing_page',''),(5696,595,'tve_revision_tve_disable_theme_dependency',''),(5697,595,'tve_revision_tve_content_before_more',''),(5698,595,'tve_revision_tve_content_more_found',''),(5699,595,'tve_revision_tve_save_post',''),(5700,595,'tve_revision_tve_custom_css',''),(5701,595,'tve_revision_tve_user_custom_css',''),(5702,595,'tve_revision_tve_page_events',''),(5703,595,'tve_revision_tve_globals',''),(5704,595,'tve_revision_tve_global_scripts',''),(5705,595,'tve_revision_thrive_icon_pack',''),(5706,595,'tve_revision_thrive_tcb_post_fonts',''),(5707,595,'tve_revision_tve_has_masonry',''),(5708,595,'tve_revision_tve_has_typefocus',''),(5709,595,'tve_revision_tve_updated_post',''),(5710,595,'tve_revision_tve_has_wistia_popover',''),(5711,591,'tve_revision_tve_landing_page',''),(5712,591,'tve_revision_tve_disable_theme_dependency',''),(5713,591,'tve_revision_tve_content_before_more',''),(5714,591,'tve_revision_tve_content_more_found',''),(5715,591,'tve_revision_tve_save_post',''),(5716,591,'tve_revision_tve_custom_css',''),(5717,591,'tve_revision_tve_user_custom_css',''),(5718,591,'tve_revision_tve_page_events',''),(5719,591,'tve_revision_tve_globals',''),(5720,591,'tve_revision_tve_global_scripts',''),(5721,591,'tve_revision_thrive_icon_pack',''),(5722,591,'tve_revision_thrive_tcb_post_fonts',''),(5723,591,'tve_revision_tve_has_masonry',''),(5724,591,'tve_revision_tve_has_typefocus',''),(5725,591,'tve_revision_tve_updated_post',''),(5726,591,'tve_revision_tve_has_wistia_popover',''),(5727,552,'tve_revision_tve_landing_page',''),(5728,552,'tve_revision_tve_disable_theme_dependency',''),(5729,552,'tve_revision_tve_content_before_more',''),(5730,552,'tve_revision_tve_content_more_found',''),(5731,552,'tve_revision_tve_save_post',''),(5732,552,'tve_revision_tve_custom_css',''),(5733,552,'tve_revision_tve_user_custom_css',''),(5734,552,'tve_revision_tve_page_events',''),(5735,552,'tve_revision_tve_globals',''),(5736,552,'tve_revision_tve_global_scripts',''),(5737,552,'tve_revision_thrive_icon_pack',''),(5738,552,'tve_revision_thrive_tcb_post_fonts',''),(5739,552,'tve_revision_tve_has_masonry',''),(5740,552,'tve_revision_tve_has_typefocus',''),(5741,552,'tve_revision_tve_updated_post',''),(5742,552,'tve_revision_tve_has_wistia_popover',''),(5743,596,'tve_revision_tve_landing_page',''),(5744,596,'tve_revision_tve_disable_theme_dependency',''),(5745,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5746,596,'tve_revision_tve_content_more_found',''),(5747,596,'tve_revision_tve_save_post',''),(5748,596,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(5749,596,'tve_revision_tve_user_custom_css',''),(5750,596,'tve_revision_tve_page_events','a:0:{}'),(5751,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(5752,596,'tve_revision_tve_global_scripts',''),(5753,596,'tve_revision_thrive_icon_pack','0'),(5754,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5755,596,'tve_revision_tve_has_masonry','0'),(5756,596,'tve_revision_tve_has_typefocus','0'),(5757,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5758,596,'tve_revision_tve_has_wistia_popover','0'),(5759,591,'tve_revision_tve_landing_page',''),(5760,591,'tve_revision_tve_disable_theme_dependency',''),(5761,591,'tve_revision_tve_content_before_more',''),(5762,591,'tve_revision_tve_content_more_found',''),(5763,591,'tve_revision_tve_save_post',''),(5764,591,'tve_revision_tve_custom_css',''),(5765,591,'tve_revision_tve_user_custom_css',''),(5766,591,'tve_revision_tve_page_events',''),(5767,591,'tve_revision_tve_globals',''),(5768,591,'tve_revision_tve_global_scripts',''),(5769,591,'tve_revision_thrive_icon_pack',''),(5770,591,'tve_revision_thrive_tcb_post_fonts',''),(5771,591,'tve_revision_tve_has_masonry',''),(5772,591,'tve_revision_tve_has_typefocus',''),(5773,591,'tve_revision_tve_updated_post',''),(5774,591,'tve_revision_tve_has_wistia_popover',''),(5775,597,'tve_revision_tve_landing_page',''),(5776,597,'tve_revision_tve_disable_theme_dependency',''),(5777,597,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(5778,597,'tve_revision_tve_content_more_found',''),(5779,597,'tve_revision_tve_save_post',''),(5780,597,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(5781,597,'tve_revision_tve_user_custom_css',''),(5782,597,'tve_revision_tve_page_events','a:0:{}'),(5783,597,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(5784,597,'tve_revision_tve_global_scripts',''),(5785,597,'tve_revision_thrive_icon_pack','0'),(5786,597,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5787,597,'tve_revision_tve_has_masonry','0'),(5788,597,'tve_revision_tve_has_typefocus','0'),(5789,597,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(5790,597,'tve_revision_tve_has_wistia_popover','0'),(5791,553,'tve_revision_tve_landing_page',''),(5792,553,'tve_revision_tve_disable_theme_dependency',''),(5793,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(5794,553,'tve_revision_tve_content_more_found',''),(5795,553,'tve_revision_tve_save_post',''),(5796,553,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(5797,553,'tve_revision_tve_user_custom_css',''),(5798,553,'tve_revision_tve_page_events','a:0:{}'),(5799,553,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(5800,553,'tve_revision_tve_global_scripts',''),(5801,553,'tve_revision_thrive_icon_pack','0'),(5802,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5803,553,'tve_revision_tve_has_masonry','0'),(5804,553,'tve_revision_tve_has_typefocus','0'),(5805,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,<br>1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(5806,553,'tve_revision_tve_has_wistia_popover','0'),(5807,598,'tve_revision_tve_landing_page',''),(5808,598,'tve_revision_tve_disable_theme_dependency',''),(5809,598,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5810,598,'tve_revision_tve_content_more_found',''),(5811,598,'tve_revision_tve_save_post',''),(5812,598,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(5813,598,'tve_revision_tve_user_custom_css',''),(5814,598,'tve_revision_tve_page_events','a:0:{}'),(5815,598,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(5816,598,'tve_revision_tve_global_scripts',''),(5817,598,'tve_revision_thrive_icon_pack','0'),(5818,598,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5819,598,'tve_revision_tve_has_masonry','0'),(5820,598,'tve_revision_tve_has_typefocus','0'),(5821,598,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5822,598,'tve_revision_tve_has_wistia_popover','0'),(5823,599,'tve_revision_tve_landing_page',''),(5824,599,'tve_revision_tve_disable_theme_dependency',''),(5825,599,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5826,599,'tve_revision_tve_content_more_found',''),(5827,599,'tve_revision_tve_save_post',''),(5828,599,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(5829,599,'tve_revision_tve_user_custom_css',''),(5830,599,'tve_revision_tve_page_events','a:0:{}'),(5831,599,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(5832,599,'tve_revision_tve_global_scripts',''),(5833,599,'tve_revision_thrive_icon_pack','0'),(5834,599,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5835,599,'tve_revision_tve_has_masonry','0'),(5836,599,'tve_revision_tve_has_typefocus','0'),(5837,599,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5838,599,'tve_revision_tve_has_wistia_popover','0'),(5839,596,'tve_revision_tve_landing_page',''),(5840,596,'tve_revision_tve_disable_theme_dependency',''),(5841,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5842,596,'tve_revision_tve_content_more_found',''),(5843,596,'tve_revision_tve_save_post',''),(5844,596,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(5845,596,'tve_revision_tve_user_custom_css',''),(5846,596,'tve_revision_tve_page_events','a:0:{}'),(5847,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(5848,596,'tve_revision_tve_global_scripts',''),(5849,596,'tve_revision_thrive_icon_pack','0'),(5850,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5851,596,'tve_revision_tve_has_masonry','0'),(5852,596,'tve_revision_tve_has_typefocus','0'),(5853,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(5854,596,'tve_revision_tve_has_wistia_popover','0'),(5887,600,'tve_revision_tve_landing_page',''),(5888,600,'tve_revision_tve_disable_theme_dependency',''),(5889,600,'tve_revision_tve_content_before_more',''),(5890,600,'tve_revision_tve_content_more_found',''),(5891,600,'tve_revision_tve_save_post',''),(5892,600,'tve_revision_tve_custom_css',''),(5893,600,'tve_revision_tve_user_custom_css',''),(5894,600,'tve_revision_tve_page_events',''),(5895,600,'tve_revision_tve_globals',''),(5896,600,'tve_revision_tve_global_scripts',''),(5897,600,'tve_revision_thrive_icon_pack',''),(5898,600,'tve_revision_thrive_tcb_post_fonts',''),(5899,600,'tve_revision_tve_has_masonry',''),(5900,600,'tve_revision_tve_has_typefocus',''),(5901,600,'tve_revision_tve_updated_post',''),(5902,600,'tve_revision_tve_has_wistia_popover',''),(5903,600,'tve_revision_tve_landing_page',''),(5904,600,'tve_revision_tve_disable_theme_dependency',''),(5905,600,'tve_revision_tve_content_before_more',''),(5906,600,'tve_revision_tve_content_more_found',''),(5907,600,'tve_revision_tve_save_post',''),(5908,600,'tve_revision_tve_custom_css',''),(5909,600,'tve_revision_tve_user_custom_css',''),(5910,600,'tve_revision_tve_page_events',''),(5911,600,'tve_revision_tve_globals',''),(5912,600,'tve_revision_tve_global_scripts',''),(5913,600,'tve_revision_thrive_icon_pack',''),(5914,600,'tve_revision_thrive_tcb_post_fonts',''),(5915,600,'tve_revision_tve_has_masonry',''),(5916,600,'tve_revision_tve_has_typefocus',''),(5917,600,'tve_revision_tve_updated_post',''),(5918,600,'tve_revision_tve_has_wistia_popover',''),(5919,600,'tve_revision_tve_landing_page',''),(5920,600,'tve_revision_tve_disable_theme_dependency',''),(5921,600,'tve_revision_tve_content_before_more',''),(5922,600,'tve_revision_tve_content_more_found',''),(5923,600,'tve_revision_tve_save_post',''),(5924,600,'tve_revision_tve_custom_css',''),(5925,600,'tve_revision_tve_user_custom_css',''),(5926,600,'tve_revision_tve_page_events',''),(5927,600,'tve_revision_tve_globals',''),(5928,600,'tve_revision_tve_global_scripts',''),(5929,600,'tve_revision_thrive_icon_pack',''),(5930,600,'tve_revision_thrive_tcb_post_fonts',''),(5931,600,'tve_revision_tve_has_masonry',''),(5932,600,'tve_revision_tve_has_typefocus',''),(5933,600,'tve_revision_tve_updated_post',''),(5934,600,'tve_revision_tve_has_wistia_popover',''),(5935,600,'tve_revision_tve_landing_page',''),(5936,600,'tve_revision_tve_disable_theme_dependency',''),(5937,600,'tve_revision_tve_content_before_more',''),(5938,600,'tve_revision_tve_content_more_found',''),(5939,600,'tve_revision_tve_save_post',''),(5940,600,'tve_revision_tve_custom_css',''),(5941,600,'tve_revision_tve_user_custom_css',''),(5942,600,'tve_revision_tve_page_events',''),(5943,600,'tve_revision_tve_globals',''),(5944,600,'tve_revision_tve_global_scripts',''),(5945,600,'tve_revision_thrive_icon_pack',''),(5946,600,'tve_revision_thrive_tcb_post_fonts',''),(5947,600,'tve_revision_tve_has_masonry',''),(5948,600,'tve_revision_tve_has_typefocus',''),(5949,600,'tve_revision_tve_updated_post',''),(5950,600,'tve_revision_tve_has_wistia_popover',''),(5952,600,'tve_revision_tve_landing_page',''),(5953,600,'tve_revision_tve_disable_theme_dependency',''),(5954,600,'tve_revision_tve_content_before_more',''),(5955,600,'tve_revision_tve_content_more_found',''),(5956,600,'tve_revision_tve_save_post',''),(5957,600,'tve_revision_tve_custom_css',''),(5958,600,'tve_revision_tve_user_custom_css',''),(5959,600,'tve_revision_tve_page_events',''),(5960,600,'tve_revision_tve_globals',''),(5961,600,'tve_revision_tve_global_scripts',''),(5962,600,'tve_revision_thrive_icon_pack',''),(5963,600,'tve_revision_thrive_tcb_post_fonts',''),(5964,600,'tve_revision_tve_has_masonry',''),(5965,600,'tve_revision_tve_has_typefocus',''),(5966,600,'tve_revision_tve_updated_post',''),(5967,600,'tve_revision_tve_has_wistia_popover',''),(5968,600,'tve_revision_tve_landing_page',''),(5969,600,'tve_revision_tve_disable_theme_dependency',''),(5970,600,'tve_revision_tve_content_before_more',''),(5971,600,'tve_revision_tve_content_more_found',''),(5972,600,'tve_revision_tve_save_post',''),(5973,600,'tve_revision_tve_custom_css',''),(5974,600,'tve_revision_tve_user_custom_css',''),(5975,600,'tve_revision_tve_page_events',''),(5976,600,'tve_revision_tve_globals',''),(5977,600,'tve_revision_tve_global_scripts',''),(5978,600,'tve_revision_thrive_icon_pack',''),(5979,600,'tve_revision_thrive_tcb_post_fonts',''),(5980,600,'tve_revision_tve_has_masonry',''),(5981,600,'tve_revision_tve_has_typefocus',''),(5982,600,'tve_revision_tve_updated_post',''),(5983,600,'tve_revision_tve_has_wistia_popover',''),(5984,600,'tve_revision_tve_landing_page',''),(5985,600,'tve_revision_tve_disable_theme_dependency',''),(5986,600,'tve_revision_tve_content_before_more',''),(5987,600,'tve_revision_tve_content_more_found',''),(5988,600,'tve_revision_tve_save_post',''),(5989,600,'tve_revision_tve_custom_css',''),(5990,600,'tve_revision_tve_user_custom_css',''),(5991,600,'tve_revision_tve_page_events',''),(5992,600,'tve_revision_tve_globals',''),(5993,600,'tve_revision_tve_global_scripts',''),(5994,600,'tve_revision_thrive_icon_pack',''),(5995,600,'tve_revision_thrive_tcb_post_fonts',''),(5996,600,'tve_revision_tve_has_masonry',''),(5997,600,'tve_revision_tve_has_typefocus',''),(5998,600,'tve_revision_tve_updated_post',''),(5999,600,'tve_revision_tve_has_wistia_popover',''),(6000,600,'tve_revision_tve_landing_page',''),(6001,600,'tve_revision_tve_disable_theme_dependency',''),(6002,600,'tve_revision_tve_content_before_more',''),(6003,600,'tve_revision_tve_content_more_found',''),(6004,600,'tve_revision_tve_save_post',''),(6005,600,'tve_revision_tve_custom_css',''),(6006,600,'tve_revision_tve_user_custom_css',''),(6007,600,'tve_revision_tve_page_events',''),(6008,600,'tve_revision_tve_globals',''),(6009,600,'tve_revision_tve_global_scripts',''),(6010,600,'tve_revision_thrive_icon_pack',''),(6011,600,'tve_revision_thrive_tcb_post_fonts',''),(6012,600,'tve_revision_tve_has_masonry',''),(6013,600,'tve_revision_tve_has_typefocus',''),(6014,600,'tve_revision_tve_updated_post',''),(6015,600,'tve_revision_tve_has_wistia_popover',''),(6016,600,'tve_revision_tve_landing_page',''),(6017,600,'tve_revision_tve_disable_theme_dependency',''),(6018,600,'tve_revision_tve_content_before_more',''),(6019,600,'tve_revision_tve_content_more_found',''),(6020,600,'tve_revision_tve_save_post',''),(6021,600,'tve_revision_tve_custom_css',''),(6022,600,'tve_revision_tve_user_custom_css',''),(6023,600,'tve_revision_tve_page_events',''),(6024,600,'tve_revision_tve_globals',''),(6025,600,'tve_revision_tve_global_scripts',''),(6026,600,'tve_revision_thrive_icon_pack',''),(6027,600,'tve_revision_thrive_tcb_post_fonts',''),(6028,600,'tve_revision_tve_has_masonry',''),(6029,600,'tve_revision_tve_has_typefocus',''),(6030,600,'tve_revision_tve_updated_post',''),(6031,600,'tve_revision_tve_has_wistia_popover',''),(6032,600,'tve_revision_tve_landing_page',''),(6033,600,'tve_revision_tve_disable_theme_dependency',''),(6034,600,'tve_revision_tve_content_before_more',''),(6035,600,'tve_revision_tve_content_more_found',''),(6036,600,'tve_revision_tve_save_post',''),(6037,600,'tve_revision_tve_custom_css',''),(6038,600,'tve_revision_tve_user_custom_css',''),(6039,600,'tve_revision_tve_page_events',''),(6040,600,'tve_revision_tve_globals',''),(6041,600,'tve_revision_tve_global_scripts',''),(6042,600,'tve_revision_thrive_icon_pack',''),(6043,600,'tve_revision_thrive_tcb_post_fonts',''),(6044,600,'tve_revision_tve_has_masonry',''),(6045,600,'tve_revision_tve_has_typefocus',''),(6046,600,'tve_revision_tve_updated_post',''),(6047,600,'tve_revision_tve_has_wistia_popover',''),(6048,600,'tve_revision_tve_landing_page',''),(6049,600,'tve_revision_tve_disable_theme_dependency',''),(6050,600,'tve_revision_tve_content_before_more',''),(6051,600,'tve_revision_tve_content_more_found',''),(6052,600,'tve_revision_tve_save_post',''),(6053,600,'tve_revision_tve_custom_css',''),(6054,600,'tve_revision_tve_user_custom_css',''),(6055,600,'tve_revision_tve_page_events',''),(6056,600,'tve_revision_tve_globals',''),(6057,600,'tve_revision_tve_global_scripts',''),(6058,600,'tve_revision_thrive_icon_pack',''),(6059,600,'tve_revision_thrive_tcb_post_fonts',''),(6060,600,'tve_revision_tve_has_masonry',''),(6061,600,'tve_revision_tve_has_typefocus',''),(6062,600,'tve_revision_tve_updated_post',''),(6063,600,'tve_revision_tve_has_wistia_popover',''),(6064,600,'tve_revision_tve_landing_page',''),(6065,600,'tve_revision_tve_disable_theme_dependency',''),(6066,600,'tve_revision_tve_content_before_more',''),(6067,600,'tve_revision_tve_content_more_found',''),(6068,600,'tve_revision_tve_save_post',''),(6069,600,'tve_revision_tve_custom_css',''),(6070,600,'tve_revision_tve_user_custom_css',''),(6071,600,'tve_revision_tve_page_events',''),(6072,600,'tve_revision_tve_globals',''),(6073,600,'tve_revision_tve_global_scripts',''),(6074,600,'tve_revision_thrive_icon_pack',''),(6075,600,'tve_revision_thrive_tcb_post_fonts',''),(6076,600,'tve_revision_tve_has_masonry',''),(6077,600,'tve_revision_tve_has_typefocus',''),(6078,600,'tve_revision_tve_updated_post',''),(6079,600,'tve_revision_tve_has_wistia_popover',''),(6080,600,'tve_revision_tve_landing_page',''),(6081,600,'tve_revision_tve_disable_theme_dependency',''),(6082,600,'tve_revision_tve_content_before_more',''),(6083,600,'tve_revision_tve_content_more_found',''),(6084,600,'tve_revision_tve_save_post',''),(6085,600,'tve_revision_tve_custom_css',''),(6086,600,'tve_revision_tve_user_custom_css',''),(6087,600,'tve_revision_tve_page_events',''),(6088,600,'tve_revision_tve_globals',''),(6089,600,'tve_revision_tve_global_scripts',''),(6090,600,'tve_revision_thrive_icon_pack',''),(6091,600,'tve_revision_thrive_tcb_post_fonts',''),(6092,600,'tve_revision_tve_has_masonry',''),(6093,600,'tve_revision_tve_has_typefocus',''),(6094,600,'tve_revision_tve_updated_post',''),(6095,600,'tve_revision_tve_has_wistia_popover',''),(6096,603,'tve_revision_tve_landing_page',''),(6097,603,'tve_revision_tve_disable_theme_dependency',''),(6098,603,'tve_revision_tve_content_before_more',''),(6099,603,'tve_revision_tve_content_more_found',''),(6100,603,'tve_revision_tve_save_post',''),(6101,603,'tve_revision_tve_custom_css',''),(6102,603,'tve_revision_tve_user_custom_css',''),(6103,603,'tve_revision_tve_page_events',''),(6104,603,'tve_revision_tve_globals',''),(6105,603,'tve_revision_tve_global_scripts',''),(6106,603,'tve_revision_thrive_icon_pack',''),(6107,603,'tve_revision_thrive_tcb_post_fonts',''),(6108,603,'tve_revision_tve_has_masonry',''),(6109,603,'tve_revision_tve_has_typefocus',''),(6110,603,'tve_revision_tve_updated_post',''),(6111,603,'tve_revision_tve_has_wistia_popover',''),(6114,600,'tve_revision_tve_landing_page',''),(6115,600,'tve_revision_tve_disable_theme_dependency',''),(6116,600,'tve_revision_tve_content_before_more',''),(6117,600,'tve_revision_tve_content_more_found',''),(6118,600,'tve_revision_tve_save_post',''),(6119,600,'tve_revision_tve_custom_css',''),(6120,600,'tve_revision_tve_user_custom_css',''),(6121,600,'tve_revision_tve_page_events',''),(6122,600,'tve_revision_tve_globals',''),(6123,600,'tve_revision_tve_global_scripts',''),(6124,600,'tve_revision_thrive_icon_pack',''),(6125,600,'tve_revision_thrive_tcb_post_fonts',''),(6126,600,'tve_revision_tve_has_masonry',''),(6127,600,'tve_revision_tve_has_typefocus',''),(6128,600,'tve_revision_tve_updated_post',''),(6129,600,'tve_revision_tve_has_wistia_popover',''),(6130,600,'tve_revision_tve_landing_page',''),(6131,600,'tve_revision_tve_disable_theme_dependency',''),(6132,600,'tve_revision_tve_content_before_more',''),(6133,600,'tve_revision_tve_content_more_found',''),(6134,600,'tve_revision_tve_save_post',''),(6135,600,'tve_revision_tve_custom_css',''),(6136,600,'tve_revision_tve_user_custom_css',''),(6137,600,'tve_revision_tve_page_events',''),(6138,600,'tve_revision_tve_globals',''),(6139,600,'tve_revision_tve_global_scripts',''),(6140,600,'tve_revision_thrive_icon_pack',''),(6141,600,'tve_revision_thrive_tcb_post_fonts',''),(6142,600,'tve_revision_tve_has_masonry',''),(6143,600,'tve_revision_tve_has_typefocus',''),(6144,600,'tve_revision_tve_updated_post',''),(6145,600,'tve_revision_tve_has_wistia_popover',''),(6146,600,'tve_revision_tve_landing_page',''),(6147,600,'tve_revision_tve_disable_theme_dependency',''),(6148,600,'tve_revision_tve_content_before_more',''),(6149,600,'tve_revision_tve_content_more_found',''),(6150,600,'tve_revision_tve_save_post',''),(6151,600,'tve_revision_tve_custom_css',''),(6152,600,'tve_revision_tve_user_custom_css',''),(6153,600,'tve_revision_tve_page_events',''),(6154,600,'tve_revision_tve_globals',''),(6155,600,'tve_revision_tve_global_scripts',''),(6156,600,'tve_revision_thrive_icon_pack',''),(6157,600,'tve_revision_thrive_tcb_post_fonts',''),(6158,600,'tve_revision_tve_has_masonry',''),(6159,600,'tve_revision_tve_has_typefocus',''),(6160,600,'tve_revision_tve_updated_post',''),(6161,600,'tve_revision_tve_has_wistia_popover',''),(6162,605,'tve_revision_tve_landing_page',''),(6163,605,'tve_revision_tve_disable_theme_dependency',''); INSERT INTO `wp_postmeta` VALUES (6164,605,'tve_revision_tve_content_before_more',''),(6165,605,'tve_revision_tve_content_more_found',''),(6166,605,'tve_revision_tve_save_post',''),(6167,605,'tve_revision_tve_custom_css',''),(6168,605,'tve_revision_tve_user_custom_css',''),(6169,605,'tve_revision_tve_page_events',''),(6170,605,'tve_revision_tve_globals',''),(6171,605,'tve_revision_tve_global_scripts',''),(6172,605,'tve_revision_thrive_icon_pack',''),(6173,605,'tve_revision_thrive_tcb_post_fonts',''),(6174,605,'tve_revision_tve_has_masonry',''),(6175,605,'tve_revision_tve_has_typefocus',''),(6176,605,'tve_revision_tve_updated_post',''),(6177,605,'tve_revision_tve_has_wistia_popover',''),(6180,600,'tve_revision_tve_landing_page',''),(6181,600,'tve_revision_tve_disable_theme_dependency',''),(6182,600,'tve_revision_tve_content_before_more',''),(6183,600,'tve_revision_tve_content_more_found',''),(6184,600,'tve_revision_tve_save_post',''),(6185,600,'tve_revision_tve_custom_css',''),(6186,600,'tve_revision_tve_user_custom_css',''),(6187,600,'tve_revision_tve_page_events',''),(6188,600,'tve_revision_tve_globals',''),(6189,600,'tve_revision_tve_global_scripts',''),(6190,600,'tve_revision_thrive_icon_pack',''),(6191,600,'tve_revision_thrive_tcb_post_fonts',''),(6192,600,'tve_revision_tve_has_masonry',''),(6193,600,'tve_revision_tve_has_typefocus',''),(6194,600,'tve_revision_tve_updated_post',''),(6195,600,'tve_revision_tve_has_wistia_popover',''),(6196,600,'tve_revision_tve_landing_page',''),(6197,600,'tve_revision_tve_disable_theme_dependency',''),(6198,600,'tve_revision_tve_content_before_more',''),(6199,600,'tve_revision_tve_content_more_found',''),(6200,600,'tve_revision_tve_save_post',''),(6201,600,'tve_revision_tve_custom_css',''),(6202,600,'tve_revision_tve_user_custom_css',''),(6203,600,'tve_revision_tve_page_events',''),(6204,600,'tve_revision_tve_globals',''),(6205,600,'tve_revision_tve_global_scripts',''),(6206,600,'tve_revision_thrive_icon_pack',''),(6207,600,'tve_revision_thrive_tcb_post_fonts',''),(6208,600,'tve_revision_tve_has_masonry',''),(6209,600,'tve_revision_tve_has_typefocus',''),(6210,600,'tve_revision_tve_updated_post',''),(6211,600,'tve_revision_tve_has_wistia_popover',''),(6212,607,'tve_revision_tve_landing_page',''),(6213,607,'tve_revision_tve_disable_theme_dependency',''),(6214,607,'tve_revision_tve_content_before_more',''),(6215,607,'tve_revision_tve_content_more_found',''),(6216,607,'tve_revision_tve_save_post',''),(6217,607,'tve_revision_tve_custom_css',''),(6218,607,'tve_revision_tve_user_custom_css',''),(6219,607,'tve_revision_tve_page_events',''),(6220,607,'tve_revision_tve_globals',''),(6221,607,'tve_revision_tve_global_scripts',''),(6222,607,'tve_revision_thrive_icon_pack',''),(6223,607,'tve_revision_thrive_tcb_post_fonts',''),(6224,607,'tve_revision_tve_has_masonry',''),(6225,607,'tve_revision_tve_has_typefocus',''),(6226,607,'tve_revision_tve_updated_post',''),(6227,607,'tve_revision_tve_has_wistia_popover',''),(6230,600,'tve_revision_tve_landing_page',''),(6231,600,'tve_revision_tve_disable_theme_dependency',''),(6232,600,'tve_revision_tve_content_before_more',''),(6233,600,'tve_revision_tve_content_more_found',''),(6234,600,'tve_revision_tve_save_post',''),(6235,600,'tve_revision_tve_custom_css',''),(6236,600,'tve_revision_tve_user_custom_css',''),(6237,600,'tve_revision_tve_page_events',''),(6238,600,'tve_revision_tve_globals',''),(6239,600,'tve_revision_tve_global_scripts',''),(6240,600,'tve_revision_thrive_icon_pack',''),(6241,600,'tve_revision_thrive_tcb_post_fonts',''),(6242,600,'tve_revision_tve_has_masonry',''),(6243,600,'tve_revision_tve_has_typefocus',''),(6244,600,'tve_revision_tve_updated_post',''),(6245,600,'tve_revision_tve_has_wistia_popover',''),(6247,600,'tve_revision_tve_landing_page',''),(6248,600,'tve_revision_tve_disable_theme_dependency',''),(6249,600,'tve_revision_tve_content_before_more',''),(6250,600,'tve_revision_tve_content_more_found',''),(6251,600,'tve_revision_tve_save_post',''),(6252,600,'tve_revision_tve_custom_css',''),(6253,600,'tve_revision_tve_user_custom_css',''),(6254,600,'tve_revision_tve_page_events',''),(6255,600,'tve_revision_tve_globals',''),(6256,600,'tve_revision_tve_global_scripts',''),(6257,600,'tve_revision_thrive_icon_pack',''),(6258,600,'tve_revision_thrive_tcb_post_fonts',''),(6259,600,'tve_revision_tve_has_masonry',''),(6260,600,'tve_revision_tve_has_typefocus',''),(6261,600,'tve_revision_tve_updated_post',''),(6262,600,'tve_revision_tve_has_wistia_popover',''),(6263,600,'tve_revision_tve_landing_page',''),(6264,600,'tve_revision_tve_disable_theme_dependency',''),(6265,600,'tve_revision_tve_content_before_more',''),(6266,600,'tve_revision_tve_content_more_found',''),(6267,600,'tve_revision_tve_save_post',''),(6268,600,'tve_revision_tve_custom_css',''),(6269,600,'tve_revision_tve_user_custom_css',''),(6270,600,'tve_revision_tve_page_events',''),(6271,600,'tve_revision_tve_globals',''),(6272,600,'tve_revision_tve_global_scripts',''),(6273,600,'tve_revision_thrive_icon_pack',''),(6274,600,'tve_revision_thrive_tcb_post_fonts',''),(6275,600,'tve_revision_tve_has_masonry',''),(6276,600,'tve_revision_tve_has_typefocus',''),(6277,600,'tve_revision_tve_updated_post',''),(6278,600,'tve_revision_tve_has_wistia_popover',''),(6279,600,'tve_revision_tve_landing_page',''),(6280,600,'tve_revision_tve_disable_theme_dependency',''),(6281,600,'tve_revision_tve_content_before_more',''),(6282,600,'tve_revision_tve_content_more_found',''),(6283,600,'tve_revision_tve_save_post',''),(6284,600,'tve_revision_tve_custom_css',''),(6285,600,'tve_revision_tve_user_custom_css',''),(6286,600,'tve_revision_tve_page_events',''),(6287,600,'tve_revision_tve_globals',''),(6288,600,'tve_revision_tve_global_scripts',''),(6289,600,'tve_revision_thrive_icon_pack',''),(6290,600,'tve_revision_thrive_tcb_post_fonts',''),(6291,600,'tve_revision_tve_has_masonry',''),(6292,600,'tve_revision_tve_has_typefocus',''),(6293,600,'tve_revision_tve_updated_post',''),(6294,600,'tve_revision_tve_has_wistia_popover',''),(6295,600,'tve_revision_tve_landing_page',''),(6296,600,'tve_revision_tve_disable_theme_dependency',''),(6297,600,'tve_revision_tve_content_before_more',''),(6298,600,'tve_revision_tve_content_more_found',''),(6299,600,'tve_revision_tve_save_post',''),(6300,600,'tve_revision_tve_custom_css',''),(6301,600,'tve_revision_tve_user_custom_css',''),(6302,600,'tve_revision_tve_page_events',''),(6303,600,'tve_revision_tve_globals',''),(6304,600,'tve_revision_tve_global_scripts',''),(6305,600,'tve_revision_thrive_icon_pack',''),(6306,600,'tve_revision_thrive_tcb_post_fonts',''),(6307,600,'tve_revision_tve_has_masonry',''),(6308,600,'tve_revision_tve_has_typefocus',''),(6309,600,'tve_revision_tve_updated_post',''),(6310,600,'tve_revision_tve_has_wistia_popover',''),(6311,609,'tve_revision_tve_landing_page',''),(6312,609,'tve_revision_tve_disable_theme_dependency',''),(6313,609,'tve_revision_tve_content_before_more',''),(6314,609,'tve_revision_tve_content_more_found',''),(6315,609,'tve_revision_tve_save_post',''),(6316,609,'tve_revision_tve_custom_css',''),(6317,609,'tve_revision_tve_user_custom_css',''),(6318,609,'tve_revision_tve_page_events',''),(6319,609,'tve_revision_tve_globals',''),(6320,609,'tve_revision_tve_global_scripts',''),(6321,609,'tve_revision_thrive_icon_pack',''),(6322,609,'tve_revision_thrive_tcb_post_fonts',''),(6323,609,'tve_revision_tve_has_masonry',''),(6324,609,'tve_revision_tve_has_typefocus',''),(6325,609,'tve_revision_tve_updated_post',''),(6326,609,'tve_revision_tve_has_wistia_popover',''),(6329,600,'tve_revision_tve_landing_page',''),(6330,600,'tve_revision_tve_disable_theme_dependency',''),(6331,600,'tve_revision_tve_content_before_more',''),(6332,600,'tve_revision_tve_content_more_found',''),(6333,600,'tve_revision_tve_save_post',''),(6334,600,'tve_revision_tve_custom_css',''),(6335,600,'tve_revision_tve_user_custom_css',''),(6336,600,'tve_revision_tve_page_events',''),(6337,600,'tve_revision_tve_globals',''),(6338,600,'tve_revision_tve_global_scripts',''),(6339,600,'tve_revision_thrive_icon_pack',''),(6340,600,'tve_revision_thrive_tcb_post_fonts',''),(6341,600,'tve_revision_tve_has_masonry',''),(6342,600,'tve_revision_tve_has_typefocus',''),(6343,600,'tve_revision_tve_updated_post',''),(6344,600,'tve_revision_tve_has_wistia_popover',''),(6345,600,'tve_revision_tve_landing_page',''),(6346,600,'tve_revision_tve_disable_theme_dependency',''),(6347,600,'tve_revision_tve_content_before_more',''),(6348,600,'tve_revision_tve_content_more_found',''),(6349,600,'tve_revision_tve_save_post',''),(6350,600,'tve_revision_tve_custom_css',''),(6351,600,'tve_revision_tve_user_custom_css',''),(6352,600,'tve_revision_tve_page_events',''),(6353,600,'tve_revision_tve_globals',''),(6354,600,'tve_revision_tve_global_scripts',''),(6355,600,'tve_revision_thrive_icon_pack',''),(6356,600,'tve_revision_thrive_tcb_post_fonts',''),(6357,600,'tve_revision_tve_has_masonry',''),(6358,600,'tve_revision_tve_has_typefocus',''),(6359,600,'tve_revision_tve_updated_post',''),(6360,600,'tve_revision_tve_has_wistia_popover',''),(6361,596,'tve_revision_tve_landing_page',''),(6362,596,'tve_revision_tve_disable_theme_dependency',''),(6363,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(6364,596,'tve_revision_tve_content_more_found',''),(6365,596,'tve_revision_tve_save_post',''),(6366,596,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(6367,596,'tve_revision_tve_user_custom_css',''),(6368,596,'tve_revision_tve_page_events','a:0:{}'),(6369,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6370,596,'tve_revision_tve_global_scripts',''),(6371,596,'tve_revision_thrive_icon_pack','0'),(6372,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6373,596,'tve_revision_tve_has_masonry','0'),(6374,596,'tve_revision_tve_has_typefocus','0'),(6375,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p></div>'),(6376,596,'tve_revision_tve_has_wistia_popover','0'),(6377,600,'tve_revision_tve_landing_page',''),(6378,600,'tve_revision_tve_disable_theme_dependency',''),(6379,600,'tve_revision_tve_content_before_more',''),(6380,600,'tve_revision_tve_content_more_found',''),(6381,600,'tve_revision_tve_save_post',''),(6382,600,'tve_revision_tve_custom_css',''),(6383,600,'tve_revision_tve_user_custom_css',''),(6384,600,'tve_revision_tve_page_events',''),(6385,600,'tve_revision_tve_globals',''),(6386,600,'tve_revision_tve_global_scripts',''),(6387,600,'tve_revision_thrive_icon_pack',''),(6388,600,'tve_revision_thrive_tcb_post_fonts',''),(6389,600,'tve_revision_tve_has_masonry',''),(6390,600,'tve_revision_tve_has_typefocus',''),(6391,600,'tve_revision_tve_updated_post',''),(6392,600,'tve_revision_tve_has_wistia_popover',''),(6393,600,'tve_revision_tve_landing_page',''),(6394,600,'tve_revision_tve_disable_theme_dependency',''),(6395,600,'tve_revision_tve_content_before_more',''),(6396,600,'tve_revision_tve_content_more_found',''),(6397,600,'tve_revision_tve_save_post',''),(6398,600,'tve_revision_tve_custom_css',''),(6399,600,'tve_revision_tve_user_custom_css',''),(6400,600,'tve_revision_tve_page_events',''),(6401,600,'tve_revision_tve_globals',''),(6402,600,'tve_revision_tve_global_scripts',''),(6403,600,'tve_revision_thrive_icon_pack',''),(6404,600,'tve_revision_thrive_tcb_post_fonts',''),(6405,600,'tve_revision_tve_has_masonry',''),(6406,600,'tve_revision_tve_has_typefocus',''),(6407,600,'tve_revision_tve_updated_post',''),(6408,600,'tve_revision_tve_has_wistia_popover',''),(6409,600,'tve_revision_tve_landing_page',''),(6410,600,'tve_revision_tve_disable_theme_dependency',''),(6411,600,'tve_revision_tve_content_before_more',''),(6412,600,'tve_revision_tve_content_more_found',''),(6413,600,'tve_revision_tve_save_post',''),(6414,600,'tve_revision_tve_custom_css',''),(6415,600,'tve_revision_tve_user_custom_css',''),(6416,600,'tve_revision_tve_page_events',''),(6417,600,'tve_revision_tve_globals',''),(6418,600,'tve_revision_tve_global_scripts',''),(6419,600,'tve_revision_thrive_icon_pack',''),(6420,600,'tve_revision_thrive_tcb_post_fonts',''),(6421,600,'tve_revision_tve_has_masonry',''),(6422,600,'tve_revision_tve_has_typefocus',''),(6423,600,'tve_revision_tve_updated_post',''),(6424,600,'tve_revision_tve_has_wistia_popover',''),(6425,600,'tve_revision_tve_landing_page',''),(6426,600,'tve_revision_tve_disable_theme_dependency',''),(6427,600,'tve_revision_tve_content_before_more',''),(6428,600,'tve_revision_tve_content_more_found',''),(6429,600,'tve_revision_tve_save_post',''),(6430,600,'tve_revision_tve_custom_css',''),(6431,600,'tve_revision_tve_user_custom_css',''),(6432,600,'tve_revision_tve_page_events',''),(6433,600,'tve_revision_tve_globals',''),(6434,600,'tve_revision_tve_global_scripts',''),(6435,600,'tve_revision_thrive_icon_pack',''),(6436,600,'tve_revision_thrive_tcb_post_fonts',''),(6437,600,'tve_revision_tve_has_masonry',''),(6438,600,'tve_revision_tve_has_typefocus',''),(6439,600,'tve_revision_tve_updated_post',''),(6440,600,'tve_revision_tve_has_wistia_popover',''),(6441,600,'tve_revision_tve_landing_page',''),(6442,600,'tve_revision_tve_disable_theme_dependency',''),(6443,600,'tve_revision_tve_content_before_more',''),(6444,600,'tve_revision_tve_content_more_found',''),(6445,600,'tve_revision_tve_save_post',''),(6446,600,'tve_revision_tve_custom_css',''),(6447,600,'tve_revision_tve_user_custom_css',''),(6448,600,'tve_revision_tve_page_events',''),(6449,600,'tve_revision_tve_globals',''),(6450,600,'tve_revision_tve_global_scripts',''),(6451,600,'tve_revision_thrive_icon_pack',''),(6452,600,'tve_revision_thrive_tcb_post_fonts',''),(6453,600,'tve_revision_tve_has_masonry',''),(6454,600,'tve_revision_tve_has_typefocus',''),(6455,600,'tve_revision_tve_updated_post',''),(6456,600,'tve_revision_tve_has_wistia_popover',''),(6457,600,'tve_revision_tve_landing_page',''),(6458,600,'tve_revision_tve_disable_theme_dependency',''),(6459,600,'tve_revision_tve_content_before_more',''),(6460,600,'tve_revision_tve_content_more_found',''),(6461,600,'tve_revision_tve_save_post',''),(6462,600,'tve_revision_tve_custom_css',''),(6463,600,'tve_revision_tve_user_custom_css',''),(6464,600,'tve_revision_tve_page_events',''),(6465,600,'tve_revision_tve_globals',''),(6466,600,'tve_revision_tve_global_scripts',''),(6467,600,'tve_revision_thrive_icon_pack',''),(6468,600,'tve_revision_thrive_tcb_post_fonts',''),(6469,600,'tve_revision_tve_has_masonry',''),(6470,600,'tve_revision_tve_has_typefocus',''),(6471,600,'tve_revision_tve_updated_post',''),(6472,600,'tve_revision_tve_has_wistia_popover',''),(6473,600,'tve_revision_tve_landing_page',''),(6474,600,'tve_revision_tve_disable_theme_dependency',''),(6475,600,'tve_revision_tve_content_before_more',''),(6476,600,'tve_revision_tve_content_more_found',''),(6477,600,'tve_revision_tve_save_post',''),(6478,600,'tve_revision_tve_custom_css',''),(6479,600,'tve_revision_tve_user_custom_css',''),(6480,600,'tve_revision_tve_page_events',''),(6481,600,'tve_revision_tve_globals',''),(6482,600,'tve_revision_tve_global_scripts',''),(6483,600,'tve_revision_thrive_icon_pack',''),(6484,600,'tve_revision_thrive_tcb_post_fonts',''),(6485,600,'tve_revision_tve_has_masonry',''),(6486,600,'tve_revision_tve_has_typefocus',''),(6487,600,'tve_revision_tve_updated_post',''),(6488,600,'tve_revision_tve_has_wistia_popover',''),(6489,600,'tve_revision_tve_landing_page',''),(6490,600,'tve_revision_tve_disable_theme_dependency',''),(6491,600,'tve_revision_tve_content_before_more',''),(6492,600,'tve_revision_tve_content_more_found',''),(6493,600,'tve_revision_tve_save_post',''),(6494,600,'tve_revision_tve_custom_css',''),(6495,600,'tve_revision_tve_user_custom_css',''),(6496,600,'tve_revision_tve_page_events',''),(6497,600,'tve_revision_tve_globals',''),(6498,600,'tve_revision_tve_global_scripts',''),(6499,600,'tve_revision_thrive_icon_pack',''),(6500,600,'tve_revision_thrive_tcb_post_fonts',''),(6501,600,'tve_revision_tve_has_masonry',''),(6502,600,'tve_revision_tve_has_typefocus',''),(6503,600,'tve_revision_tve_updated_post',''),(6504,600,'tve_revision_tve_has_wistia_popover',''),(6505,600,'tve_revision_tve_landing_page',''),(6506,600,'tve_revision_tve_disable_theme_dependency',''),(6507,600,'tve_revision_tve_content_before_more',''),(6508,600,'tve_revision_tve_content_more_found',''),(6509,600,'tve_revision_tve_save_post',''),(6510,600,'tve_revision_tve_custom_css',''),(6511,600,'tve_revision_tve_user_custom_css',''),(6512,600,'tve_revision_tve_page_events',''),(6513,600,'tve_revision_tve_globals',''),(6514,600,'tve_revision_tve_global_scripts',''),(6515,600,'tve_revision_thrive_icon_pack',''),(6516,600,'tve_revision_thrive_tcb_post_fonts',''),(6517,600,'tve_revision_tve_has_masonry',''),(6518,600,'tve_revision_tve_has_typefocus',''),(6519,600,'tve_revision_tve_updated_post',''),(6520,600,'tve_revision_tve_has_wistia_popover',''),(6521,610,'tve_revision_tve_landing_page',''),(6522,610,'tve_revision_tve_disable_theme_dependency',''),(6523,610,'tve_revision_tve_content_before_more',''),(6524,610,'tve_revision_tve_content_more_found',''),(6525,610,'tve_revision_tve_save_post',''),(6526,610,'tve_revision_tve_custom_css',''),(6527,610,'tve_revision_tve_user_custom_css',''),(6528,610,'tve_revision_tve_page_events',''),(6529,610,'tve_revision_tve_globals',''),(6530,610,'tve_revision_tve_global_scripts',''),(6531,610,'tve_revision_thrive_icon_pack',''),(6532,610,'tve_revision_thrive_tcb_post_fonts',''),(6533,610,'tve_revision_tve_has_masonry',''),(6534,610,'tve_revision_tve_has_typefocus',''),(6535,610,'tve_revision_tve_updated_post',''),(6536,610,'tve_revision_tve_has_wistia_popover',''),(6537,611,'_wp_attached_file','2018/08/Altman-Building.jpg'),(6538,611,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:63:\"wp-content/uploads/sites/371/20180829124154/Altman-Building.jpg\";}'),(6539,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:815;s:6:\"height\";i:553;s:4:\"file\";s:27:\"2018/08/Altman-Building.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Altman-Building-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Altman-Building-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Altman-Building-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:27:\"Altman-Building-815x450.jpg\";s:5:\"width\";i:815;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:27:\"Altman-Building-815x420.jpg\";s:5:\"width\";i:815;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:27:\"Altman-Building-540x366.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:27:\"Altman-Building-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:27:\"Altman-Building-400x271.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:27:\"Altman-Building-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(6540,612,'_wp_attached_file','2018/08/IMG00396-20111018-1233.jpg'),(6541,612,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20180829124158/IMG00396-20111018-1233.jpg\";}'),(6542,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:825;s:4:\"file\";s:34:\"2018/08/IMG00396-20111018-1233.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"IMG00396-20111018-1233-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:35:\"IMG00396-20111018-1233-1100x825.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:35:\"IMG00396-20111018-1233-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-820x615.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"IMG00396-20111018-1233-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(6543,613,'_wp_attached_file','2018/08/lights-capgemini-.jpg'),(6544,613,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:65:\"wp-content/uploads/sites/371/20180829124203/lights-capgemini-.jpg\";}'),(6545,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1495;s:6:\"height\";i:712;s:4:\"file\";s:29:\"2018/08/lights-capgemini-.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--768x366.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"lights-capgemini--1024x488.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:30:\"lights-capgemini--1100x524.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:30:\"lights-capgemini--1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--820x391.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--540x257.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--400x191.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:29:\"lights-capgemini--400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(6546,614,'_wp_attached_file','2018/08/WEB-Carolina-ParksideCenter3.jpg'),(6547,614,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:76:\"wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3.jpg\";}'),(6548,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1192;s:6:\"height\";i:679;s:4:\"file\";s:40:\"2018/08/WEB-Carolina-ParksideCenter3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"WEB-Carolina-ParksideCenter3-1024x583.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:41:\"WEB-Carolina-ParksideCenter3-1100x627.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:41:\"WEB-Carolina-ParksideCenter3-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-820x467.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-540x308.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-400x228.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:40:\"WEB-Carolina-ParksideCenter3-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(6549,600,'tve_revision_tve_landing_page',''),(6550,600,'tve_revision_tve_disable_theme_dependency',''),(6551,600,'tve_revision_tve_content_before_more',''),(6552,600,'tve_revision_tve_content_more_found',''),(6553,600,'tve_revision_tve_save_post',''),(6554,600,'tve_revision_tve_custom_css',''),(6555,600,'tve_revision_tve_user_custom_css',''),(6556,600,'tve_revision_tve_page_events',''),(6557,600,'tve_revision_tve_globals',''),(6558,600,'tve_revision_tve_global_scripts',''),(6559,600,'tve_revision_thrive_icon_pack',''),(6560,600,'tve_revision_thrive_tcb_post_fonts',''),(6561,600,'tve_revision_tve_has_masonry',''),(6562,600,'tve_revision_tve_has_typefocus',''),(6563,600,'tve_revision_tve_updated_post',''),(6564,600,'tve_revision_tve_has_wistia_popover',''),(6568,600,'tve_revision_tve_landing_page',''),(6569,600,'tve_revision_tve_disable_theme_dependency',''),(6570,600,'tve_revision_tve_content_before_more',''),(6571,600,'tve_revision_tve_content_more_found',''),(6572,600,'tve_revision_tve_save_post',''),(6573,600,'tve_revision_tve_custom_css',''),(6574,600,'tve_revision_tve_user_custom_css',''),(6575,600,'tve_revision_tve_page_events',''),(6576,600,'tve_revision_tve_globals',''),(6577,600,'tve_revision_tve_global_scripts',''),(6578,600,'tve_revision_thrive_icon_pack',''),(6579,600,'tve_revision_thrive_tcb_post_fonts',''),(6580,600,'tve_revision_tve_has_masonry',''),(6581,600,'tve_revision_tve_has_typefocus',''),(6582,600,'tve_revision_tve_updated_post',''),(6583,600,'tve_revision_tve_has_wistia_popover',''),(6584,600,'tve_revision_tve_landing_page',''),(6585,600,'tve_revision_tve_disable_theme_dependency',''),(6586,600,'tve_revision_tve_content_before_more',''),(6587,600,'tve_revision_tve_content_more_found',''),(6588,600,'tve_revision_tve_save_post',''),(6589,600,'tve_revision_tve_custom_css',''),(6590,600,'tve_revision_tve_user_custom_css',''),(6591,600,'tve_revision_tve_page_events',''),(6592,600,'tve_revision_tve_globals',''),(6593,600,'tve_revision_tve_global_scripts',''),(6594,600,'tve_revision_thrive_icon_pack',''),(6595,600,'tve_revision_thrive_tcb_post_fonts',''),(6596,600,'tve_revision_tve_has_masonry',''),(6597,600,'tve_revision_tve_has_typefocus',''),(6598,600,'tve_revision_tve_updated_post',''),(6599,600,'tve_revision_tve_has_wistia_popover',''),(6600,600,'tve_revision_tve_landing_page',''),(6601,600,'tve_revision_tve_disable_theme_dependency',''),(6602,600,'tve_revision_tve_content_before_more',''),(6603,600,'tve_revision_tve_content_more_found',''),(6604,600,'tve_revision_tve_save_post',''),(6605,600,'tve_revision_tve_custom_css',''),(6606,600,'tve_revision_tve_user_custom_css',''),(6607,600,'tve_revision_tve_page_events',''),(6608,600,'tve_revision_tve_globals',''),(6609,600,'tve_revision_tve_global_scripts',''),(6610,600,'tve_revision_thrive_icon_pack',''),(6611,600,'tve_revision_thrive_tcb_post_fonts',''),(6612,600,'tve_revision_tve_has_masonry',''),(6613,600,'tve_revision_tve_has_typefocus',''),(6614,600,'tve_revision_tve_updated_post',''),(6615,600,'tve_revision_tve_has_wistia_popover',''),(6616,600,'tve_revision_tve_landing_page',''),(6617,600,'tve_revision_tve_disable_theme_dependency',''),(6618,600,'tve_revision_tve_content_before_more',''),(6619,600,'tve_revision_tve_content_more_found',''),(6620,600,'tve_revision_tve_save_post',''),(6621,600,'tve_revision_tve_custom_css',''),(6622,600,'tve_revision_tve_user_custom_css',''),(6623,600,'tve_revision_tve_page_events',''),(6624,600,'tve_revision_tve_globals',''),(6625,600,'tve_revision_tve_global_scripts',''),(6626,600,'tve_revision_thrive_icon_pack',''),(6627,600,'tve_revision_thrive_tcb_post_fonts',''),(6628,600,'tve_revision_tve_has_masonry',''),(6629,600,'tve_revision_tve_has_typefocus',''),(6630,600,'tve_revision_tve_updated_post',''),(6631,600,'tve_revision_tve_has_wistia_popover',''),(6632,600,'tve_revision_tve_landing_page',''),(6633,600,'tve_revision_tve_disable_theme_dependency',''),(6634,600,'tve_revision_tve_content_before_more',''),(6635,600,'tve_revision_tve_content_more_found',''),(6636,600,'tve_revision_tve_save_post',''),(6637,600,'tve_revision_tve_custom_css',''),(6638,600,'tve_revision_tve_user_custom_css',''),(6639,600,'tve_revision_tve_page_events',''),(6640,600,'tve_revision_tve_globals',''),(6641,600,'tve_revision_tve_global_scripts',''),(6642,600,'tve_revision_thrive_icon_pack',''),(6643,600,'tve_revision_thrive_tcb_post_fonts',''),(6644,600,'tve_revision_tve_has_masonry',''),(6645,600,'tve_revision_tve_has_typefocus',''),(6646,600,'tve_revision_tve_updated_post',''),(6647,600,'tve_revision_tve_has_wistia_popover',''),(6648,600,'tve_revision_tve_landing_page',''),(6649,600,'tve_revision_tve_disable_theme_dependency',''),(6650,600,'tve_revision_tve_content_before_more',''),(6651,600,'tve_revision_tve_content_more_found',''),(6652,600,'tve_revision_tve_save_post',''),(6653,600,'tve_revision_tve_custom_css',''),(6654,600,'tve_revision_tve_user_custom_css',''),(6655,600,'tve_revision_tve_page_events',''),(6656,600,'tve_revision_tve_globals',''),(6657,600,'tve_revision_tve_global_scripts',''),(6658,600,'tve_revision_thrive_icon_pack',''),(6659,600,'tve_revision_thrive_tcb_post_fonts',''),(6660,600,'tve_revision_tve_has_masonry',''),(6661,600,'tve_revision_tve_has_typefocus',''),(6662,600,'tve_revision_tve_updated_post',''),(6663,600,'tve_revision_tve_has_wistia_popover',''),(6664,600,'tve_revision_tve_landing_page',''),(6665,600,'tve_revision_tve_disable_theme_dependency',''),(6666,600,'tve_revision_tve_content_before_more',''),(6667,600,'tve_revision_tve_content_more_found',''),(6668,600,'tve_revision_tve_save_post',''),(6669,600,'tve_revision_tve_custom_css',''),(6670,600,'tve_revision_tve_user_custom_css',''),(6671,600,'tve_revision_tve_page_events',''),(6672,600,'tve_revision_tve_globals',''),(6673,600,'tve_revision_tve_global_scripts',''),(6674,600,'tve_revision_thrive_icon_pack',''),(6675,600,'tve_revision_thrive_tcb_post_fonts',''),(6676,600,'tve_revision_tve_has_masonry',''),(6677,600,'tve_revision_tve_has_typefocus',''),(6678,600,'tve_revision_tve_updated_post',''),(6679,600,'tve_revision_tve_has_wistia_popover',''),(6680,600,'tve_revision_tve_landing_page',''),(6681,600,'tve_revision_tve_disable_theme_dependency',''),(6682,600,'tve_revision_tve_content_before_more',''),(6683,600,'tve_revision_tve_content_more_found',''),(6684,600,'tve_revision_tve_save_post',''),(6685,600,'tve_revision_tve_custom_css',''),(6686,600,'tve_revision_tve_user_custom_css',''),(6687,600,'tve_revision_tve_page_events',''),(6688,600,'tve_revision_tve_globals',''),(6689,600,'tve_revision_tve_global_scripts',''),(6690,600,'tve_revision_thrive_icon_pack',''),(6691,600,'tve_revision_thrive_tcb_post_fonts',''),(6692,600,'tve_revision_tve_has_masonry',''),(6693,600,'tve_revision_tve_has_typefocus',''),(6694,600,'tve_revision_tve_updated_post',''),(6695,600,'tve_revision_tve_has_wistia_popover',''),(6696,600,'tve_revision_tve_landing_page',''),(6697,600,'tve_revision_tve_disable_theme_dependency',''),(6698,600,'tve_revision_tve_content_before_more',''),(6699,600,'tve_revision_tve_content_more_found',''),(6700,600,'tve_revision_tve_save_post',''),(6701,600,'tve_revision_tve_custom_css',''),(6702,600,'tve_revision_tve_user_custom_css',''),(6703,600,'tve_revision_tve_page_events',''),(6704,600,'tve_revision_tve_globals',''),(6705,600,'tve_revision_tve_global_scripts',''),(6706,600,'tve_revision_thrive_icon_pack',''),(6707,600,'tve_revision_thrive_tcb_post_fonts',''),(6708,600,'tve_revision_tve_has_masonry',''),(6709,600,'tve_revision_tve_has_typefocus',''),(6710,600,'tve_revision_tve_updated_post',''),(6711,600,'tve_revision_tve_has_wistia_popover',''),(6712,600,'tve_revision_tve_landing_page',''),(6713,600,'tve_revision_tve_disable_theme_dependency',''),(6714,600,'tve_revision_tve_content_before_more',''),(6715,600,'tve_revision_tve_content_more_found',''),(6716,600,'tve_revision_tve_save_post',''),(6717,600,'tve_revision_tve_custom_css',''),(6718,600,'tve_revision_tve_user_custom_css',''),(6719,600,'tve_revision_tve_page_events',''),(6720,600,'tve_revision_tve_globals',''),(6721,600,'tve_revision_tve_global_scripts',''),(6722,600,'tve_revision_thrive_icon_pack',''),(6723,600,'tve_revision_thrive_tcb_post_fonts',''),(6724,600,'tve_revision_tve_has_masonry',''),(6725,600,'tve_revision_tve_has_typefocus',''),(6726,600,'tve_revision_tve_updated_post',''),(6727,600,'tve_revision_tve_has_wistia_popover',''),(6731,600,'tve_revision_tve_landing_page',''),(6732,600,'tve_revision_tve_disable_theme_dependency',''),(6733,600,'tve_revision_tve_content_before_more',''),(6734,600,'tve_revision_tve_content_more_found',''),(6735,600,'tve_revision_tve_save_post',''),(6736,600,'tve_revision_tve_custom_css',''),(6737,600,'tve_revision_tve_user_custom_css',''),(6738,600,'tve_revision_tve_page_events',''),(6739,600,'tve_revision_tve_globals',''),(6740,600,'tve_revision_tve_global_scripts',''),(6741,600,'tve_revision_thrive_icon_pack',''),(6742,600,'tve_revision_thrive_tcb_post_fonts',''),(6743,600,'tve_revision_tve_has_masonry',''),(6744,600,'tve_revision_tve_has_typefocus',''),(6745,600,'tve_revision_tve_updated_post',''),(6746,600,'tve_revision_tve_has_wistia_popover',''),(6747,617,'_wp_attached_file','2018/08/508-Rhett-St-Rendering-1-2.jpg'),(6748,617,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\";}'),(6749,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:559;s:4:\"file\";s:38:\"2018/08/508-Rhett-St-Rendering-1-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-768x358.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"508-Rhett-St-Rendering-1-2-1024x477.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:39:\"508-Rhett-St-Rendering-1-2-1100x512.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"508-Rhett-St-Rendering-1-2-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-820x382.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-540x252.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-400x186.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"508-Rhett-St-Rendering-1-2-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(6750,600,'tve_revision_tve_landing_page',''),(6751,600,'tve_revision_tve_disable_theme_dependency',''),(6752,600,'tve_revision_tve_content_before_more',''),(6753,600,'tve_revision_tve_content_more_found',''),(6754,600,'tve_revision_tve_save_post',''),(6755,600,'tve_revision_tve_custom_css',''),(6756,600,'tve_revision_tve_user_custom_css',''),(6757,600,'tve_revision_tve_page_events',''),(6758,600,'tve_revision_tve_globals',''),(6759,600,'tve_revision_tve_global_scripts',''),(6760,600,'tve_revision_thrive_icon_pack',''),(6761,600,'tve_revision_thrive_tcb_post_fonts',''),(6762,600,'tve_revision_tve_has_masonry',''),(6763,600,'tve_revision_tve_has_typefocus',''),(6764,600,'tve_revision_tve_updated_post',''),(6765,600,'tve_revision_tve_has_wistia_popover',''),(6766,600,'tve_revision_tve_landing_page',''),(6767,600,'tve_revision_tve_disable_theme_dependency',''),(6768,600,'tve_revision_tve_content_before_more',''),(6769,600,'tve_revision_tve_content_more_found',''),(6770,600,'tve_revision_tve_save_post',''),(6771,600,'tve_revision_tve_custom_css',''),(6772,600,'tve_revision_tve_user_custom_css',''),(6773,600,'tve_revision_tve_page_events',''),(6774,600,'tve_revision_tve_globals',''),(6775,600,'tve_revision_tve_global_scripts',''),(6776,600,'tve_revision_thrive_icon_pack',''),(6777,600,'tve_revision_thrive_tcb_post_fonts',''),(6778,600,'tve_revision_tve_has_masonry',''),(6779,600,'tve_revision_tve_has_typefocus',''),(6780,600,'tve_revision_tve_updated_post',''),(6781,600,'tve_revision_tve_has_wistia_popover',''),(6782,600,'tve_revision_tve_landing_page',''),(6783,600,'tve_revision_tve_disable_theme_dependency',''),(6784,600,'tve_revision_tve_content_before_more',''),(6785,600,'tve_revision_tve_content_more_found',''),(6786,600,'tve_revision_tve_save_post',''),(6787,600,'tve_revision_tve_custom_css',''),(6788,600,'tve_revision_tve_user_custom_css',''),(6789,600,'tve_revision_tve_page_events',''),(6790,600,'tve_revision_tve_globals',''),(6791,600,'tve_revision_tve_global_scripts',''),(6792,600,'tve_revision_thrive_icon_pack',''),(6793,600,'tve_revision_thrive_tcb_post_fonts',''),(6794,600,'tve_revision_tve_has_masonry',''),(6795,600,'tve_revision_tve_has_typefocus',''),(6796,600,'tve_revision_tve_updated_post',''),(6797,600,'tve_revision_tve_has_wistia_popover',''),(6798,600,'tve_revision_tve_landing_page',''),(6799,600,'tve_revision_tve_disable_theme_dependency',''),(6800,600,'tve_revision_tve_content_before_more',''),(6801,600,'tve_revision_tve_content_more_found',''),(6802,600,'tve_revision_tve_save_post',''),(6803,600,'tve_revision_tve_custom_css',''),(6804,600,'tve_revision_tve_user_custom_css',''),(6805,600,'tve_revision_tve_page_events',''),(6806,600,'tve_revision_tve_globals',''),(6807,600,'tve_revision_tve_global_scripts',''),(6808,600,'tve_revision_thrive_icon_pack',''),(6809,600,'tve_revision_thrive_tcb_post_fonts',''),(6810,600,'tve_revision_tve_has_masonry',''),(6811,600,'tve_revision_tve_has_typefocus',''),(6812,600,'tve_revision_tve_updated_post',''),(6813,600,'tve_revision_tve_has_wistia_popover',''),(6814,600,'tve_revision_tve_landing_page',''),(6815,600,'tve_revision_tve_disable_theme_dependency',''),(6816,600,'tve_revision_tve_content_before_more',''),(6817,600,'tve_revision_tve_content_more_found',''),(6818,600,'tve_revision_tve_save_post',''),(6819,600,'tve_revision_tve_custom_css',''),(6820,600,'tve_revision_tve_user_custom_css',''),(6821,600,'tve_revision_tve_page_events',''),(6822,600,'tve_revision_tve_globals',''),(6823,600,'tve_revision_tve_global_scripts',''),(6824,600,'tve_revision_thrive_icon_pack',''),(6825,600,'tve_revision_thrive_tcb_post_fonts',''),(6826,600,'tve_revision_tve_has_masonry',''),(6827,600,'tve_revision_tve_has_typefocus',''),(6828,600,'tve_revision_tve_updated_post',''),(6829,600,'tve_revision_tve_has_wistia_popover',''),(6830,618,'tve_revision_tve_landing_page',''),(6831,618,'tve_revision_tve_disable_theme_dependency',''),(6832,618,'tve_revision_tve_content_before_more',''),(6833,618,'tve_revision_tve_content_more_found',''),(6834,618,'tve_revision_tve_save_post',''),(6835,618,'tve_revision_tve_custom_css',''),(6836,618,'tve_revision_tve_user_custom_css',''),(6837,618,'tve_revision_tve_page_events',''),(6838,618,'tve_revision_tve_globals',''),(6839,618,'tve_revision_tve_global_scripts',''),(6840,618,'tve_revision_thrive_icon_pack',''),(6841,618,'tve_revision_thrive_tcb_post_fonts',''),(6842,618,'tve_revision_tve_has_masonry',''),(6843,618,'tve_revision_tve_has_typefocus',''),(6844,618,'tve_revision_tve_updated_post',''),(6845,618,'tve_revision_tve_has_wistia_popover',''),(6846,619,'tve_revision_tve_landing_page',''),(6847,619,'tve_revision_tve_disable_theme_dependency',''),(6848,619,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(6849,619,'tve_revision_tve_content_more_found',''),(6850,619,'tve_revision_tve_save_post',''),(6851,619,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(6852,619,'tve_revision_tve_user_custom_css',''),(6853,619,'tve_revision_tve_page_events','a:0:{}'),(6854,619,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6855,619,'tve_revision_tve_global_scripts',''),(6856,619,'tve_revision_thrive_icon_pack','0'),(6857,619,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6858,619,'tve_revision_tve_has_masonry','0'),(6859,619,'tve_revision_tve_has_typefocus','0'),(6860,619,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(6861,619,'tve_revision_tve_has_wistia_popover','0'),(6862,552,'tve_revision_tve_landing_page',''),(6863,552,'tve_revision_tve_disable_theme_dependency',''),(6864,552,'tve_revision_tve_content_before_more',''),(6865,552,'tve_revision_tve_content_more_found',''),(6866,552,'tve_revision_tve_save_post',''),(6867,552,'tve_revision_tve_custom_css',''),(6868,552,'tve_revision_tve_user_custom_css',''),(6869,552,'tve_revision_tve_page_events',''),(6870,552,'tve_revision_tve_globals',''),(6871,552,'tve_revision_tve_global_scripts',''),(6872,552,'tve_revision_thrive_icon_pack',''),(6873,552,'tve_revision_thrive_tcb_post_fonts',''),(6874,552,'tve_revision_tve_has_masonry',''),(6875,552,'tve_revision_tve_has_typefocus',''),(6876,552,'tve_revision_tve_updated_post',''),(6877,552,'tve_revision_tve_has_wistia_popover',''),(6878,552,'tve_revision_tve_landing_page',''),(6879,552,'tve_revision_tve_disable_theme_dependency',''),(6880,552,'tve_revision_tve_content_before_more',''),(6881,552,'tve_revision_tve_content_more_found',''),(6882,552,'tve_revision_tve_save_post',''),(6883,552,'tve_revision_tve_custom_css',''),(6884,552,'tve_revision_tve_user_custom_css',''),(6885,552,'tve_revision_tve_page_events',''),(6886,552,'tve_revision_tve_globals',''),(6887,552,'tve_revision_tve_global_scripts',''),(6888,552,'tve_revision_thrive_icon_pack',''),(6889,552,'tve_revision_thrive_tcb_post_fonts',''),(6890,552,'tve_revision_tve_has_masonry',''),(6891,552,'tve_revision_tve_has_typefocus',''),(6892,552,'tve_revision_tve_updated_post',''),(6893,552,'tve_revision_tve_has_wistia_popover',''),(6894,552,'tve_revision_tve_landing_page',''),(6895,552,'tve_revision_tve_disable_theme_dependency',''),(6896,552,'tve_revision_tve_content_before_more',''),(6897,552,'tve_revision_tve_content_more_found',''),(6898,552,'tve_revision_tve_save_post',''),(6899,552,'tve_revision_tve_custom_css',''),(6900,552,'tve_revision_tve_user_custom_css',''),(6901,552,'tve_revision_tve_page_events',''),(6902,552,'tve_revision_tve_globals',''),(6903,552,'tve_revision_tve_global_scripts',''),(6904,552,'tve_revision_thrive_icon_pack',''),(6905,552,'tve_revision_thrive_tcb_post_fonts',''),(6906,552,'tve_revision_tve_has_masonry',''),(6907,552,'tve_revision_tve_has_typefocus',''),(6908,552,'tve_revision_tve_updated_post',''),(6909,552,'tve_revision_tve_has_wistia_popover',''),(6910,552,'tve_revision_tve_landing_page',''),(6911,552,'tve_revision_tve_disable_theme_dependency',''),(6912,552,'tve_revision_tve_content_before_more',''),(6913,552,'tve_revision_tve_content_more_found',''),(6914,552,'tve_revision_tve_save_post',''),(6915,552,'tve_revision_tve_custom_css',''),(6916,552,'tve_revision_tve_user_custom_css',''),(6917,552,'tve_revision_tve_page_events',''),(6918,552,'tve_revision_tve_globals',''),(6919,552,'tve_revision_tve_global_scripts',''),(6920,552,'tve_revision_thrive_icon_pack',''),(6921,552,'tve_revision_thrive_tcb_post_fonts',''),(6922,552,'tve_revision_tve_has_masonry',''),(6923,552,'tve_revision_tve_has_typefocus',''),(6924,552,'tve_revision_tve_updated_post',''),(6925,552,'tve_revision_tve_has_wistia_popover',''),(6926,552,'tve_revision_tve_landing_page',''),(6927,552,'tve_revision_tve_disable_theme_dependency',''),(6928,552,'tve_revision_tve_content_before_more',''),(6929,552,'tve_revision_tve_content_more_found',''),(6930,552,'tve_revision_tve_save_post',''),(6931,552,'tve_revision_tve_custom_css',''),(6932,552,'tve_revision_tve_user_custom_css',''),(6933,552,'tve_revision_tve_page_events',''),(6934,552,'tve_revision_tve_globals',''),(6935,552,'tve_revision_tve_global_scripts',''),(6936,552,'tve_revision_thrive_icon_pack',''),(6937,552,'tve_revision_thrive_tcb_post_fonts',''),(6938,552,'tve_revision_tve_has_masonry',''),(6939,552,'tve_revision_tve_has_typefocus',''),(6940,552,'tve_revision_tve_updated_post',''),(6941,552,'tve_revision_tve_has_wistia_popover',''),(6942,620,'tve_revision_tve_landing_page',''),(6943,620,'tve_revision_tve_disable_theme_dependency',''),(6944,620,'tve_revision_tve_content_before_more',''),(6945,620,'tve_revision_tve_content_more_found',''),(6946,620,'tve_revision_tve_save_post',''),(6947,620,'tve_revision_tve_custom_css',''),(6948,620,'tve_revision_tve_user_custom_css',''),(6949,620,'tve_revision_tve_page_events',''),(6950,620,'tve_revision_tve_globals',''),(6951,620,'tve_revision_tve_global_scripts',''),(6952,620,'tve_revision_thrive_icon_pack',''),(6953,620,'tve_revision_thrive_tcb_post_fonts',''),(6954,620,'tve_revision_tve_has_masonry',''),(6955,620,'tve_revision_tve_has_typefocus',''),(6956,620,'tve_revision_tve_updated_post',''),(6957,620,'tve_revision_tve_has_wistia_popover',''),(6958,621,'tve_revision_tve_landing_page',''),(6959,621,'tve_revision_tve_disable_theme_dependency',''),(6960,621,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(6961,621,'tve_revision_tve_content_more_found',''),(6962,621,'tve_revision_tve_save_post',''),(6963,621,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(6964,621,'tve_revision_tve_user_custom_css',''),(6965,621,'tve_revision_tve_page_events','a:0:{}'),(6966,621,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6967,621,'tve_revision_tve_global_scripts',''),(6968,621,'tve_revision_thrive_icon_pack','0'),(6969,621,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6970,621,'tve_revision_tve_has_masonry','0'),(6971,621,'tve_revision_tve_has_typefocus','0'),(6972,621,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(6973,621,'tve_revision_tve_has_wistia_popover','0'),(6974,622,'tve_revision_tve_landing_page',''),(6975,622,'tve_revision_tve_disable_theme_dependency',''),(6976,622,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(6977,622,'tve_revision_tve_content_more_found',''),(6978,622,'tve_revision_tve_save_post',''),(6979,622,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(6980,622,'tve_revision_tve_user_custom_css',''),(6981,622,'tve_revision_tve_page_events','a:0:{}'),(6982,622,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6983,622,'tve_revision_tve_global_scripts',''),(6984,622,'tve_revision_thrive_icon_pack','0'),(6985,622,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6986,622,'tve_revision_tve_has_masonry','0'),(6987,622,'tve_revision_tve_has_typefocus','0'),(6988,622,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(6989,622,'tve_revision_tve_has_wistia_popover','0'),(7022,369,'_wi_slideshow-images','613'),(7023,369,'_wi_slideshow-images','378'),(7024,369,'_wi_slideshow-images','377'),(7025,369,'_wi_slideshow-images','376'),(7026,369,'_wi_slideshow-images','375'),(7027,369,'_wi_slideshow-images','374'),(7028,369,'_wi_slideshow-images','372'),(7029,369,'_wi_slideshow-images','371'),(7030,369,'_wi_slideshow-images','370'),(7047,353,'_wi_slideshow-images','614'),(7048,353,'_wi_slideshow-images','354'),(7049,353,'_wi_slideshow-images','355'),(7050,353,'_wi_slideshow-images','356'),(7051,353,'_wi_slideshow-images','358'),(7052,353,'_wi_slideshow-images','359'),(7053,353,'_wi_slideshow-images','360'),(7055,361,'_wi_slideshow-images','611'),(7056,361,'_wi_slideshow-images','362'),(7057,361,'_wi_slideshow-images','363'),(7058,361,'_wi_slideshow-images','364'),(7059,361,'_wi_slideshow-images','365'),(7060,361,'_wi_slideshow-images','366'),(7061,361,'_wi_slideshow-images','367'),(7062,625,'tve_revision_tve_landing_page',''),(7063,625,'tve_revision_tve_disable_theme_dependency',''),(7064,625,'tve_revision_tve_content_before_more',''),(7065,625,'tve_revision_tve_content_more_found',''),(7066,625,'tve_revision_tve_save_post',''),(7067,625,'tve_revision_tve_custom_css',''),(7068,625,'tve_revision_tve_user_custom_css',''),(7069,625,'tve_revision_tve_page_events',''),(7070,625,'tve_revision_tve_globals',''),(7071,625,'tve_revision_tve_global_scripts',''),(7072,625,'tve_revision_thrive_icon_pack',''),(7073,625,'tve_revision_thrive_tcb_post_fonts',''),(7074,625,'tve_revision_tve_has_masonry',''),(7075,625,'tve_revision_tve_has_typefocus',''),(7076,625,'tve_revision_tve_updated_post',''),(7077,625,'tve_revision_tve_has_wistia_popover',''),(7078,625,'tve_revision_tve_landing_page',''),(7079,625,'tve_revision_tve_disable_theme_dependency',''),(7080,625,'tve_revision_tve_content_before_more',''),(7081,625,'tve_revision_tve_content_more_found',''),(7082,625,'tve_revision_tve_save_post',''),(7083,625,'tve_revision_tve_custom_css',''),(7084,625,'tve_revision_tve_user_custom_css',''),(7085,625,'tve_revision_tve_page_events',''),(7086,625,'tve_revision_tve_globals',''),(7087,625,'tve_revision_tve_global_scripts',''),(7088,625,'tve_revision_thrive_icon_pack',''),(7089,625,'tve_revision_thrive_tcb_post_fonts',''),(7090,625,'tve_revision_tve_has_masonry',''),(7091,625,'tve_revision_tve_has_typefocus',''),(7092,625,'tve_revision_tve_updated_post',''),(7093,625,'tve_revision_tve_has_wistia_popover',''),(7094,12,'amazonS3_cache','a:6:{s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";s:3:\"501\";s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";s:3:\"501\";s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1541004996;}s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1535576879;}s:83:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\";i:661;s:91:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\";i:661;}'),(7095,625,'tve_revision_tve_landing_page',''),(7096,625,'tve_revision_tve_disable_theme_dependency',''),(7097,625,'tve_revision_tve_content_before_more',''),(7098,625,'tve_revision_tve_content_more_found',''),(7099,625,'tve_revision_tve_save_post',''),(7100,625,'tve_revision_tve_custom_css',''),(7101,625,'tve_revision_tve_user_custom_css',''),(7102,625,'tve_revision_tve_page_events',''),(7103,625,'tve_revision_tve_globals',''),(7104,625,'tve_revision_tve_global_scripts',''),(7105,625,'tve_revision_thrive_icon_pack',''),(7106,625,'tve_revision_thrive_tcb_post_fonts',''),(7107,625,'tve_revision_tve_has_masonry',''),(7108,625,'tve_revision_tve_has_typefocus',''),(7109,625,'tve_revision_tve_updated_post',''),(7110,625,'tve_revision_tve_has_wistia_popover',''),(7111,625,'tve_revision_tve_landing_page',''),(7112,625,'tve_revision_tve_disable_theme_dependency',''),(7113,625,'tve_revision_tve_content_before_more',''),(7114,625,'tve_revision_tve_content_more_found',''),(7115,625,'tve_revision_tve_save_post',''),(7116,625,'tve_revision_tve_custom_css',''),(7117,625,'tve_revision_tve_user_custom_css',''),(7118,625,'tve_revision_tve_page_events',''),(7119,625,'tve_revision_tve_globals',''),(7120,625,'tve_revision_tve_global_scripts',''),(7121,625,'tve_revision_thrive_icon_pack',''),(7122,625,'tve_revision_thrive_tcb_post_fonts',''),(7123,625,'tve_revision_tve_has_masonry',''),(7124,625,'tve_revision_tve_has_typefocus',''),(7125,625,'tve_revision_tve_updated_post',''),(7126,625,'tve_revision_tve_has_wistia_popover',''),(7127,625,'tve_revision_tve_landing_page',''),(7128,625,'tve_revision_tve_disable_theme_dependency',''),(7129,625,'tve_revision_tve_content_before_more',''),(7130,625,'tve_revision_tve_content_more_found',''),(7131,625,'tve_revision_tve_save_post',''),(7132,625,'tve_revision_tve_custom_css',''),(7133,625,'tve_revision_tve_user_custom_css',''),(7134,625,'tve_revision_tve_page_events',''),(7135,625,'tve_revision_tve_globals',''),(7136,625,'tve_revision_tve_global_scripts',''),(7137,625,'tve_revision_thrive_icon_pack',''),(7138,625,'tve_revision_thrive_tcb_post_fonts',''),(7139,625,'tve_revision_tve_has_masonry',''),(7140,625,'tve_revision_tve_has_typefocus',''),(7141,625,'tve_revision_tve_updated_post',''),(7142,625,'tve_revision_tve_has_wistia_popover',''),(7143,625,'tve_revision_tve_landing_page',''),(7144,625,'tve_revision_tve_disable_theme_dependency',''),(7145,625,'tve_revision_tve_content_before_more',''),(7146,625,'tve_revision_tve_content_more_found',''),(7147,625,'tve_revision_tve_save_post',''),(7148,625,'tve_revision_tve_custom_css',''),(7149,625,'tve_revision_tve_user_custom_css',''),(7150,625,'tve_revision_tve_page_events',''),(7151,625,'tve_revision_tve_globals',''),(7152,625,'tve_revision_tve_global_scripts',''),(7153,625,'tve_revision_thrive_icon_pack',''),(7154,625,'tve_revision_thrive_tcb_post_fonts',''),(7155,625,'tve_revision_tve_has_masonry',''),(7156,625,'tve_revision_tve_has_typefocus',''),(7157,625,'tve_revision_tve_updated_post',''),(7158,625,'tve_revision_tve_has_wistia_popover',''),(7159,625,'tve_revision_tve_landing_page',''),(7160,625,'tve_revision_tve_disable_theme_dependency',''),(7161,625,'tve_revision_tve_content_before_more',''),(7162,625,'tve_revision_tve_content_more_found',''),(7163,625,'tve_revision_tve_save_post',''),(7164,625,'tve_revision_tve_custom_css',''),(7165,625,'tve_revision_tve_user_custom_css',''),(7166,625,'tve_revision_tve_page_events',''),(7167,625,'tve_revision_tve_globals',''),(7168,625,'tve_revision_tve_global_scripts',''),(7169,625,'tve_revision_thrive_icon_pack',''),(7170,625,'tve_revision_thrive_tcb_post_fonts',''),(7171,625,'tve_revision_tve_has_masonry',''),(7172,625,'tve_revision_tve_has_typefocus',''),(7173,625,'tve_revision_tve_updated_post',''),(7174,625,'tve_revision_tve_has_wistia_popover',''),(7175,625,'tve_revision_tve_landing_page',''),(7176,625,'tve_revision_tve_disable_theme_dependency',''),(7177,625,'tve_revision_tve_content_before_more',''),(7178,625,'tve_revision_tve_content_more_found',''),(7179,625,'tve_revision_tve_save_post',''),(7180,625,'tve_revision_tve_custom_css',''),(7181,625,'tve_revision_tve_user_custom_css',''),(7182,625,'tve_revision_tve_page_events',''),(7183,625,'tve_revision_tve_globals',''),(7184,625,'tve_revision_tve_global_scripts',''),(7185,625,'tve_revision_thrive_icon_pack',''),(7186,625,'tve_revision_thrive_tcb_post_fonts',''),(7187,625,'tve_revision_tve_has_masonry',''),(7188,625,'tve_revision_tve_has_typefocus',''),(7189,625,'tve_revision_tve_updated_post',''),(7190,625,'tve_revision_tve_has_wistia_popover',''),(7191,625,'tve_revision_tve_landing_page',''),(7192,625,'tve_revision_tve_disable_theme_dependency',''),(7193,625,'tve_revision_tve_content_before_more',''),(7194,625,'tve_revision_tve_content_more_found',''),(7195,625,'tve_revision_tve_save_post',''),(7196,625,'tve_revision_tve_custom_css',''),(7197,625,'tve_revision_tve_user_custom_css',''),(7198,625,'tve_revision_tve_page_events',''),(7199,625,'tve_revision_tve_globals',''),(7200,625,'tve_revision_tve_global_scripts',''),(7201,625,'tve_revision_thrive_icon_pack',''),(7202,625,'tve_revision_thrive_tcb_post_fonts',''),(7203,625,'tve_revision_tve_has_masonry',''),(7204,625,'tve_revision_tve_has_typefocus',''),(7205,625,'tve_revision_tve_updated_post',''),(7206,625,'tve_revision_tve_has_wistia_popover',''),(7207,625,'tve_revision_tve_landing_page',''),(7208,625,'tve_revision_tve_disable_theme_dependency',''),(7209,625,'tve_revision_tve_content_before_more',''),(7210,625,'tve_revision_tve_content_more_found',''),(7211,625,'tve_revision_tve_save_post',''),(7212,625,'tve_revision_tve_custom_css',''),(7213,625,'tve_revision_tve_user_custom_css',''),(7214,625,'tve_revision_tve_page_events',''),(7215,625,'tve_revision_tve_globals',''),(7216,625,'tve_revision_tve_global_scripts',''),(7217,625,'tve_revision_thrive_icon_pack',''),(7218,625,'tve_revision_thrive_tcb_post_fonts',''),(7219,625,'tve_revision_tve_has_masonry',''),(7220,625,'tve_revision_tve_has_typefocus',''),(7221,625,'tve_revision_tve_updated_post',''),(7222,625,'tve_revision_tve_has_wistia_popover',''),(7223,625,'tve_revision_tve_landing_page',''),(7224,625,'tve_revision_tve_disable_theme_dependency',''),(7225,625,'tve_revision_tve_content_before_more',''),(7226,625,'tve_revision_tve_content_more_found',''),(7227,625,'tve_revision_tve_save_post',''),(7228,625,'tve_revision_tve_custom_css',''),(7229,625,'tve_revision_tve_user_custom_css',''),(7230,625,'tve_revision_tve_page_events',''),(7231,625,'tve_revision_tve_globals',''),(7232,625,'tve_revision_tve_global_scripts',''),(7233,625,'tve_revision_thrive_icon_pack',''),(7234,625,'tve_revision_thrive_tcb_post_fonts',''),(7235,625,'tve_revision_tve_has_masonry',''),(7236,625,'tve_revision_tve_has_typefocus',''),(7237,625,'tve_revision_tve_updated_post',''),(7238,625,'tve_revision_tve_has_wistia_popover',''),(7239,625,'tve_revision_tve_landing_page',''),(7240,625,'tve_revision_tve_disable_theme_dependency',''),(7241,625,'tve_revision_tve_content_before_more',''),(7242,625,'tve_revision_tve_content_more_found',''),(7243,625,'tve_revision_tve_save_post',''),(7244,625,'tve_revision_tve_custom_css',''),(7245,625,'tve_revision_tve_user_custom_css',''),(7246,625,'tve_revision_tve_page_events',''),(7247,625,'tve_revision_tve_globals',''),(7248,625,'tve_revision_tve_global_scripts',''),(7249,625,'tve_revision_thrive_icon_pack',''),(7250,625,'tve_revision_thrive_tcb_post_fonts',''),(7251,625,'tve_revision_tve_has_masonry',''),(7252,625,'tve_revision_tve_has_typefocus',''),(7253,625,'tve_revision_tve_updated_post',''),(7254,625,'tve_revision_tve_has_wistia_popover',''),(7255,625,'tve_revision_tve_landing_page',''),(7256,625,'tve_revision_tve_disable_theme_dependency',''),(7257,625,'tve_revision_tve_content_before_more',''),(7258,625,'tve_revision_tve_content_more_found',''),(7259,625,'tve_revision_tve_save_post',''),(7260,625,'tve_revision_tve_custom_css',''),(7261,625,'tve_revision_tve_user_custom_css',''),(7262,625,'tve_revision_tve_page_events',''),(7263,625,'tve_revision_tve_globals',''),(7264,625,'tve_revision_tve_global_scripts',''),(7265,625,'tve_revision_thrive_icon_pack',''),(7266,625,'tve_revision_thrive_tcb_post_fonts',''),(7267,625,'tve_revision_tve_has_masonry',''),(7268,625,'tve_revision_tve_has_typefocus',''),(7269,625,'tve_revision_tve_updated_post',''),(7270,625,'tve_revision_tve_has_wistia_popover',''),(7271,625,'tve_revision_tve_landing_page',''),(7272,625,'tve_revision_tve_disable_theme_dependency',''),(7273,625,'tve_revision_tve_content_before_more',''),(7274,625,'tve_revision_tve_content_more_found',''),(7275,625,'tve_revision_tve_save_post',''),(7276,625,'tve_revision_tve_custom_css',''),(7277,625,'tve_revision_tve_user_custom_css',''),(7278,625,'tve_revision_tve_page_events',''),(7279,625,'tve_revision_tve_globals',''),(7280,625,'tve_revision_tve_global_scripts',''),(7281,625,'tve_revision_thrive_icon_pack',''),(7282,625,'tve_revision_thrive_tcb_post_fonts',''),(7283,625,'tve_revision_tve_has_masonry',''),(7284,625,'tve_revision_tve_has_typefocus',''),(7285,625,'tve_revision_tve_updated_post',''),(7286,625,'tve_revision_tve_has_wistia_popover',''),(7287,625,'tve_revision_tve_landing_page',''),(7288,625,'tve_revision_tve_disable_theme_dependency',''),(7289,625,'tve_revision_tve_content_before_more',''),(7290,625,'tve_revision_tve_content_more_found',''),(7291,625,'tve_revision_tve_save_post',''),(7292,625,'tve_revision_tve_custom_css',''),(7293,625,'tve_revision_tve_user_custom_css',''),(7294,625,'tve_revision_tve_page_events',''),(7295,625,'tve_revision_tve_globals',''),(7296,625,'tve_revision_tve_global_scripts',''),(7297,625,'tve_revision_thrive_icon_pack',''),(7298,625,'tve_revision_thrive_tcb_post_fonts',''),(7299,625,'tve_revision_tve_has_masonry',''),(7300,625,'tve_revision_tve_has_typefocus',''),(7301,625,'tve_revision_tve_updated_post',''),(7302,625,'tve_revision_tve_has_wistia_popover',''),(7303,625,'tve_revision_tve_landing_page',''),(7304,625,'tve_revision_tve_disable_theme_dependency',''),(7305,625,'tve_revision_tve_content_before_more',''),(7306,625,'tve_revision_tve_content_more_found',''),(7307,625,'tve_revision_tve_save_post',''),(7308,625,'tve_revision_tve_custom_css',''),(7309,625,'tve_revision_tve_user_custom_css',''),(7310,625,'tve_revision_tve_page_events',''),(7311,625,'tve_revision_tve_globals',''),(7312,625,'tve_revision_tve_global_scripts',''),(7313,625,'tve_revision_thrive_icon_pack',''),(7314,625,'tve_revision_thrive_tcb_post_fonts',''),(7315,625,'tve_revision_tve_has_masonry',''),(7316,625,'tve_revision_tve_has_typefocus',''),(7317,625,'tve_revision_tve_updated_post',''),(7318,625,'tve_revision_tve_has_wistia_popover',''),(7319,625,'tve_revision_tve_landing_page',''),(7320,625,'tve_revision_tve_disable_theme_dependency',''),(7321,625,'tve_revision_tve_content_before_more',''),(7322,625,'tve_revision_tve_content_more_found',''),(7323,625,'tve_revision_tve_save_post',''),(7324,625,'tve_revision_tve_custom_css',''),(7325,625,'tve_revision_tve_user_custom_css',''),(7326,625,'tve_revision_tve_page_events',''),(7327,625,'tve_revision_tve_globals',''),(7328,625,'tve_revision_tve_global_scripts',''),(7329,625,'tve_revision_thrive_icon_pack',''),(7330,625,'tve_revision_thrive_tcb_post_fonts',''),(7331,625,'tve_revision_tve_has_masonry',''),(7332,625,'tve_revision_tve_has_typefocus',''),(7333,625,'tve_revision_tve_updated_post',''),(7334,625,'tve_revision_tve_has_wistia_popover',''),(7336,625,'tve_revision_tve_landing_page',''),(7337,625,'tve_revision_tve_disable_theme_dependency',''),(7338,625,'tve_revision_tve_content_before_more',''),(7339,625,'tve_revision_tve_content_more_found',''),(7340,625,'tve_revision_tve_save_post',''),(7341,625,'tve_revision_tve_custom_css',''),(7342,625,'tve_revision_tve_user_custom_css',''),(7343,625,'tve_revision_tve_page_events',''),(7344,625,'tve_revision_tve_globals',''),(7345,625,'tve_revision_tve_global_scripts',''),(7346,625,'tve_revision_thrive_icon_pack',''),(7347,625,'tve_revision_thrive_tcb_post_fonts',''),(7348,625,'tve_revision_tve_has_masonry',''),(7349,625,'tve_revision_tve_has_typefocus',''),(7350,625,'tve_revision_tve_updated_post',''),(7351,625,'tve_revision_tve_has_wistia_popover',''),(7352,625,'tve_revision_tve_landing_page',''),(7353,625,'tve_revision_tve_disable_theme_dependency',''),(7354,625,'tve_revision_tve_content_before_more',''),(7355,625,'tve_revision_tve_content_more_found',''),(7356,625,'tve_revision_tve_save_post',''),(7357,625,'tve_revision_tve_custom_css',''),(7358,625,'tve_revision_tve_user_custom_css',''),(7359,625,'tve_revision_tve_page_events',''),(7360,625,'tve_revision_tve_globals',''),(7361,625,'tve_revision_tve_global_scripts',''),(7362,625,'tve_revision_thrive_icon_pack',''),(7363,625,'tve_revision_thrive_tcb_post_fonts',''),(7364,625,'tve_revision_tve_has_masonry',''),(7365,625,'tve_revision_tve_has_typefocus',''),(7366,625,'tve_revision_tve_updated_post',''),(7367,625,'tve_revision_tve_has_wistia_popover',''),(7368,625,'tve_revision_tve_landing_page',''),(7369,625,'tve_revision_tve_disable_theme_dependency',''),(7370,625,'tve_revision_tve_content_before_more',''),(7371,625,'tve_revision_tve_content_more_found',''),(7372,625,'tve_revision_tve_save_post',''),(7373,625,'tve_revision_tve_custom_css',''),(7374,625,'tve_revision_tve_user_custom_css',''),(7375,625,'tve_revision_tve_page_events',''),(7376,625,'tve_revision_tve_globals',''),(7377,625,'tve_revision_tve_global_scripts',''),(7378,625,'tve_revision_thrive_icon_pack',''),(7379,625,'tve_revision_thrive_tcb_post_fonts',''),(7380,625,'tve_revision_tve_has_masonry',''),(7381,625,'tve_revision_tve_has_typefocus',''),(7382,625,'tve_revision_tve_updated_post',''),(7383,625,'tve_revision_tve_has_wistia_popover',''),(7384,625,'tve_revision_tve_landing_page',''),(7385,625,'tve_revision_tve_disable_theme_dependency',''),(7386,625,'tve_revision_tve_content_before_more',''),(7387,625,'tve_revision_tve_content_more_found',''),(7388,625,'tve_revision_tve_save_post',''),(7389,625,'tve_revision_tve_custom_css',''),(7390,625,'tve_revision_tve_user_custom_css',''),(7391,625,'tve_revision_tve_page_events',''),(7392,625,'tve_revision_tve_globals',''),(7393,625,'tve_revision_tve_global_scripts',''),(7394,625,'tve_revision_thrive_icon_pack',''),(7395,625,'tve_revision_thrive_tcb_post_fonts',''),(7396,625,'tve_revision_tve_has_masonry',''),(7397,625,'tve_revision_tve_has_typefocus',''),(7398,625,'tve_revision_tve_updated_post',''),(7399,625,'tve_revision_tve_has_wistia_popover',''),(7400,625,'tve_revision_tve_landing_page',''),(7401,625,'tve_revision_tve_disable_theme_dependency',''),(7402,625,'tve_revision_tve_content_before_more',''),(7403,625,'tve_revision_tve_content_more_found',''),(7404,625,'tve_revision_tve_save_post',''),(7405,625,'tve_revision_tve_custom_css',''),(7406,625,'tve_revision_tve_user_custom_css',''),(7407,625,'tve_revision_tve_page_events',''),(7408,625,'tve_revision_tve_globals',''),(7409,625,'tve_revision_tve_global_scripts',''),(7410,625,'tve_revision_thrive_icon_pack',''),(7411,625,'tve_revision_thrive_tcb_post_fonts',''),(7412,625,'tve_revision_tve_has_masonry',''),(7413,625,'tve_revision_tve_has_typefocus',''),(7414,625,'tve_revision_tve_updated_post',''),(7415,625,'tve_revision_tve_has_wistia_popover',''),(7416,625,'tve_revision_tve_landing_page',''),(7417,625,'tve_revision_tve_disable_theme_dependency',''),(7418,625,'tve_revision_tve_content_before_more',''),(7419,625,'tve_revision_tve_content_more_found',''),(7420,625,'tve_revision_tve_save_post',''),(7421,625,'tve_revision_tve_custom_css',''),(7422,625,'tve_revision_tve_user_custom_css',''),(7423,625,'tve_revision_tve_page_events',''),(7424,625,'tve_revision_tve_globals',''),(7425,625,'tve_revision_tve_global_scripts',''),(7426,625,'tve_revision_thrive_icon_pack',''),(7427,625,'tve_revision_thrive_tcb_post_fonts',''),(7428,625,'tve_revision_tve_has_masonry',''),(7429,625,'tve_revision_tve_has_typefocus',''),(7430,625,'tve_revision_tve_updated_post',''),(7431,625,'tve_revision_tve_has_wistia_popover',''),(7432,625,'tve_revision_tve_landing_page',''),(7433,625,'tve_revision_tve_disable_theme_dependency',''),(7434,625,'tve_revision_tve_content_before_more',''),(7435,625,'tve_revision_tve_content_more_found',''),(7436,625,'tve_revision_tve_save_post',''),(7437,625,'tve_revision_tve_custom_css',''),(7438,625,'tve_revision_tve_user_custom_css',''),(7439,625,'tve_revision_tve_page_events',''),(7440,625,'tve_revision_tve_globals',''),(7441,625,'tve_revision_tve_global_scripts',''),(7442,625,'tve_revision_thrive_icon_pack',''),(7443,625,'tve_revision_thrive_tcb_post_fonts',''),(7444,625,'tve_revision_tve_has_masonry',''),(7445,625,'tve_revision_tve_has_typefocus',''),(7446,625,'tve_revision_tve_updated_post',''),(7447,625,'tve_revision_tve_has_wistia_popover',''),(7448,625,'tve_revision_tve_landing_page',''),(7449,625,'tve_revision_tve_disable_theme_dependency',''),(7450,625,'tve_revision_tve_content_before_more',''),(7451,625,'tve_revision_tve_content_more_found',''),(7452,625,'tve_revision_tve_save_post',''),(7453,625,'tve_revision_tve_custom_css',''),(7454,625,'tve_revision_tve_user_custom_css',''),(7455,625,'tve_revision_tve_page_events',''),(7456,625,'tve_revision_tve_globals',''),(7457,625,'tve_revision_tve_global_scripts',''),(7458,625,'tve_revision_thrive_icon_pack',''),(7459,625,'tve_revision_thrive_tcb_post_fonts',''),(7460,625,'tve_revision_tve_has_masonry',''),(7461,625,'tve_revision_tve_has_typefocus',''),(7462,625,'tve_revision_tve_updated_post',''),(7463,625,'tve_revision_tve_has_wistia_popover',''),(7464,625,'tve_revision_tve_landing_page',''),(7465,625,'tve_revision_tve_disable_theme_dependency',''),(7466,625,'tve_revision_tve_content_before_more',''),(7467,625,'tve_revision_tve_content_more_found',''),(7468,625,'tve_revision_tve_save_post',''),(7469,625,'tve_revision_tve_custom_css',''),(7470,625,'tve_revision_tve_user_custom_css',''),(7471,625,'tve_revision_tve_page_events',''),(7472,625,'tve_revision_tve_globals',''),(7473,625,'tve_revision_tve_global_scripts',''),(7474,625,'tve_revision_thrive_icon_pack',''),(7475,625,'tve_revision_thrive_tcb_post_fonts',''),(7476,625,'tve_revision_tve_has_masonry',''),(7477,625,'tve_revision_tve_has_typefocus',''),(7478,625,'tve_revision_tve_updated_post',''),(7479,625,'tve_revision_tve_has_wistia_popover',''),(7480,625,'tve_revision_tve_landing_page',''),(7481,625,'tve_revision_tve_disable_theme_dependency',''),(7482,625,'tve_revision_tve_content_before_more',''),(7483,625,'tve_revision_tve_content_more_found',''),(7484,625,'tve_revision_tve_save_post',''),(7485,625,'tve_revision_tve_custom_css',''),(7486,625,'tve_revision_tve_user_custom_css',''),(7487,625,'tve_revision_tve_page_events',''),(7488,625,'tve_revision_tve_globals',''),(7489,625,'tve_revision_tve_global_scripts',''),(7490,625,'tve_revision_thrive_icon_pack',''),(7491,625,'tve_revision_thrive_tcb_post_fonts',''),(7492,625,'tve_revision_tve_has_masonry',''),(7493,625,'tve_revision_tve_has_typefocus',''),(7494,625,'tve_revision_tve_updated_post',''),(7495,625,'tve_revision_tve_has_wistia_popover',''),(7496,12,'tcb2_ready','1'),(7497,625,'tve_revision_tve_landing_page',''),(7498,625,'tve_revision_tve_disable_theme_dependency',''),(7499,625,'tve_revision_tve_content_before_more',''),(7500,625,'tve_revision_tve_content_more_found',''),(7501,625,'tve_revision_tve_save_post',''),(7502,625,'tve_revision_tve_custom_css',''),(7503,625,'tve_revision_tve_user_custom_css',''),(7504,625,'tve_revision_tve_page_events',''),(7505,625,'tve_revision_tve_globals',''),(7506,625,'tve_revision_tve_global_scripts',''),(7507,625,'tve_revision_thrive_icon_pack',''),(7508,625,'tve_revision_thrive_tcb_post_fonts',''),(7509,625,'tve_revision_tve_has_masonry',''),(7510,625,'tve_revision_tve_has_typefocus',''),(7511,625,'tve_revision_tve_updated_post',''),(7512,625,'tve_revision_tve_has_wistia_popover',''),(7513,625,'tve_revision_tve_landing_page',''),(7514,625,'tve_revision_tve_disable_theme_dependency',''),(7515,625,'tve_revision_tve_content_before_more',''),(7516,625,'tve_revision_tve_content_more_found',''),(7517,625,'tve_revision_tve_save_post',''),(7518,625,'tve_revision_tve_custom_css',''),(7519,625,'tve_revision_tve_user_custom_css',''),(7520,625,'tve_revision_tve_page_events',''),(7521,625,'tve_revision_tve_globals',''),(7522,625,'tve_revision_tve_global_scripts',''),(7523,625,'tve_revision_thrive_icon_pack',''),(7524,625,'tve_revision_thrive_tcb_post_fonts',''),(7525,625,'tve_revision_tve_has_masonry',''),(7526,625,'tve_revision_tve_has_typefocus',''),(7527,625,'tve_revision_tve_updated_post',''),(7528,625,'tve_revision_tve_has_wistia_popover',''),(7529,625,'tve_revision_tve_landing_page',''),(7530,625,'tve_revision_tve_disable_theme_dependency',''),(7531,625,'tve_revision_tve_content_before_more',''),(7532,625,'tve_revision_tve_content_more_found',''),(7533,625,'tve_revision_tve_save_post',''),(7534,625,'tve_revision_tve_custom_css',''),(7535,625,'tve_revision_tve_user_custom_css',''),(7536,625,'tve_revision_tve_page_events',''),(7537,625,'tve_revision_tve_globals',''),(7538,625,'tve_revision_tve_global_scripts',''),(7539,625,'tve_revision_thrive_icon_pack',''),(7540,625,'tve_revision_thrive_tcb_post_fonts',''),(7541,625,'tve_revision_tve_has_masonry',''),(7542,625,'tve_revision_tve_has_typefocus',''),(7543,625,'tve_revision_tve_updated_post',''),(7544,625,'tve_revision_tve_has_wistia_popover',''),(7545,625,'tve_revision_tve_landing_page',''),(7546,625,'tve_revision_tve_disable_theme_dependency',''),(7547,625,'tve_revision_tve_content_before_more',''),(7548,625,'tve_revision_tve_content_more_found',''),(7549,625,'tve_revision_tve_save_post',''),(7550,625,'tve_revision_tve_custom_css',''),(7551,625,'tve_revision_tve_user_custom_css',''),(7552,625,'tve_revision_tve_page_events',''),(7553,625,'tve_revision_tve_globals',''),(7554,625,'tve_revision_tve_global_scripts',''),(7555,625,'tve_revision_thrive_icon_pack',''),(7556,625,'tve_revision_thrive_tcb_post_fonts',''),(7557,625,'tve_revision_tve_has_masonry',''),(7558,625,'tve_revision_tve_has_typefocus',''),(7559,625,'tve_revision_tve_updated_post',''),(7560,625,'tve_revision_tve_has_wistia_popover',''),(7561,625,'tve_revision_tve_landing_page',''),(7562,625,'tve_revision_tve_disable_theme_dependency',''),(7563,625,'tve_revision_tve_content_before_more',''),(7564,625,'tve_revision_tve_content_more_found',''),(7565,625,'tve_revision_tve_save_post',''),(7566,625,'tve_revision_tve_custom_css',''),(7567,625,'tve_revision_tve_user_custom_css',''),(7568,625,'tve_revision_tve_page_events',''),(7569,625,'tve_revision_tve_globals',''),(7570,625,'tve_revision_tve_global_scripts',''),(7571,625,'tve_revision_thrive_icon_pack',''),(7572,625,'tve_revision_thrive_tcb_post_fonts',''),(7573,625,'tve_revision_tve_has_masonry',''),(7574,625,'tve_revision_tve_has_typefocus',''),(7575,625,'tve_revision_tve_updated_post',''),(7576,625,'tve_revision_tve_has_wistia_popover',''),(7577,625,'tve_revision_tve_landing_page',''),(7578,625,'tve_revision_tve_disable_theme_dependency',''),(7579,625,'tve_revision_tve_content_before_more',''),(7580,625,'tve_revision_tve_content_more_found',''),(7581,625,'tve_revision_tve_save_post',''),(7582,625,'tve_revision_tve_custom_css',''),(7583,625,'tve_revision_tve_user_custom_css',''),(7584,625,'tve_revision_tve_page_events',''),(7585,625,'tve_revision_tve_globals',''),(7586,625,'tve_revision_tve_global_scripts',''),(7587,625,'tve_revision_thrive_icon_pack',''),(7588,625,'tve_revision_thrive_tcb_post_fonts',''),(7589,625,'tve_revision_tve_has_masonry',''),(7590,625,'tve_revision_tve_has_typefocus',''),(7591,625,'tve_revision_tve_updated_post',''),(7592,625,'tve_revision_tve_has_wistia_popover',''),(7593,625,'tve_revision_tve_landing_page',''),(7594,625,'tve_revision_tve_disable_theme_dependency',''),(7595,625,'tve_revision_tve_content_before_more',''),(7596,625,'tve_revision_tve_content_more_found',''),(7597,625,'tve_revision_tve_save_post',''),(7598,625,'tve_revision_tve_custom_css',''),(7599,625,'tve_revision_tve_user_custom_css',''),(7600,625,'tve_revision_tve_page_events',''),(7601,625,'tve_revision_tve_globals',''),(7602,625,'tve_revision_tve_global_scripts',''),(7603,625,'tve_revision_thrive_icon_pack',''),(7604,625,'tve_revision_thrive_tcb_post_fonts',''),(7605,625,'tve_revision_tve_has_masonry',''),(7606,625,'tve_revision_tve_has_typefocus',''),(7607,625,'tve_revision_tve_updated_post',''),(7608,625,'tve_revision_tve_has_wistia_popover',''),(7609,625,'tve_revision_tve_landing_page',''),(7610,625,'tve_revision_tve_disable_theme_dependency',''),(7611,625,'tve_revision_tve_content_before_more',''),(7612,625,'tve_revision_tve_content_more_found',''),(7613,625,'tve_revision_tve_save_post',''),(7614,625,'tve_revision_tve_custom_css',''),(7615,625,'tve_revision_tve_user_custom_css',''),(7616,625,'tve_revision_tve_page_events',''),(7617,625,'tve_revision_tve_globals',''),(7618,625,'tve_revision_tve_global_scripts',''),(7619,625,'tve_revision_thrive_icon_pack',''),(7620,625,'tve_revision_thrive_tcb_post_fonts',''),(7621,625,'tve_revision_tve_has_masonry',''),(7622,625,'tve_revision_tve_has_typefocus',''),(7623,625,'tve_revision_tve_updated_post',''),(7624,625,'tve_revision_tve_has_wistia_popover',''),(7625,625,'tve_revision_tve_landing_page',''),(7626,625,'tve_revision_tve_disable_theme_dependency',''),(7627,625,'tve_revision_tve_content_before_more',''),(7628,625,'tve_revision_tve_content_more_found',''),(7629,625,'tve_revision_tve_save_post',''),(7630,625,'tve_revision_tve_custom_css',''),(7631,625,'tve_revision_tve_user_custom_css',''),(7632,625,'tve_revision_tve_page_events',''),(7633,625,'tve_revision_tve_globals',''),(7634,625,'tve_revision_tve_global_scripts',''),(7635,625,'tve_revision_thrive_icon_pack',''),(7636,625,'tve_revision_thrive_tcb_post_fonts',''),(7637,625,'tve_revision_tve_has_masonry',''),(7638,625,'tve_revision_tve_has_typefocus',''),(7639,625,'tve_revision_tve_updated_post',''),(7640,625,'tve_revision_tve_has_wistia_popover',''),(7641,625,'tve_revision_tve_landing_page',''),(7642,625,'tve_revision_tve_disable_theme_dependency',''),(7643,625,'tve_revision_tve_content_before_more',''),(7644,625,'tve_revision_tve_content_more_found',''),(7645,625,'tve_revision_tve_save_post',''),(7646,625,'tve_revision_tve_custom_css',''),(7647,625,'tve_revision_tve_user_custom_css',''),(7648,625,'tve_revision_tve_page_events',''),(7649,625,'tve_revision_tve_globals',''),(7650,625,'tve_revision_tve_global_scripts',''),(7651,625,'tve_revision_thrive_icon_pack',''),(7652,625,'tve_revision_thrive_tcb_post_fonts',''),(7653,625,'tve_revision_tve_has_masonry',''),(7654,625,'tve_revision_tve_has_typefocus',''),(7655,625,'tve_revision_tve_updated_post',''),(7656,625,'tve_revision_tve_has_wistia_popover',''),(7657,625,'tve_revision_tve_landing_page',''),(7658,625,'tve_revision_tve_disable_theme_dependency',''),(7659,625,'tve_revision_tve_content_before_more',''),(7660,625,'tve_revision_tve_content_more_found',''),(7661,625,'tve_revision_tve_save_post',''),(7662,625,'tve_revision_tve_custom_css',''),(7663,625,'tve_revision_tve_user_custom_css',''),(7664,625,'tve_revision_tve_page_events',''),(7665,625,'tve_revision_tve_globals',''),(7666,625,'tve_revision_tve_global_scripts',''),(7667,625,'tve_revision_thrive_icon_pack',''),(7668,625,'tve_revision_thrive_tcb_post_fonts',''),(7669,625,'tve_revision_tve_has_masonry',''),(7670,625,'tve_revision_tve_has_typefocus',''),(7671,625,'tve_revision_tve_updated_post',''),(7672,625,'tve_revision_tve_has_wistia_popover',''),(7673,625,'tve_revision_tve_landing_page',''),(7674,625,'tve_revision_tve_disable_theme_dependency',''),(7675,625,'tve_revision_tve_content_before_more',''),(7676,625,'tve_revision_tve_content_more_found',''),(7677,625,'tve_revision_tve_save_post',''),(7678,625,'tve_revision_tve_custom_css',''),(7679,625,'tve_revision_tve_user_custom_css',''),(7680,625,'tve_revision_tve_page_events',''),(7681,625,'tve_revision_tve_globals',''),(7682,625,'tve_revision_tve_global_scripts',''),(7683,625,'tve_revision_thrive_icon_pack',''),(7684,625,'tve_revision_thrive_tcb_post_fonts',''),(7685,625,'tve_revision_tve_has_masonry',''),(7686,625,'tve_revision_tve_has_typefocus',''),(7687,625,'tve_revision_tve_updated_post',''),(7688,625,'tve_revision_tve_has_wistia_popover',''),(7689,625,'tve_revision_tve_landing_page',''),(7690,625,'tve_revision_tve_disable_theme_dependency',''),(7691,625,'tve_revision_tve_content_before_more',''),(7692,625,'tve_revision_tve_content_more_found',''),(7693,625,'tve_revision_tve_save_post',''),(7694,625,'tve_revision_tve_custom_css',''),(7695,625,'tve_revision_tve_user_custom_css',''),(7696,625,'tve_revision_tve_page_events',''),(7697,625,'tve_revision_tve_globals',''),(7698,625,'tve_revision_tve_global_scripts',''),(7699,625,'tve_revision_thrive_icon_pack',''),(7700,625,'tve_revision_thrive_tcb_post_fonts',''),(7701,625,'tve_revision_tve_has_masonry',''),(7702,625,'tve_revision_tve_has_typefocus',''),(7703,625,'tve_revision_tve_updated_post',''),(7704,625,'tve_revision_tve_has_wistia_popover',''),(7705,625,'tve_revision_tve_landing_page',''),(7706,625,'tve_revision_tve_disable_theme_dependency',''),(7707,625,'tve_revision_tve_content_before_more',''),(7708,625,'tve_revision_tve_content_more_found',''),(7709,625,'tve_revision_tve_save_post',''),(7710,625,'tve_revision_tve_custom_css',''),(7711,625,'tve_revision_tve_user_custom_css',''),(7712,625,'tve_revision_tve_page_events',''),(7713,625,'tve_revision_tve_globals',''),(7714,625,'tve_revision_tve_global_scripts',''),(7715,625,'tve_revision_thrive_icon_pack',''),(7716,625,'tve_revision_thrive_tcb_post_fonts',''),(7717,625,'tve_revision_tve_has_masonry',''),(7718,625,'tve_revision_tve_has_typefocus',''),(7719,625,'tve_revision_tve_updated_post',''),(7720,625,'tve_revision_tve_has_wistia_popover',''),(7721,625,'tve_revision_tve_landing_page',''),(7722,625,'tve_revision_tve_disable_theme_dependency',''),(7723,625,'tve_revision_tve_content_before_more',''),(7724,625,'tve_revision_tve_content_more_found',''),(7725,625,'tve_revision_tve_save_post',''),(7726,625,'tve_revision_tve_custom_css',''),(7727,625,'tve_revision_tve_user_custom_css',''),(7728,625,'tve_revision_tve_page_events',''),(7729,625,'tve_revision_tve_globals',''),(7730,625,'tve_revision_tve_global_scripts',''),(7731,625,'tve_revision_thrive_icon_pack',''),(7732,625,'tve_revision_thrive_tcb_post_fonts',''),(7733,625,'tve_revision_tve_has_masonry',''),(7734,625,'tve_revision_tve_has_typefocus',''),(7735,625,'tve_revision_tve_updated_post',''),(7736,625,'tve_revision_tve_has_wistia_popover',''),(7737,625,'tve_revision_tve_landing_page',''),(7738,625,'tve_revision_tve_disable_theme_dependency',''),(7739,625,'tve_revision_tve_content_before_more',''),(7740,625,'tve_revision_tve_content_more_found',''),(7741,625,'tve_revision_tve_save_post',''),(7742,625,'tve_revision_tve_custom_css',''),(7743,625,'tve_revision_tve_user_custom_css',''),(7744,625,'tve_revision_tve_page_events',''),(7745,625,'tve_revision_tve_globals',''),(7746,625,'tve_revision_tve_global_scripts',''),(7747,625,'tve_revision_thrive_icon_pack',''),(7748,625,'tve_revision_thrive_tcb_post_fonts',''),(7749,625,'tve_revision_tve_has_masonry',''),(7750,625,'tve_revision_tve_has_typefocus',''),(7751,625,'tve_revision_tve_updated_post',''),(7752,625,'tve_revision_tve_has_wistia_popover',''),(7753,626,'tve_revision_tve_landing_page',''),(7754,626,'tve_revision_tve_disable_theme_dependency',''),(7755,626,'tve_revision_tve_content_before_more',''),(7756,626,'tve_revision_tve_content_more_found',''),(7757,626,'tve_revision_tve_save_post',''),(7758,626,'tve_revision_tve_custom_css',''),(7759,626,'tve_revision_tve_user_custom_css',''),(7760,626,'tve_revision_tve_page_events',''),(7761,626,'tve_revision_tve_globals',''),(7762,626,'tve_revision_tve_global_scripts',''),(7763,626,'tve_revision_thrive_icon_pack',''),(7764,626,'tve_revision_thrive_tcb_post_fonts',''),(7765,626,'tve_revision_tve_has_masonry',''),(7766,626,'tve_revision_tve_has_typefocus',''),(7767,626,'tve_revision_tve_updated_post',''),(7768,626,'tve_revision_tve_has_wistia_popover',''),(7769,625,'tve_revision_tve_landing_page',''),(7770,625,'tve_revision_tve_disable_theme_dependency',''),(7771,625,'tve_revision_tve_content_before_more',''),(7772,625,'tve_revision_tve_content_more_found',''),(7773,625,'tve_revision_tve_save_post',''),(7774,625,'tve_revision_tve_custom_css',''),(7775,625,'tve_revision_tve_user_custom_css',''),(7776,625,'tve_revision_tve_page_events',''),(7777,625,'tve_revision_tve_globals',''),(7778,625,'tve_revision_tve_global_scripts',''),(7779,625,'tve_revision_thrive_icon_pack',''),(7780,625,'tve_revision_thrive_tcb_post_fonts',''),(7781,625,'tve_revision_tve_has_masonry',''),(7782,625,'tve_revision_tve_has_typefocus',''),(7783,625,'tve_revision_tve_updated_post',''),(7784,625,'tve_revision_tve_has_wistia_popover',''),(7785,625,'tve_revision_tve_landing_page',''),(7786,625,'tve_revision_tve_disable_theme_dependency',''),(7787,625,'tve_revision_tve_content_before_more',''),(7788,625,'tve_revision_tve_content_more_found',''),(7789,625,'tve_revision_tve_save_post',''),(7790,625,'tve_revision_tve_custom_css',''),(7791,625,'tve_revision_tve_user_custom_css',''),(7792,625,'tve_revision_tve_page_events',''),(7793,625,'tve_revision_tve_globals',''),(7794,625,'tve_revision_tve_global_scripts',''),(7795,625,'tve_revision_thrive_icon_pack',''),(7796,625,'tve_revision_thrive_tcb_post_fonts',''),(7797,625,'tve_revision_tve_has_masonry',''),(7798,625,'tve_revision_tve_has_typefocus',''),(7799,625,'tve_revision_tve_updated_post',''),(7800,625,'tve_revision_tve_has_wistia_popover',''),(7801,625,'tve_revision_tve_landing_page',''),(7802,625,'tve_revision_tve_disable_theme_dependency',''),(7803,625,'tve_revision_tve_content_before_more',''),(7804,625,'tve_revision_tve_content_more_found',''),(7805,625,'tve_revision_tve_save_post',''),(7806,625,'tve_revision_tve_custom_css',''),(7807,625,'tve_revision_tve_user_custom_css',''),(7808,625,'tve_revision_tve_page_events',''),(7809,625,'tve_revision_tve_globals',''),(7810,625,'tve_revision_tve_global_scripts',''),(7811,625,'tve_revision_thrive_icon_pack',''),(7812,625,'tve_revision_thrive_tcb_post_fonts',''),(7813,625,'tve_revision_tve_has_masonry',''),(7814,625,'tve_revision_tve_has_typefocus',''),(7815,625,'tve_revision_tve_updated_post',''),(7816,625,'tve_revision_tve_has_wistia_popover',''),(7817,625,'tve_revision_tve_landing_page',''),(7818,625,'tve_revision_tve_disable_theme_dependency',''),(7819,625,'tve_revision_tve_content_before_more',''),(7820,625,'tve_revision_tve_content_more_found',''),(7821,625,'tve_revision_tve_save_post',''),(7822,625,'tve_revision_tve_custom_css',''),(7823,625,'tve_revision_tve_user_custom_css',''),(7824,625,'tve_revision_tve_page_events',''),(7825,625,'tve_revision_tve_globals',''),(7826,625,'tve_revision_tve_global_scripts',''),(7827,625,'tve_revision_thrive_icon_pack',''),(7828,625,'tve_revision_thrive_tcb_post_fonts',''),(7829,625,'tve_revision_tve_has_masonry',''),(7830,625,'tve_revision_tve_has_typefocus',''),(7831,625,'tve_revision_tve_updated_post',''),(7832,625,'tve_revision_tve_has_wistia_popover',''),(7833,625,'tve_revision_tve_landing_page',''),(7834,625,'tve_revision_tve_disable_theme_dependency',''),(7835,625,'tve_revision_tve_content_before_more',''),(7836,625,'tve_revision_tve_content_more_found',''),(7837,625,'tve_revision_tve_save_post',''),(7838,625,'tve_revision_tve_custom_css',''),(7839,625,'tve_revision_tve_user_custom_css',''),(7840,625,'tve_revision_tve_page_events',''),(7841,625,'tve_revision_tve_globals',''),(7842,625,'tve_revision_tve_global_scripts',''),(7843,625,'tve_revision_thrive_icon_pack',''),(7844,625,'tve_revision_thrive_tcb_post_fonts',''),(7845,625,'tve_revision_tve_has_masonry',''),(7846,625,'tve_revision_tve_has_typefocus',''),(7847,625,'tve_revision_tve_updated_post',''),(7848,625,'tve_revision_tve_has_wistia_popover',''),(7849,625,'tve_revision_tve_landing_page',''),(7850,625,'tve_revision_tve_disable_theme_dependency',''),(7851,625,'tve_revision_tve_content_before_more',''),(7852,625,'tve_revision_tve_content_more_found',''),(7853,625,'tve_revision_tve_save_post',''),(7854,625,'tve_revision_tve_custom_css',''),(7855,625,'tve_revision_tve_user_custom_css',''),(7856,625,'tve_revision_tve_page_events',''),(7857,625,'tve_revision_tve_globals',''),(7858,625,'tve_revision_tve_global_scripts',''),(7859,625,'tve_revision_thrive_icon_pack',''),(7860,625,'tve_revision_thrive_tcb_post_fonts',''),(7861,625,'tve_revision_tve_has_masonry',''),(7862,625,'tve_revision_tve_has_typefocus',''),(7863,625,'tve_revision_tve_updated_post',''),(7864,625,'tve_revision_tve_has_wistia_popover',''),(7865,625,'tve_revision_tve_landing_page',''),(7866,625,'tve_revision_tve_disable_theme_dependency',''),(7867,625,'tve_revision_tve_content_before_more',''),(7868,625,'tve_revision_tve_content_more_found',''),(7869,625,'tve_revision_tve_save_post',''),(7870,625,'tve_revision_tve_custom_css',''),(7871,625,'tve_revision_tve_user_custom_css',''),(7872,625,'tve_revision_tve_page_events',''),(7873,625,'tve_revision_tve_globals',''),(7874,625,'tve_revision_tve_global_scripts',''),(7875,625,'tve_revision_thrive_icon_pack',''),(7876,625,'tve_revision_thrive_tcb_post_fonts',''),(7877,625,'tve_revision_tve_has_masonry',''),(7878,625,'tve_revision_tve_has_typefocus',''),(7879,625,'tve_revision_tve_updated_post',''),(7880,625,'tve_revision_tve_has_wistia_popover',''),(7881,625,'tve_revision_tve_landing_page',''),(7882,625,'tve_revision_tve_disable_theme_dependency',''),(7883,625,'tve_revision_tve_content_before_more',''),(7884,625,'tve_revision_tve_content_more_found',''),(7885,625,'tve_revision_tve_save_post',''),(7886,625,'tve_revision_tve_custom_css',''),(7887,625,'tve_revision_tve_user_custom_css',''),(7888,625,'tve_revision_tve_page_events',''),(7889,625,'tve_revision_tve_globals',''),(7890,625,'tve_revision_tve_global_scripts',''),(7891,625,'tve_revision_thrive_icon_pack',''),(7892,625,'tve_revision_thrive_tcb_post_fonts',''),(7893,625,'tve_revision_tve_has_masonry',''),(7894,625,'tve_revision_tve_has_typefocus',''),(7895,625,'tve_revision_tve_updated_post',''),(7896,625,'tve_revision_tve_has_wistia_popover',''),(7897,625,'tve_revision_tve_landing_page',''),(7898,625,'tve_revision_tve_disable_theme_dependency',''),(7899,625,'tve_revision_tve_content_before_more',''),(7900,625,'tve_revision_tve_content_more_found',''),(7901,625,'tve_revision_tve_save_post',''),(7902,625,'tve_revision_tve_custom_css',''),(7903,625,'tve_revision_tve_user_custom_css',''),(7904,625,'tve_revision_tve_page_events',''),(7905,625,'tve_revision_tve_globals',''),(7906,625,'tve_revision_tve_global_scripts',''),(7907,625,'tve_revision_thrive_icon_pack',''),(7908,625,'tve_revision_thrive_tcb_post_fonts',''),(7909,625,'tve_revision_tve_has_masonry',''),(7910,625,'tve_revision_tve_has_typefocus',''),(7911,625,'tve_revision_tve_updated_post',''),(7912,625,'tve_revision_tve_has_wistia_popover',''),(7913,625,'tve_revision_tve_landing_page',''),(7914,625,'tve_revision_tve_disable_theme_dependency',''),(7915,625,'tve_revision_tve_content_before_more',''),(7916,625,'tve_revision_tve_content_more_found',''),(7917,625,'tve_revision_tve_save_post',''),(7918,625,'tve_revision_tve_custom_css',''),(7919,625,'tve_revision_tve_user_custom_css',''),(7920,625,'tve_revision_tve_page_events',''),(7921,625,'tve_revision_tve_globals',''),(7922,625,'tve_revision_tve_global_scripts',''),(7923,625,'tve_revision_thrive_icon_pack',''),(7924,625,'tve_revision_thrive_tcb_post_fonts',''),(7925,625,'tve_revision_tve_has_masonry',''),(7926,625,'tve_revision_tve_has_typefocus',''),(7927,625,'tve_revision_tve_updated_post',''),(7928,625,'tve_revision_tve_has_wistia_popover',''),(7929,627,'tve_revision_tve_landing_page',''),(7930,627,'tve_revision_tve_disable_theme_dependency',''),(7931,627,'tve_revision_tve_content_before_more',''),(7932,627,'tve_revision_tve_content_more_found',''),(7933,627,'tve_revision_tve_save_post',''),(7934,627,'tve_revision_tve_custom_css',''),(7935,627,'tve_revision_tve_user_custom_css',''),(7936,627,'tve_revision_tve_page_events',''),(7937,627,'tve_revision_tve_globals',''),(7938,627,'tve_revision_tve_global_scripts',''),(7939,627,'tve_revision_thrive_icon_pack',''),(7940,627,'tve_revision_thrive_tcb_post_fonts',''),(7941,627,'tve_revision_tve_has_masonry',''),(7942,627,'tve_revision_tve_has_typefocus',''),(7943,627,'tve_revision_tve_updated_post',''),(7944,627,'tve_revision_tve_has_wistia_popover',''),(7945,628,'tve_revision_tve_landing_page',''),(7946,628,'tve_revision_tve_disable_theme_dependency',''),(7947,628,'tve_revision_tve_content_before_more',''),(7948,628,'tve_revision_tve_content_more_found',''),(7949,628,'tve_revision_tve_save_post',''),(7950,628,'tve_revision_tve_custom_css',''),(7951,628,'tve_revision_tve_user_custom_css',''),(7952,628,'tve_revision_tve_page_events',''),(7953,628,'tve_revision_tve_globals',''),(7954,628,'tve_revision_tve_global_scripts',''),(7955,628,'tve_revision_thrive_icon_pack',''),(7956,628,'tve_revision_thrive_tcb_post_fonts',''),(7957,628,'tve_revision_tve_has_masonry',''),(7958,628,'tve_revision_tve_has_typefocus',''),(7959,628,'tve_revision_tve_updated_post',''),(7960,628,'tve_revision_tve_has_wistia_popover',''),(7961,600,'tve_revision_tve_landing_page',''),(7962,600,'tve_revision_tve_disable_theme_dependency',''),(7963,600,'tve_revision_tve_content_before_more',''),(7964,600,'tve_revision_tve_content_more_found',''),(7965,600,'tve_revision_tve_save_post',''),(7966,600,'tve_revision_tve_custom_css',''),(7967,600,'tve_revision_tve_user_custom_css',''),(7968,600,'tve_revision_tve_page_events',''),(7969,600,'tve_revision_tve_globals',''),(7970,600,'tve_revision_tve_global_scripts',''),(7971,600,'tve_revision_thrive_icon_pack',''),(7972,600,'tve_revision_thrive_tcb_post_fonts',''),(7973,600,'tve_revision_tve_has_masonry',''),(7974,600,'tve_revision_tve_has_typefocus',''),(7975,600,'tve_revision_tve_updated_post',''),(7976,600,'tve_revision_tve_has_wistia_popover',''),(7977,596,'tve_revision_tve_landing_page',''),(7978,596,'tve_revision_tve_disable_theme_dependency',''),(7979,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(7980,596,'tve_revision_tve_content_more_found',''),(7981,596,'tve_revision_tve_save_post',''),(7982,596,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(7983,596,'tve_revision_tve_user_custom_css',''),(7984,596,'tve_revision_tve_page_events','a:0:{}'),(7985,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(7986,596,'tve_revision_tve_global_scripts',''),(7987,596,'tve_revision_thrive_icon_pack','0'),(7988,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7989,596,'tve_revision_tve_has_masonry','0'),(7990,596,'tve_revision_tve_has_typefocus','0'),(7991,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(7992,596,'tve_revision_tve_has_wistia_popover','0'),(7993,596,'tve_revision_tve_landing_page',''),(7994,596,'tve_revision_tve_disable_theme_dependency',''),(7995,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(7996,596,'tve_revision_tve_content_more_found',''),(7997,596,'tve_revision_tve_save_post',''),(7998,596,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }}'),(7999,596,'tve_revision_tve_user_custom_css',''),(8000,596,'tve_revision_tve_page_events','a:0:{}'),(8001,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8002,596,'tve_revision_tve_global_scripts',''),(8003,596,'tve_revision_thrive_icon_pack','0'),(8004,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8005,596,'tve_revision_tve_has_masonry','0'),(8006,596,'tve_revision_tve_has_typefocus','0'),(8007,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8008,596,'tve_revision_tve_has_wistia_popover','0'),(8009,629,'tve_revision_tve_landing_page',''),(8010,629,'tve_revision_tve_disable_theme_dependency',''),(8011,629,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8012,629,'tve_revision_tve_content_more_found',''),(8013,629,'tve_revision_tve_save_post',''),(8014,629,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }}'),(8015,629,'tve_revision_tve_user_custom_css',''),(8016,629,'tve_revision_tve_page_events','a:0:{}'),(8017,629,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8018,629,'tve_revision_tve_global_scripts',''),(8019,629,'tve_revision_thrive_icon_pack','0'),(8020,629,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8021,629,'tve_revision_tve_has_masonry','0'),(8022,629,'tve_revision_tve_has_typefocus','0'),(8023,629,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8024,629,'tve_revision_tve_has_wistia_popover','0'),(8025,600,'tve_revision_tve_landing_page',''),(8026,600,'tve_revision_tve_disable_theme_dependency',''),(8027,600,'tve_revision_tve_content_before_more',''),(8028,600,'tve_revision_tve_content_more_found',''),(8029,600,'tve_revision_tve_save_post',''),(8030,600,'tve_revision_tve_custom_css',''),(8031,600,'tve_revision_tve_user_custom_css',''),(8032,600,'tve_revision_tve_page_events',''),(8033,600,'tve_revision_tve_globals',''),(8034,600,'tve_revision_tve_global_scripts',''),(8035,600,'tve_revision_thrive_icon_pack',''),(8036,600,'tve_revision_thrive_tcb_post_fonts',''),(8037,600,'tve_revision_tve_has_masonry',''),(8038,600,'tve_revision_tve_has_typefocus',''),(8039,600,'tve_revision_tve_updated_post',''),(8040,600,'tve_revision_tve_has_wistia_popover',''),(8041,600,'tve_revision_tve_landing_page',''),(8042,600,'tve_revision_tve_disable_theme_dependency',''),(8043,600,'tve_revision_tve_content_before_more',''),(8044,600,'tve_revision_tve_content_more_found',''),(8045,600,'tve_revision_tve_save_post',''),(8046,600,'tve_revision_tve_custom_css',''),(8047,600,'tve_revision_tve_user_custom_css',''),(8048,600,'tve_revision_tve_page_events',''),(8049,600,'tve_revision_tve_globals',''),(8050,600,'tve_revision_tve_global_scripts',''),(8051,600,'tve_revision_thrive_icon_pack',''),(8052,600,'tve_revision_thrive_tcb_post_fonts',''),(8053,600,'tve_revision_tve_has_masonry',''),(8054,600,'tve_revision_tve_has_typefocus',''),(8055,600,'tve_revision_tve_updated_post',''),(8056,600,'tve_revision_tve_has_wistia_popover',''),(8057,600,'tve_revision_tve_landing_page',''),(8058,600,'tve_revision_tve_disable_theme_dependency',''),(8059,600,'tve_revision_tve_content_before_more',''),(8060,600,'tve_revision_tve_content_more_found',''),(8061,600,'tve_revision_tve_save_post',''),(8062,600,'tve_revision_tve_custom_css',''),(8063,600,'tve_revision_tve_user_custom_css',''),(8064,600,'tve_revision_tve_page_events',''),(8065,600,'tve_revision_tve_globals',''),(8066,600,'tve_revision_tve_global_scripts',''),(8067,600,'tve_revision_thrive_icon_pack',''),(8068,600,'tve_revision_thrive_tcb_post_fonts',''),(8069,600,'tve_revision_tve_has_masonry',''),(8070,600,'tve_revision_tve_has_typefocus',''),(8071,600,'tve_revision_tve_updated_post',''),(8072,600,'tve_revision_tve_has_wistia_popover',''),(8073,630,'tve_revision_tve_landing_page',''),(8074,630,'tve_revision_tve_disable_theme_dependency',''),(8075,630,'tve_revision_tve_content_before_more',''),(8076,630,'tve_revision_tve_content_more_found',''),(8077,630,'tve_revision_tve_save_post',''),(8078,630,'tve_revision_tve_custom_css',''),(8079,630,'tve_revision_tve_user_custom_css',''),(8080,630,'tve_revision_tve_page_events',''),(8081,630,'tve_revision_tve_globals',''),(8082,630,'tve_revision_tve_global_scripts',''),(8083,630,'tve_revision_thrive_icon_pack',''),(8084,630,'tve_revision_thrive_tcb_post_fonts',''),(8085,630,'tve_revision_tve_has_masonry',''),(8086,630,'tve_revision_tve_has_typefocus',''),(8087,630,'tve_revision_tve_updated_post',''),(8088,630,'tve_revision_tve_has_wistia_popover',''),(8089,552,'tve_revision_tve_landing_page',''),(8090,552,'tve_revision_tve_disable_theme_dependency',''),(8091,552,'tve_revision_tve_content_before_more',''),(8092,552,'tve_revision_tve_content_more_found',''),(8093,552,'tve_revision_tve_save_post',''),(8094,552,'tve_revision_tve_custom_css',''),(8095,552,'tve_revision_tve_user_custom_css',''),(8096,552,'tve_revision_tve_page_events',''),(8097,552,'tve_revision_tve_globals',''),(8098,552,'tve_revision_tve_global_scripts',''),(8099,552,'tve_revision_thrive_icon_pack',''),(8100,552,'tve_revision_thrive_tcb_post_fonts',''),(8101,552,'tve_revision_tve_has_masonry',''),(8102,552,'tve_revision_tve_has_typefocus',''),(8103,552,'tve_revision_tve_updated_post',''),(8104,552,'tve_revision_tve_has_wistia_popover',''),(8105,631,'tve_revision_tve_landing_page',''),(8106,631,'tve_revision_tve_disable_theme_dependency',''),(8107,631,'tve_revision_tve_content_before_more',''),(8108,631,'tve_revision_tve_content_more_found',''),(8109,631,'tve_revision_tve_save_post',''),(8110,631,'tve_revision_tve_custom_css',''),(8111,631,'tve_revision_tve_user_custom_css',''),(8112,631,'tve_revision_tve_page_events',''),(8113,631,'tve_revision_tve_globals',''),(8114,631,'tve_revision_tve_global_scripts',''),(8115,631,'tve_revision_thrive_icon_pack',''),(8116,631,'tve_revision_thrive_tcb_post_fonts',''),(8117,631,'tve_revision_tve_has_masonry',''),(8118,631,'tve_revision_tve_has_typefocus',''),(8119,631,'tve_revision_tve_updated_post',''),(8120,631,'tve_revision_tve_has_wistia_popover',''),(8121,552,'tve_revision_tve_landing_page',''),(8122,552,'tve_revision_tve_disable_theme_dependency',''),(8123,552,'tve_revision_tve_content_before_more',''),(8124,552,'tve_revision_tve_content_more_found',''),(8125,552,'tve_revision_tve_save_post',''),(8126,552,'tve_revision_tve_custom_css',''),(8127,552,'tve_revision_tve_user_custom_css',''),(8128,552,'tve_revision_tve_page_events',''),(8129,552,'tve_revision_tve_globals',''),(8130,552,'tve_revision_tve_global_scripts',''),(8131,552,'tve_revision_thrive_icon_pack',''),(8132,552,'tve_revision_thrive_tcb_post_fonts',''),(8133,552,'tve_revision_tve_has_masonry',''),(8134,552,'tve_revision_tve_has_typefocus',''),(8135,552,'tve_revision_tve_updated_post',''),(8136,552,'tve_revision_tve_has_wistia_popover',''),(8137,632,'tve_revision_tve_landing_page',''),(8138,632,'tve_revision_tve_disable_theme_dependency',''),(8139,632,'tve_revision_tve_content_before_more',''),(8140,632,'tve_revision_tve_content_more_found',''),(8141,632,'tve_revision_tve_save_post',''),(8142,632,'tve_revision_tve_custom_css',''),(8143,632,'tve_revision_tve_user_custom_css',''),(8144,632,'tve_revision_tve_page_events',''),(8145,632,'tve_revision_tve_globals',''),(8146,632,'tve_revision_tve_global_scripts',''),(8147,632,'tve_revision_thrive_icon_pack',''),(8148,632,'tve_revision_thrive_tcb_post_fonts',''),(8149,632,'tve_revision_tve_has_masonry',''),(8150,632,'tve_revision_tve_has_typefocus',''),(8151,632,'tve_revision_tve_updated_post',''),(8152,632,'tve_revision_tve_has_wistia_popover',''),(8153,634,'_wp_attached_file','2018/09/Sherer-Logo-400-pixel-e1529079483529_75.jpg'),(8154,634,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:87:\"wp-content/uploads/sites/371/20180913095416/Sherer-Logo-400-pixel-e1529079483529_75.jpg\";}'),(8155,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:51:\"2018/09/Sherer-Logo-400-pixel-e1529079483529_75.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:{}}}'),(8159,636,'tve_revision_tve_landing_page',''),(8160,636,'tve_revision_tve_disable_theme_dependency',''),(8161,636,'tve_revision_tve_content_before_more',''),(8162,636,'tve_revision_tve_content_more_found',''),(8163,636,'tve_revision_tve_save_post',''),(8164,636,'tve_revision_tve_custom_css',''),(8165,636,'tve_revision_tve_user_custom_css',''),(8166,636,'tve_revision_tve_page_events',''),(8167,636,'tve_revision_tve_globals',''),(8168,636,'tve_revision_tve_global_scripts',''),(8169,636,'tve_revision_thrive_icon_pack',''),(8170,636,'tve_revision_thrive_tcb_post_fonts',''),(8171,636,'tve_revision_tve_has_masonry',''),(8172,636,'tve_revision_tve_has_typefocus',''),(8173,636,'tve_revision_tve_updated_post',''),(8174,636,'tve_revision_tve_has_wistia_popover',''),(8175,569,'tve_revision_tve_landing_page',''),(8176,569,'tve_revision_tve_disable_theme_dependency',''),(8177,569,'tve_revision_tve_content_before_more',''),(8178,569,'tve_revision_tve_content_more_found',''),(8179,569,'tve_revision_tve_save_post',''),(8180,569,'tve_revision_tve_custom_css',''),(8181,569,'tve_revision_tve_user_custom_css',''),(8182,569,'tve_revision_tve_page_events',''),(8183,569,'tve_revision_tve_globals',''),(8184,569,'tve_revision_tve_global_scripts',''),(8185,569,'tve_revision_thrive_icon_pack',''),(8186,569,'tve_revision_thrive_tcb_post_fonts',''),(8187,569,'tve_revision_tve_has_masonry',''),(8188,569,'tve_revision_tve_has_typefocus',''),(8189,569,'tve_revision_tve_updated_post',''),(8190,569,'tve_revision_tve_has_wistia_popover',''),(8191,637,'tve_revision_tve_landing_page',''),(8192,637,'tve_revision_tve_disable_theme_dependency',''),(8193,637,'tve_revision_tve_content_before_more',''),(8194,637,'tve_revision_tve_content_more_found',''),(8195,637,'tve_revision_tve_save_post',''),(8196,637,'tve_revision_tve_custom_css',''),(8197,637,'tve_revision_tve_user_custom_css',''),(8198,637,'tve_revision_tve_page_events',''),(8199,637,'tve_revision_tve_globals',''),(8200,637,'tve_revision_tve_global_scripts',''),(8201,637,'tve_revision_thrive_icon_pack',''),(8202,637,'tve_revision_thrive_tcb_post_fonts',''),(8203,637,'tve_revision_tve_has_masonry',''),(8204,637,'tve_revision_tve_has_typefocus',''),(8205,637,'tve_revision_tve_updated_post',''),(8206,637,'tve_revision_tve_has_wistia_popover',''),(8207,638,'tve_revision_tve_landing_page',''),(8208,638,'tve_revision_tve_disable_theme_dependency',''),(8209,638,'tve_revision_tve_content_before_more',''),(8210,638,'tve_revision_tve_content_more_found',''),(8211,638,'tve_revision_tve_save_post',''),(8212,638,'tve_revision_tve_custom_css',''),(8213,638,'tve_revision_tve_user_custom_css',''),(8214,638,'tve_revision_tve_page_events',''),(8215,638,'tve_revision_tve_globals',''),(8216,638,'tve_revision_tve_global_scripts',''),(8217,638,'tve_revision_thrive_icon_pack',''),(8218,638,'tve_revision_thrive_tcb_post_fonts',''),(8219,638,'tve_revision_tve_has_masonry',''),(8220,638,'tve_revision_tve_has_typefocus',''),(8221,638,'tve_revision_tve_updated_post',''),(8222,638,'tve_revision_tve_has_wistia_popover',''),(8223,569,'tve_revision_tve_landing_page',''),(8224,569,'tve_revision_tve_disable_theme_dependency',''),(8225,569,'tve_revision_tve_content_before_more',''),(8226,569,'tve_revision_tve_content_more_found',''),(8227,569,'tve_revision_tve_save_post',''),(8228,569,'tve_revision_tve_custom_css',''),(8229,569,'tve_revision_tve_user_custom_css',''),(8230,569,'tve_revision_tve_page_events',''),(8231,569,'tve_revision_tve_globals',''),(8232,569,'tve_revision_tve_global_scripts',''),(8233,569,'tve_revision_thrive_icon_pack',''),(8234,569,'tve_revision_thrive_tcb_post_fonts',''),(8235,569,'tve_revision_tve_has_masonry',''),(8236,569,'tve_revision_tve_has_typefocus',''),(8237,569,'tve_revision_tve_updated_post',''),(8238,569,'tve_revision_tve_has_wistia_popover',''),(8239,569,'tve_revision_tve_landing_page',''),(8240,569,'tve_revision_tve_disable_theme_dependency',''),(8241,569,'tve_revision_tve_content_before_more',''),(8242,569,'tve_revision_tve_content_more_found',''),(8243,569,'tve_revision_tve_save_post',''),(8244,569,'tve_revision_tve_custom_css',''),(8245,569,'tve_revision_tve_user_custom_css',''),(8246,569,'tve_revision_tve_page_events',''),(8247,569,'tve_revision_tve_globals',''),(8248,569,'tve_revision_tve_global_scripts',''),(8249,569,'tve_revision_thrive_icon_pack',''),(8250,569,'tve_revision_thrive_tcb_post_fonts',''),(8251,569,'tve_revision_tve_has_masonry',''),(8252,569,'tve_revision_tve_has_typefocus',''),(8253,569,'tve_revision_tve_updated_post',''),(8254,569,'tve_revision_tve_has_wistia_popover',''),(8255,569,'tve_revision_tve_landing_page',''),(8256,569,'tve_revision_tve_disable_theme_dependency',''),(8257,569,'tve_revision_tve_content_before_more',''),(8258,569,'tve_revision_tve_content_more_found',''),(8259,569,'tve_revision_tve_save_post',''),(8260,569,'tve_revision_tve_custom_css',''),(8261,569,'tve_revision_tve_user_custom_css',''),(8262,569,'tve_revision_tve_page_events',''),(8263,569,'tve_revision_tve_globals',''),(8264,569,'tve_revision_tve_global_scripts',''),(8265,569,'tve_revision_thrive_icon_pack',''),(8266,569,'tve_revision_thrive_tcb_post_fonts',''),(8267,569,'tve_revision_tve_has_masonry',''),(8268,569,'tve_revision_tve_has_typefocus',''),(8269,569,'tve_revision_tve_updated_post',''),(8270,569,'tve_revision_tve_has_wistia_popover',''),(8271,569,'tve_revision_tve_landing_page',''),(8272,569,'tve_revision_tve_disable_theme_dependency',''),(8273,569,'tve_revision_tve_content_before_more',''),(8274,569,'tve_revision_tve_content_more_found',''),(8275,569,'tve_revision_tve_save_post',''),(8276,569,'tve_revision_tve_custom_css',''),(8277,569,'tve_revision_tve_user_custom_css',''),(8278,569,'tve_revision_tve_page_events',''),(8279,569,'tve_revision_tve_globals',''),(8280,569,'tve_revision_tve_global_scripts',''),(8281,569,'tve_revision_thrive_icon_pack',''),(8282,569,'tve_revision_thrive_tcb_post_fonts',''),(8283,569,'tve_revision_tve_has_masonry',''),(8284,569,'tve_revision_tve_has_typefocus',''),(8285,569,'tve_revision_tve_updated_post',''),(8286,569,'tve_revision_tve_has_wistia_popover',''),(8287,569,'tve_revision_tve_landing_page',''),(8288,569,'tve_revision_tve_disable_theme_dependency',''),(8289,569,'tve_revision_tve_content_before_more',''),(8290,569,'tve_revision_tve_content_more_found',''),(8291,569,'tve_revision_tve_save_post',''),(8292,569,'tve_revision_tve_custom_css',''),(8293,569,'tve_revision_tve_user_custom_css',''),(8294,569,'tve_revision_tve_page_events',''),(8295,569,'tve_revision_tve_globals',''),(8296,569,'tve_revision_tve_global_scripts',''),(8297,569,'tve_revision_thrive_icon_pack',''),(8298,569,'tve_revision_thrive_tcb_post_fonts',''),(8299,569,'tve_revision_tve_has_masonry',''),(8300,569,'tve_revision_tve_has_typefocus',''),(8301,569,'tve_revision_tve_updated_post',''),(8302,569,'tve_revision_tve_has_wistia_popover',''),(8303,569,'tve_revision_tve_landing_page',''),(8304,569,'tve_revision_tve_disable_theme_dependency',''),(8305,569,'tve_revision_tve_content_before_more',''),(8306,569,'tve_revision_tve_content_more_found',''),(8307,569,'tve_revision_tve_save_post',''),(8308,569,'tve_revision_tve_custom_css',''),(8309,569,'tve_revision_tve_user_custom_css',''),(8310,569,'tve_revision_tve_page_events',''),(8311,569,'tve_revision_tve_globals',''),(8312,569,'tve_revision_tve_global_scripts',''),(8313,569,'tve_revision_thrive_icon_pack',''),(8314,569,'tve_revision_thrive_tcb_post_fonts',''),(8315,569,'tve_revision_tve_has_masonry',''),(8316,569,'tve_revision_tve_has_typefocus',''),(8317,569,'tve_revision_tve_updated_post',''),(8318,569,'tve_revision_tve_has_wistia_popover',''),(8319,569,'tve_revision_tve_landing_page',''),(8320,569,'tve_revision_tve_disable_theme_dependency',''),(8321,569,'tve_revision_tve_content_before_more',''),(8322,569,'tve_revision_tve_content_more_found',''),(8323,569,'tve_revision_tve_save_post',''),(8324,569,'tve_revision_tve_custom_css',''),(8325,569,'tve_revision_tve_user_custom_css',''),(8326,569,'tve_revision_tve_page_events',''),(8327,569,'tve_revision_tve_globals',''),(8328,569,'tve_revision_tve_global_scripts',''),(8329,569,'tve_revision_thrive_icon_pack',''),(8330,569,'tve_revision_thrive_tcb_post_fonts',''),(8331,569,'tve_revision_tve_has_masonry',''),(8332,569,'tve_revision_tve_has_typefocus',''),(8333,569,'tve_revision_tve_updated_post',''),(8334,569,'tve_revision_tve_has_wistia_popover',''),(8335,569,'tve_revision_tve_landing_page',''),(8336,569,'tve_revision_tve_disable_theme_dependency',''),(8337,569,'tve_revision_tve_content_before_more',''),(8338,569,'tve_revision_tve_content_more_found',''),(8339,569,'tve_revision_tve_save_post',''),(8340,569,'tve_revision_tve_custom_css',''),(8341,569,'tve_revision_tve_user_custom_css',''),(8342,569,'tve_revision_tve_page_events',''),(8343,569,'tve_revision_tve_globals',''),(8344,569,'tve_revision_tve_global_scripts',''),(8345,569,'tve_revision_thrive_icon_pack',''),(8346,569,'tve_revision_thrive_tcb_post_fonts',''),(8347,569,'tve_revision_tve_has_masonry',''),(8348,569,'tve_revision_tve_has_typefocus',''),(8349,569,'tve_revision_tve_updated_post',''),(8350,569,'tve_revision_tve_has_wistia_popover',''),(8351,569,'tve_revision_tve_landing_page',''),(8352,569,'tve_revision_tve_disable_theme_dependency',''),(8353,569,'tve_revision_tve_content_before_more',''),(8354,569,'tve_revision_tve_content_more_found',''),(8355,569,'tve_revision_tve_save_post',''),(8356,569,'tve_revision_tve_custom_css',''),(8357,569,'tve_revision_tve_user_custom_css',''),(8358,569,'tve_revision_tve_page_events',''),(8359,569,'tve_revision_tve_globals',''),(8360,569,'tve_revision_tve_global_scripts',''),(8361,569,'tve_revision_thrive_icon_pack',''),(8362,569,'tve_revision_thrive_tcb_post_fonts',''),(8363,569,'tve_revision_tve_has_masonry',''),(8364,569,'tve_revision_tve_has_typefocus',''),(8365,569,'tve_revision_tve_updated_post',''),(8366,569,'tve_revision_tve_has_wistia_popover',''),(8367,8,'tcb2_ready','1'),(8368,569,'tve_revision_tve_landing_page',''),(8369,569,'tve_revision_tve_disable_theme_dependency',''),(8370,569,'tve_revision_tve_content_before_more',''),(8371,569,'tve_revision_tve_content_more_found',''),(8372,569,'tve_revision_tve_save_post',''),(8373,569,'tve_revision_tve_custom_css',''),(8374,569,'tve_revision_tve_user_custom_css',''),(8375,569,'tve_revision_tve_page_events',''),(8376,569,'tve_revision_tve_globals',''),(8377,569,'tve_revision_tve_global_scripts',''),(8378,569,'tve_revision_thrive_icon_pack',''),(8379,569,'tve_revision_thrive_tcb_post_fonts',''),(8380,569,'tve_revision_tve_has_masonry',''),(8381,569,'tve_revision_tve_has_typefocus',''),(8382,569,'tve_revision_tve_updated_post',''),(8383,569,'tve_revision_tve_has_wistia_popover',''),(8384,569,'tve_revision_tve_landing_page',''),(8385,569,'tve_revision_tve_disable_theme_dependency',''),(8386,569,'tve_revision_tve_content_before_more',''),(8387,569,'tve_revision_tve_content_more_found',''),(8388,569,'tve_revision_tve_save_post',''),(8389,569,'tve_revision_tve_custom_css',''),(8390,569,'tve_revision_tve_user_custom_css',''),(8391,569,'tve_revision_tve_page_events',''),(8392,569,'tve_revision_tve_globals',''),(8393,569,'tve_revision_tve_global_scripts',''),(8394,569,'tve_revision_thrive_icon_pack',''),(8395,569,'tve_revision_thrive_tcb_post_fonts',''),(8396,569,'tve_revision_tve_has_masonry',''),(8397,569,'tve_revision_tve_has_typefocus',''),(8398,569,'tve_revision_tve_updated_post',''),(8399,569,'tve_revision_tve_has_wistia_popover',''),(8400,639,'tve_revision_tve_landing_page',''),(8401,639,'tve_revision_tve_disable_theme_dependency',''),(8402,639,'tve_revision_tve_content_before_more',''),(8403,639,'tve_revision_tve_content_more_found',''),(8404,639,'tve_revision_tve_save_post',''),(8405,639,'tve_revision_tve_custom_css',''),(8406,639,'tve_revision_tve_user_custom_css',''),(8407,639,'tve_revision_tve_page_events',''),(8408,639,'tve_revision_tve_globals',''),(8409,639,'tve_revision_tve_global_scripts',''),(8410,639,'tve_revision_thrive_icon_pack',''),(8411,639,'tve_revision_thrive_tcb_post_fonts',''),(8412,639,'tve_revision_tve_has_masonry',''),(8413,639,'tve_revision_tve_has_typefocus',''),(8414,639,'tve_revision_tve_updated_post',''),(8415,639,'tve_revision_tve_has_wistia_popover',''),(8416,640,'_wp_attached_file','2018/09/115-Elizabeth-cropped-google-pic.jpg'),(8417,640,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:80:\"wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\";}'),(8418,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:924;s:6:\"height\";i:463;s:4:\"file\";s:44:\"2018/09/115-Elizabeth-cropped-google-pic.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-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:44:\"115-Elizabeth-cropped-google-pic-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-924x450.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-820x411.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-540x271.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:44:\"115-Elizabeth-cropped-google-pic-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8419,641,'_wp_attached_file','2018/09/115-Elizabeth-Rendering-cropped.jpg'),(8420,641,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\";}'),(8421,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:732;s:6:\"height\";i:411;s:4:\"file\";s:43:\"2018/09/115-Elizabeth-Rendering-cropped.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"115-Elizabeth-Rendering-cropped-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:\"115-Elizabeth-Rendering-cropped-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:43:\"115-Elizabeth-Rendering-cropped-540x303.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"115-Elizabeth-Rendering-cropped-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:43:\"115-Elizabeth-Rendering-cropped-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"115-Elizabeth-Rendering-cropped-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8422,642,'_wp_attached_file','2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg'),(8423,642,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:99:\"wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\";}'),(8424,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:63:\"2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-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:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-940x450.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-820x687.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-540x453.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-400x335.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:63:\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8425,643,'_wp_attached_file','2018/09/508-Rhett-St-Rendering-1-Copy.jpg'),(8426,643,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:77:\"wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\";}'),(8427,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2934;s:6:\"height\";i:1651;s:4:\"file\";s:41:\"2018/09/508-Rhett-St-Rendering-1-Copy.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-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:\"508-Rhett-St-Rendering-1-Copy-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"508-Rhett-St-Rendering-1-Copy-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:42:\"508-Rhett-St-Rendering-1-Copy-1100x619.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:42:\"508-Rhett-St-Rendering-1-Copy-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-820x461.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:41:\"508-Rhett-St-Rendering-1-Copy-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8428,644,'_wp_attached_file','2018/09/1321-Lady-Before-2-e1538000592302.jpg'),(8430,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2439;s:6:\"height\";i:2007;s:4:\"file\";s:45:\"2018/09/1321-Lady-Before-2-e1538000592302.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-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:45:\"1321-Lady-Before-2-e1538000592302-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-768x632.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"1321-Lady-Before-2-e1538000592302-1024x843.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:46:\"1321-Lady-Before-2-e1538000592302-1100x905.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:46:\"1321-Lady-Before-2-e1538000592302-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-820x675.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-540x444.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-400x329.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:45:\"1321-Lady-Before-2-e1538000592302-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8434,646,'_wp_attached_file','2018/09/1321-Lady-Before-5-Roof.jpg'),(8435,646,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:71:\"wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\";}'),(8436,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2018/09/1321-Lady-Before-5-Roof.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-5-Roof-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-5-Roof-1100x825.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-5-Roof-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-820x615.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:35:\"1321-Lady-Before-5-Roof-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8440,648,'_wp_attached_file','2018/09/1321-Lady-Before-6-Pipes.jpg'),(8441,648,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:72:\"wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\";}'),(8442,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:36:\"2018/09/1321-Lady-Before-6-Pipes.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-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:36:\"1321-Lady-Before-6-Pipes-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"1321-Lady-Before-6-Pipes-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:37:\"1321-Lady-Before-6-Pipes-1100x825.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:37:\"1321-Lady-Before-6-Pipes-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-820x615.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:36:\"1321-Lady-Before-6-Pipes-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8443,649,'_wp_attached_file','2018/09/Before-Pulaski-Photo-Feb-22-MJ.jpeg'),(8444,649,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180913102613/Before-Pulaski-Photo-Feb-22-MJ.jpeg\";}'),(8445,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:43:\"2018/09/Before-Pulaski-Photo-Feb-22-MJ.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-150x150.jpeg\";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:\"Before-Pulaski-Photo-Feb-22-MJ-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Before-Pulaski-Photo-Feb-22-MJ-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:44:\"Before-Pulaski-Photo-Feb-22-MJ-1100x825.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:44:\"Before-Pulaski-Photo-Feb-22-MJ-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-820x615.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-540x405.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"Before-Pulaski-Photo-Feb-22-MJ-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8446,650,'_wp_attached_file','2018/09/Brewery-After-Pulaski-Photo-Oct-30-2017.jpeg'),(8447,650,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:88:\"wp-content/uploads/sites/371/20180913102616/Brewery-After-Pulaski-Photo-Oct-30-2017.jpeg\";}'),(8448,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:52:\"2018/09/Brewery-After-Pulaski-Photo-Oct-30-2017.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-150x150.jpeg\";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:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Brewery-After-Pulaski-Photo-Oct-30-2017-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:54:\"Brewery-After-Pulaski-Photo-Oct-30-2017-1100x1100.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:53:\"Brewery-After-Pulaski-Photo-Oct-30-2017-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-820x820.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-540x540.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:52:\"Brewery-After-Pulaski-Photo-Oct-30-2017-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8449,651,'_wp_attached_file','2018/09/Brewery-brews-on-tap--e1538005482118.jpg'),(8451,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:450;s:4:\"file\";s:48:\"2018/09/Brewery-brews-on-tap--e1538005482118.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-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:48:\"Brewery-brews-on-tap--e1538001659359-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Brewery-brews-on-tap--e1538001659359-1024x612.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:49:\"Brewery-brews-on-tap--e1538001659359-1100x657.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:49:\"Brewery-brews-on-tap--e1538001659359-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-820x490.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-540x323.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:48:\"Brewery-brews-on-tap--e1538001659359-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8452,652,'_wp_attached_file','2018/09/Brewery-Rendering.jpg'),(8453,652,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:65:\"wp-content/uploads/sites/371/20180913102626/Brewery-Rendering.jpg\";}'),(8454,652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:29:\"2018/09/Brewery-Rendering.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering-1100x619.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-820x461.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:29:\"Brewery-Rendering-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8455,653,'_wp_attached_file','2018/09/Brewery-taps-and-flavors-e1538000688162.jpg'),(8457,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2988;s:6:\"height\";i:2536;s:4:\"file\";s:51:\"2018/09/Brewery-taps-and-flavors-e1538000688162.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-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:51:\"Brewery-taps-and-flavors-e1538000688162-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-768x652.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Brewery-taps-and-flavors-e1538000688162-1024x869.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:869;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:52:\"Brewery-taps-and-flavors-e1538000688162-1100x934.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:52:\"Brewery-taps-and-flavors-e1538000688162-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-820x696.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-540x458.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-400x339.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:51:\"Brewery-taps-and-flavors-e1538000688162-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8458,654,'_wp_attached_file','2018/09/Brewery-wall-construction-Photo-Apr-25-MJ.jpeg'),(8459,654,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:90:\"wp-content/uploads/sites/371/20180913102641/Brewery-wall-construction-Photo-Apr-25-MJ.jpeg\";}'),(8460,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:54:\"2018/09/Brewery-wall-construction-Photo-Apr-25-MJ.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Brewery-wall-construction-Photo-Apr-25-MJ-150x150.jpeg\";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:54:\"Brewery-wall-construction-Photo-Apr-25-MJ-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Brewery-wall-construction-Photo-Apr-25-MJ-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Brewery-wall-construction-Photo-Apr-25-MJ-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:56:\"Brewery-wall-construction-Photo-Apr-25-MJ-1100x1467.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:1467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:55:\"Brewery-wall-construction-Photo-Apr-25-MJ-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:55:\"Brewery-wall-construction-Photo-Apr-25-MJ-820x1093.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:54:\"Brewery-wall-construction-Photo-Apr-25-MJ-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:54:\"Brewery-wall-construction-Photo-Apr-25-MJ-540x720.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:54:\"Brewery-wall-construction-Photo-Apr-25-MJ-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:54:\"Brewery-wall-construction-Photo-Apr-25-MJ-400x533.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:54:\"Brewery-wall-construction-Photo-Apr-25-MJ-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8461,655,'_wp_attached_file','2018/09/Columbia-Craft-Brewery-Equipment.jpeg'),(8462,655,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:81:\"wp-content/uploads/sites/371/20180913102647/Columbia-Craft-Brewery-Equipment.jpeg\";}'),(8463,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:45:\"2018/09/Columbia-Craft-Brewery-Equipment.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-150x150.jpeg\";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:45:\"Columbia-Craft-Brewery-Equipment-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Columbia-Craft-Brewery-Equipment-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:46:\"Columbia-Craft-Brewery-Equipment-1100x825.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:46:\"Columbia-Craft-Brewery-Equipment-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-820x615.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-540x405.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:45:\"Columbia-Craft-Brewery-Equipment-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8464,656,'_wp_attached_file','2018/09/Columbia-Craft-Garden-and-Gun-.jpg'),(8465,656,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:78:\"wp-content/uploads/sites/371/20180913102651/Columbia-Craft-Garden-and-Gun-.jpg\";}'),(8466,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:42:\"2018/09/Columbia-Craft-Garden-and-Gun-.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Columbia-Craft-Garden-and-Gun--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Columbia-Craft-Garden-and-Gun--225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun--768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun--768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Garden-and-Gun--1100x1467.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun--1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun--820x1093.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:42:\"Columbia-Craft-Garden-and-Gun--820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:42:\"Columbia-Craft-Garden-and-Gun--540x720.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:42:\"Columbia-Craft-Garden-and-Gun--540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:42:\"Columbia-Craft-Garden-and-Gun--400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:42:\"Columbia-Craft-Garden-and-Gun--400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8467,657,'_wp_attached_file','2018/09/Columbia-Craft-Grain-Silo.jpeg'),(8468,657,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180913102658/Columbia-Craft-Grain-Silo.jpeg\";}'),(8469,657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:38:\"2018/09/Columbia-Craft-Grain-Silo.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Columbia-Craft-Grain-Silo-150x150.jpeg\";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:38:\"Columbia-Craft-Grain-Silo-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Columbia-Craft-Grain-Silo-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Columbia-Craft-Grain-Silo-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:40:\"Columbia-Craft-Grain-Silo-1100x1467.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:1467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:39:\"Columbia-Craft-Grain-Silo-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:39:\"Columbia-Craft-Grain-Silo-820x1093.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"Columbia-Craft-Grain-Silo-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:38:\"Columbia-Craft-Grain-Silo-540x720.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"Columbia-Craft-Grain-Silo-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:38:\"Columbia-Craft-Grain-Silo-400x533.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"Columbia-Craft-Grain-Silo-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8470,658,'_wp_attached_file','2018/09/Flow-Chart-New-Construction-PIC.jpg'),(8471,658,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\";}'),(8472,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:861;s:6:\"height\";i:548;s:4:\"file\";s:43:\"2018/09/Flow-Chart-New-Construction-PIC.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-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:\"Flow-Chart-New-Construction-PIC-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-768x489.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-861x450.jpg\";s:5:\"width\";i:861;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-820x522.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-540x344.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-400x255.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"Flow-Chart-New-Construction-PIC-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8473,659,'_wp_attached_file','2018/09/Flow-Chart-Renovation-PIC.jpg'),(8474,659,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:73:\"wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\";}'),(8475,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:636;s:4:\"file\";s:37:\"2018/09/Flow-Chart-Renovation-PIC.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-950x450.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-820x549.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-540x362.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:37:\"Flow-Chart-Renovation-PIC-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8476,660,'_wp_attached_file','2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg'),(8477,660,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:78:\"wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\";}'),(8478,660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Lenoir-Rhyne-Final-Rendering-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:43:\"Lenoir-Rhyne-Final-Rendering-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"Lenoir-Rhyne-Final-Rendering-1-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-820x410.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-540x270.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:42:\"Lenoir-Rhyne-Final-Rendering-1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8479,661,'_wp_attached_file','2018/09/Sherer-Square.jpg'),(8480,661,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:61:\"wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\";}'),(8481,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2018/09/Sherer-Square.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sherer-Square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Sherer-Square-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:25:\"Sherer-Square-500x450.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:25:\"Sherer-Square-500x420.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:25:\"Sherer-Square-500x320.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:25:\"Sherer-Square-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:25:\"Sherer-Square-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8485,600,'tve_revision_tve_landing_page',''),(8486,600,'tve_revision_tve_disable_theme_dependency',''),(8487,600,'tve_revision_tve_content_before_more',''),(8488,600,'tve_revision_tve_content_more_found',''),(8489,600,'tve_revision_tve_save_post',''),(8490,600,'tve_revision_tve_custom_css',''),(8491,600,'tve_revision_tve_user_custom_css',''),(8492,600,'tve_revision_tve_page_events',''),(8493,600,'tve_revision_tve_globals',''),(8494,600,'tve_revision_tve_global_scripts',''),(8495,600,'tve_revision_thrive_icon_pack',''),(8496,600,'tve_revision_thrive_tcb_post_fonts',''),(8497,600,'tve_revision_tve_has_masonry',''),(8498,600,'tve_revision_tve_has_typefocus',''),(8499,600,'tve_revision_tve_updated_post',''),(8500,600,'tve_revision_tve_has_wistia_popover',''),(8501,600,'tve_revision_tve_landing_page',''),(8502,600,'tve_revision_tve_disable_theme_dependency',''),(8503,600,'tve_revision_tve_content_before_more',''),(8504,600,'tve_revision_tve_content_more_found',''),(8505,600,'tve_revision_tve_save_post',''),(8506,600,'tve_revision_tve_custom_css',''),(8507,600,'tve_revision_tve_user_custom_css',''),(8508,600,'tve_revision_tve_page_events',''),(8509,600,'tve_revision_tve_globals',''),(8510,600,'tve_revision_tve_global_scripts',''),(8511,600,'tve_revision_thrive_icon_pack',''),(8512,600,'tve_revision_thrive_tcb_post_fonts',''),(8513,600,'tve_revision_tve_has_masonry',''),(8514,600,'tve_revision_tve_has_typefocus',''),(8515,600,'tve_revision_tve_updated_post',''),(8516,600,'tve_revision_tve_has_wistia_popover',''),(8517,600,'tve_revision_tve_landing_page',''),(8518,600,'tve_revision_tve_disable_theme_dependency',''),(8519,600,'tve_revision_tve_content_before_more',''),(8520,600,'tve_revision_tve_content_more_found',''),(8521,600,'tve_revision_tve_save_post',''),(8522,600,'tve_revision_tve_custom_css',''),(8523,600,'tve_revision_tve_user_custom_css',''),(8524,600,'tve_revision_tve_page_events',''),(8525,600,'tve_revision_tve_globals',''),(8526,600,'tve_revision_tve_global_scripts',''),(8527,600,'tve_revision_thrive_icon_pack',''),(8528,600,'tve_revision_thrive_tcb_post_fonts',''),(8529,600,'tve_revision_tve_has_masonry',''),(8530,600,'tve_revision_tve_has_typefocus',''),(8531,600,'tve_revision_tve_updated_post',''),(8532,600,'tve_revision_tve_has_wistia_popover',''),(8533,600,'tve_revision_tve_landing_page',''),(8534,600,'tve_revision_tve_disable_theme_dependency',''),(8535,600,'tve_revision_tve_content_before_more',''),(8536,600,'tve_revision_tve_content_more_found',''),(8537,600,'tve_revision_tve_save_post',''),(8538,600,'tve_revision_tve_custom_css',''),(8539,600,'tve_revision_tve_user_custom_css',''),(8540,600,'tve_revision_tve_page_events',''),(8541,600,'tve_revision_tve_globals',''),(8542,600,'tve_revision_tve_global_scripts',''),(8543,600,'tve_revision_thrive_icon_pack',''),(8544,600,'tve_revision_thrive_tcb_post_fonts',''),(8545,600,'tve_revision_tve_has_masonry',''),(8546,600,'tve_revision_tve_has_typefocus',''),(8547,600,'tve_revision_tve_updated_post',''),(8548,600,'tve_revision_tve_has_wistia_popover',''),(8552,664,'tve_revision_tve_landing_page',''),(8553,664,'tve_revision_tve_disable_theme_dependency',''),(8554,664,'tve_revision_tve_content_before_more',''),(8555,664,'tve_revision_tve_content_more_found',''),(8556,664,'tve_revision_tve_save_post',''),(8557,664,'tve_revision_tve_custom_css',''),(8558,664,'tve_revision_tve_user_custom_css',''),(8559,664,'tve_revision_tve_page_events',''),(8560,664,'tve_revision_tve_globals',''),(8561,664,'tve_revision_tve_global_scripts',''),(8562,664,'tve_revision_thrive_icon_pack',''),(8563,664,'tve_revision_thrive_tcb_post_fonts',''),(8564,664,'tve_revision_tve_has_masonry',''),(8565,664,'tve_revision_tve_has_typefocus',''),(8566,664,'tve_revision_tve_updated_post',''),(8567,664,'tve_revision_tve_has_wistia_popover',''),(8568,600,'tve_revision_tve_landing_page',''),(8569,600,'tve_revision_tve_disable_theme_dependency',''),(8570,600,'tve_revision_tve_content_before_more',''),(8571,600,'tve_revision_tve_content_more_found',''),(8572,600,'tve_revision_tve_save_post',''),(8573,600,'tve_revision_tve_custom_css',''),(8574,600,'tve_revision_tve_user_custom_css',''),(8575,600,'tve_revision_tve_page_events',''),(8576,600,'tve_revision_tve_globals',''),(8577,600,'tve_revision_tve_global_scripts',''),(8578,600,'tve_revision_thrive_icon_pack',''),(8579,600,'tve_revision_thrive_tcb_post_fonts',''),(8580,600,'tve_revision_tve_has_masonry',''),(8581,600,'tve_revision_tve_has_typefocus',''),(8582,600,'tve_revision_tve_updated_post',''),(8583,600,'tve_revision_tve_has_wistia_popover',''),(8587,600,'tve_revision_tve_landing_page',''),(8588,600,'tve_revision_tve_disable_theme_dependency',''),(8589,600,'tve_revision_tve_content_before_more',''),(8590,600,'tve_revision_tve_content_more_found',''),(8591,600,'tve_revision_tve_save_post',''),(8592,600,'tve_revision_tve_custom_css',''),(8593,600,'tve_revision_tve_user_custom_css',''),(8594,600,'tve_revision_tve_page_events',''),(8595,600,'tve_revision_tve_globals',''),(8596,600,'tve_revision_tve_global_scripts',''),(8597,600,'tve_revision_thrive_icon_pack',''),(8598,600,'tve_revision_thrive_tcb_post_fonts',''),(8599,600,'tve_revision_tve_has_masonry',''),(8600,600,'tve_revision_tve_has_typefocus',''),(8601,600,'tve_revision_tve_updated_post',''),(8602,600,'tve_revision_tve_has_wistia_popover',''),(8603,600,'tve_revision_tve_landing_page',''),(8604,600,'tve_revision_tve_disable_theme_dependency',''),(8605,600,'tve_revision_tve_content_before_more',''),(8606,600,'tve_revision_tve_content_more_found',''),(8607,600,'tve_revision_tve_save_post',''),(8608,600,'tve_revision_tve_custom_css',''),(8609,600,'tve_revision_tve_user_custom_css',''),(8610,600,'tve_revision_tve_page_events',''),(8611,600,'tve_revision_tve_globals',''),(8612,600,'tve_revision_tve_global_scripts',''),(8613,600,'tve_revision_thrive_icon_pack',''),(8614,600,'tve_revision_thrive_tcb_post_fonts',''),(8615,600,'tve_revision_tve_has_masonry',''),(8616,600,'tve_revision_tve_has_typefocus',''),(8617,600,'tve_revision_tve_updated_post',''),(8618,600,'tve_revision_tve_has_wistia_popover',''),(8619,666,'_wp_attached_file','2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg'),(8620,666,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\";}'),(8621,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2934;s:6:\"height\";i:1651;s:4:\"file\";s:43:\"2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-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:\"508-Rhett-St-Rendering-1-Copy-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"508-Rhett-St-Rendering-1-Copy-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:44:\"508-Rhett-St-Rendering-1-Copy-1-1100x619.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:44:\"508-Rhett-St-Rendering-1-Copy-1-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-1-820x461.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-1-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-1-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-1-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"508-Rhett-St-Rendering-1-Copy-1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(8622,600,'tve_revision_tve_landing_page',''),(8623,600,'tve_revision_tve_disable_theme_dependency',''),(8624,600,'tve_revision_tve_content_before_more',''),(8625,600,'tve_revision_tve_content_more_found',''),(8626,600,'tve_revision_tve_save_post',''),(8627,600,'tve_revision_tve_custom_css',''),(8628,600,'tve_revision_tve_user_custom_css',''),(8629,600,'tve_revision_tve_page_events',''),(8630,600,'tve_revision_tve_globals',''),(8631,600,'tve_revision_tve_global_scripts',''),(8632,600,'tve_revision_thrive_icon_pack',''),(8633,600,'tve_revision_thrive_tcb_post_fonts',''),(8634,600,'tve_revision_tve_has_masonry',''),(8635,600,'tve_revision_tve_has_typefocus',''),(8636,600,'tve_revision_tve_updated_post',''),(8637,600,'tve_revision_tve_has_wistia_popover',''),(8638,667,'tve_revision_tve_landing_page',''),(8639,667,'tve_revision_tve_disable_theme_dependency',''),(8640,667,'tve_revision_tve_content_before_more',''),(8641,667,'tve_revision_tve_content_more_found',''),(8642,667,'tve_revision_tve_save_post',''),(8643,667,'tve_revision_tve_custom_css',''),(8644,667,'tve_revision_tve_user_custom_css',''),(8645,667,'tve_revision_tve_page_events',''),(8646,667,'tve_revision_tve_globals',''),(8647,667,'tve_revision_tve_global_scripts',''),(8648,667,'tve_revision_thrive_icon_pack',''),(8649,667,'tve_revision_thrive_tcb_post_fonts',''),(8650,667,'tve_revision_tve_has_masonry',''),(8651,667,'tve_revision_tve_has_typefocus',''),(8652,667,'tve_revision_tve_updated_post',''),(8653,667,'tve_revision_tve_has_wistia_popover',''),(8654,600,'tve_revision_tve_landing_page',''),(8655,600,'tve_revision_tve_disable_theme_dependency',''),(8656,600,'tve_revision_tve_content_before_more',''),(8657,600,'tve_revision_tve_content_more_found',''),(8658,600,'tve_revision_tve_save_post',''),(8659,600,'tve_revision_tve_custom_css',''),(8660,600,'tve_revision_tve_user_custom_css',''),(8661,600,'tve_revision_tve_page_events',''),(8662,600,'tve_revision_tve_globals',''),(8663,600,'tve_revision_tve_global_scripts',''),(8664,600,'tve_revision_thrive_icon_pack',''),(8665,600,'tve_revision_thrive_tcb_post_fonts',''),(8666,600,'tve_revision_tve_has_masonry',''),(8667,600,'tve_revision_tve_has_typefocus',''),(8668,600,'tve_revision_tve_updated_post',''),(8669,600,'tve_revision_tve_has_wistia_popover',''),(8670,668,'tve_revision_tve_landing_page',''),(8671,668,'tve_revision_tve_disable_theme_dependency',''),(8672,668,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8673,668,'tve_revision_tve_content_more_found',''),(8674,668,'tve_revision_tve_save_post',''),(8675,668,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }}'),(8676,668,'tve_revision_tve_user_custom_css',''),(8677,668,'tve_revision_tve_page_events','a:0:{}'),(8678,668,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8679,668,'tve_revision_tve_global_scripts',''),(8680,668,'tve_revision_thrive_icon_pack','0'),(8681,668,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8682,668,'tve_revision_tve_has_masonry','0'),(8683,668,'tve_revision_tve_has_typefocus','0'),(8684,668,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8685,668,'tve_revision_tve_has_wistia_popover','0'),(8686,669,'tve_revision_tve_landing_page',''),(8687,669,'tve_revision_tve_disable_theme_dependency',''),(8688,669,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p><span style=\"color: #00a300;\">✔</span><h2>Base Camp Feasibility Analysis™</h2></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8689,669,'tve_revision_tve_content_more_found',''),(8690,669,'tve_revision_tve_save_post',''),(8691,669,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }}'),(8692,669,'tve_revision_tve_user_custom_css',''),(8693,669,'tve_revision_tve_page_events','a:0:{}'),(8694,669,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8695,669,'tve_revision_tve_global_scripts',''),(8696,669,'tve_revision_thrive_icon_pack','0'),(8697,669,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8698,669,'tve_revision_tve_has_masonry','0'),(8699,669,'tve_revision_tve_has_typefocus','0'),(8700,669,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p><span style=\"color: #00a300;\">✔</span><h2>Base Camp Feasibility Analysis™</h2></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8701,669,'tve_revision_tve_has_wistia_popover','0'),(8702,670,'tve_revision_tve_landing_page',''),(8703,670,'tve_revision_tve_disable_theme_dependency',''),(8704,670,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4638765\">#00a300</span> <span style=\"font-size: 16px;\" data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8705,670,'tve_revision_tve_content_more_found',''),(8706,670,'tve_revision_tve_save_post',''),(8707,670,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-165d4628def\"] { font-size: 16px !important; }[data-css=\"tve-u-165d4638765\"] { color: rgb(0, 163, 0) !important; }}'),(8708,670,'tve_revision_tve_user_custom_css',''),(8709,670,'tve_revision_tve_page_events','a:0:{}'),(8710,670,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8711,670,'tve_revision_tve_global_scripts',''),(8712,670,'tve_revision_thrive_icon_pack','0'),(8713,670,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8714,670,'tve_revision_tve_has_masonry','0'),(8715,670,'tve_revision_tve_has_typefocus','0'),(8716,670,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4638765\">#00a300</span> <span style=\"font-size: 16px;\" data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8717,670,'tve_revision_tve_has_wistia_popover','0'),(8718,671,'tve_revision_tve_landing_page',''),(8719,671,'tve_revision_tve_disable_theme_dependency',''),(8720,671,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span style=\"font-size: 16px;\" data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8721,671,'tve_revision_tve_content_more_found',''),(8722,671,'tve_revision_tve_save_post',''),(8723,671,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-165d4628def\"] { font-size: 16px !important; }[data-css=\"tve-u-165d4641e03\"] { color: rgb(0, 163, 0) !important; }}'),(8724,671,'tve_revision_tve_user_custom_css',''),(8725,671,'tve_revision_tve_page_events','a:0:{}'),(8726,671,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8727,671,'tve_revision_tve_global_scripts',''),(8728,671,'tve_revision_thrive_icon_pack','0'),(8729,671,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8730,671,'tve_revision_tve_has_masonry','0'),(8731,671,'tve_revision_tve_has_typefocus','0'),(8732,671,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span style=\"font-size: 16px;\" data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle]<br>[toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8733,671,'tve_revision_tve_has_wistia_popover','0'),(8734,672,'tve_revision_tve_landing_page',''),(8735,672,'tve_revision_tve_disable_theme_dependency',''),(8736,672,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\">The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8737,672,'tve_revision_tve_content_more_found',''),(8738,672,'tve_revision_tve_save_post',''),(8739,672,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-165d4641e03\"] { color: rgb(0, 163, 0) !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }}'),(8740,672,'tve_revision_tve_user_custom_css',''),(8741,672,'tve_revision_tve_page_events','a:0:{}'),(8742,672,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8743,672,'tve_revision_tve_global_scripts',''),(8744,672,'tve_revision_thrive_icon_pack','0'),(8745,672,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8746,672,'tve_revision_tve_has_masonry','0'),(8747,672,'tve_revision_tve_has_typefocus','0'),(8748,672,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\">The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8749,672,'tve_revision_tve_has_wistia_popover','0'),(8750,673,'tve_revision_tve_landing_page',''),(8751,673,'tve_revision_tve_disable_theme_dependency',''),(8752,673,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\">✔ The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8753,673,'tve_revision_tve_content_more_found',''),(8754,673,'tve_revision_tve_save_post',''),(8755,673,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-165d4641e03\"] { color: rgb(0, 163, 0) !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }}'),(8756,673,'tve_revision_tve_user_custom_css',''),(8757,673,'tve_revision_tve_page_events','a:0:{}'),(8758,673,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8759,673,'tve_revision_tve_global_scripts',''),(8760,673,'tve_revision_thrive_icon_pack','0'),(8761,673,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8762,673,'tve_revision_tve_has_masonry','0'),(8763,673,'tve_revision_tve_has_typefocus','0'),(8764,673,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\">✔ The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle]<br>[toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle]<br>[toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p></div>'),(8765,673,'tve_revision_tve_has_wistia_popover','0'),(8766,674,'tve_revision_tve_landing_page',''),(8767,674,'tve_revision_tve_disable_theme_dependency',''),(8768,674,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8769,674,'tve_revision_tve_content_more_found',''),(8770,674,'tve_revision_tve_save_post',''),(8771,674,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-165d4641e03\"] { color: rgb(0, 163, 0) !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }}'),(8772,674,'tve_revision_tve_user_custom_css',''),(8773,674,'tve_revision_tve_page_events','a:0:{}'),(8774,674,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8775,674,'tve_revision_tve_global_scripts',''),(8776,674,'tve_revision_thrive_icon_pack','0'),(8777,674,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8778,674,'tve_revision_tve_has_masonry','0'),(8779,674,'tve_revision_tve_has_typefocus','0'),(8780,674,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8781,674,'tve_revision_tve_has_wistia_popover','0'),(8782,675,'tve_revision_tve_landing_page',''),(8783,675,'tve_revision_tve_disable_theme_dependency',''),(8784,675,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8785,675,'tve_revision_tve_content_more_found',''),(8786,675,'tve_revision_tve_save_post',''),(8787,675,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-165d4641e03\"] { color: rgb(0, 163, 0) !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 163, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(8788,675,'tve_revision_tve_user_custom_css',''),(8789,675,'tve_revision_tve_page_events','a:0:{}'),(8790,675,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8791,675,'tve_revision_tve_global_scripts',''),(8792,675,'tve_revision_thrive_icon_pack','0'),(8793,675,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8794,675,'tve_revision_tve_has_masonry','0'),(8795,675,'tve_revision_tve_has_typefocus','0'),(8796,675,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8797,675,'tve_revision_tve_has_wistia_popover','0'),(8798,676,'tve_revision_tve_landing_page',''),(8799,676,'tve_revision_tve_disable_theme_dependency',''),(8800,676,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8801,676,'tve_revision_tve_content_more_found',''),(8802,676,'tve_revision_tve_save_post',''),(8803,676,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(8804,676,'tve_revision_tve_user_custom_css',''),(8805,676,'tve_revision_tve_page_events','a:0:{}'),(8806,676,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8807,676,'tve_revision_tve_global_scripts',''),(8808,676,'tve_revision_thrive_icon_pack','0'),(8809,676,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8810,676,'tve_revision_tve_has_masonry','0'),(8811,676,'tve_revision_tve_has_typefocus','0'),(8812,676,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8813,676,'tve_revision_tve_has_wistia_popover','0'),(8814,596,'tve_revision_tve_landing_page',''),(8815,596,'tve_revision_tve_disable_theme_dependency',''),(8816,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8817,596,'tve_revision_tve_content_more_found',''),(8818,596,'tve_revision_tve_save_post',''),(8819,596,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(8820,596,'tve_revision_tve_user_custom_css',''),(8821,596,'tve_revision_tve_page_events','a:0:{}'),(8822,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8823,596,'tve_revision_tve_global_scripts',''),(8824,596,'tve_revision_thrive_icon_pack','0'),(8825,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8826,596,'tve_revision_tve_has_masonry','0'),(8827,596,'tve_revision_tve_has_typefocus','0'),(8828,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8829,596,'tve_revision_tve_has_wistia_popover','0'),(8830,596,'tve_revision_tve_landing_page',''),(8831,596,'tve_revision_tve_disable_theme_dependency',''),(8832,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8833,596,'tve_revision_tve_content_more_found',''),(8834,596,'tve_revision_tve_save_post',''),(8835,596,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(8836,596,'tve_revision_tve_user_custom_css',''),(8837,596,'tve_revision_tve_page_events','a:0:{}'),(8838,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8839,596,'tve_revision_tve_global_scripts',''),(8840,596,'tve_revision_thrive_icon_pack','0'),(8841,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8842,596,'tve_revision_tve_has_masonry','0'),(8843,596,'tve_revision_tve_has_typefocus','0'),(8844,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8845,596,'tve_revision_tve_has_wistia_popover','0'),(8846,677,'tve_revision_tve_landing_page',''),(8847,677,'tve_revision_tve_disable_theme_dependency',''),(8848,677,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><span style=\"color: #00a300;\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"></span> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8849,677,'tve_revision_tve_content_more_found',''),(8850,677,'tve_revision_tve_save_post',''),(8851,677,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(8852,677,'tve_revision_tve_user_custom_css',''),(8853,677,'tve_revision_tve_page_events','a:0:{}'),(8854,677,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8855,677,'tve_revision_tve_global_scripts',''),(8856,677,'tve_revision_thrive_icon_pack','0'),(8857,677,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8858,677,'tve_revision_tve_has_masonry','0'),(8859,677,'tve_revision_tve_has_typefocus','0'),(8860,677,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><span style=\"color: #00a300;\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"></span> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8861,677,'tve_revision_tve_has_wistia_popover','0'),(8862,596,'tve_revision_tve_landing_page',''),(8863,596,'tve_revision_tve_disable_theme_dependency',''),(8864,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><span style=\"color: #00a300;\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"></span> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8865,596,'tve_revision_tve_content_more_found',''),(8866,596,'tve_revision_tve_save_post',''),(8867,596,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(8868,596,'tve_revision_tve_user_custom_css',''),(8869,596,'tve_revision_tve_page_events','a:0:{}'),(8870,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8871,596,'tve_revision_tve_global_scripts',''),(8872,596,'tve_revision_thrive_icon_pack','0'),(8873,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8874,596,'tve_revision_tve_has_masonry','0'),(8875,596,'tve_revision_tve_has_typefocus','0'),(8876,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><span style=\"color: #00a300;\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"></span> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8877,596,'tve_revision_tve_has_wistia_popover','0'),(8887,681,'tve_revision_tve_landing_page',''),(8888,681,'tve_revision_tve_disable_theme_dependency',''),(8889,681,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8890,681,'tve_revision_tve_content_more_found',''),(8891,681,'tve_revision_tve_save_post',''),(8892,681,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(8893,681,'tve_revision_tve_user_custom_css',''),(8894,681,'tve_revision_tve_page_events','a:0:{}'),(8895,681,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8896,681,'tve_revision_tve_global_scripts',''),(8897,681,'tve_revision_thrive_icon_pack','0'),(8898,681,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8899,681,'tve_revision_tve_has_masonry','0'),(8900,681,'tve_revision_tve_has_typefocus','0'),(8901,681,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(8902,681,'tve_revision_tve_has_wistia_popover','0'),(8903,682,'tve_revision_tve_landing_page',''),(8904,682,'tve_revision_tve_disable_theme_dependency',''),(8905,682,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8906,682,'tve_revision_tve_content_more_found',''),(8907,682,'tve_revision_tve_save_post',''),(8908,682,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(8909,682,'tve_revision_tve_user_custom_css',''),(8910,682,'tve_revision_tve_page_events','a:0:{}'),(8911,682,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8912,682,'tve_revision_tve_global_scripts',''),(8913,682,'tve_revision_thrive_icon_pack','0'),(8914,682,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8915,682,'tve_revision_tve_has_masonry','0'),(8916,682,'tve_revision_tve_has_typefocus','0'),(8917,682,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"]Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8918,682,'tve_revision_tve_has_wistia_popover','0'),(8919,683,'tve_revision_tve_landing_page',''),(8920,683,'tve_revision_tve_disable_theme_dependency',''),(8921,683,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p> [heading h=\"h3\"]Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8922,683,'tve_revision_tve_content_more_found',''),(8923,683,'tve_revision_tve_save_post',''),(8924,683,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(8925,683,'tve_revision_tve_user_custom_css',''),(8926,683,'tve_revision_tve_page_events','a:0:{}'),(8927,683,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8928,683,'tve_revision_tve_global_scripts',''),(8929,683,'tve_revision_thrive_icon_pack','0'),(8930,683,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8931,683,'tve_revision_tve_has_masonry','0'),(8932,683,'tve_revision_tve_has_typefocus','0'),(8933,683,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p> [heading h=\"h3\"]Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8934,683,'tve_revision_tve_has_wistia_popover','0'),(8935,684,'tve_revision_tve_landing_page',''),(8936,684,'tve_revision_tve_disable_theme_dependency',''),(8937,684,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8938,684,'tve_revision_tve_content_more_found',''),(8939,684,'tve_revision_tve_save_post',''),(8940,684,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(8941,684,'tve_revision_tve_user_custom_css',''),(8942,684,'tve_revision_tve_page_events','a:0:{}'),(8943,684,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8944,684,'tve_revision_tve_global_scripts',''),(8945,684,'tve_revision_thrive_icon_pack','0'),(8946,684,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8947,684,'tve_revision_tve_has_masonry','0'),(8948,684,'tve_revision_tve_has_typefocus','0'),(8949,684,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8950,684,'tve_revision_tve_has_wistia_popover','0'),(8951,685,'tve_revision_tve_landing_page',''),(8952,685,'tve_revision_tve_disable_theme_dependency',''),(8953,685,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8954,685,'tve_revision_tve_content_more_found',''),(8955,685,'tve_revision_tve_save_post',''),(8956,685,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(8957,685,'tve_revision_tve_user_custom_css',''),(8958,685,'tve_revision_tve_page_events','a:0:{}'),(8959,685,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8960,685,'tve_revision_tve_global_scripts',''),(8961,685,'tve_revision_thrive_icon_pack','0'),(8962,685,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8963,685,'tve_revision_tve_has_masonry','0'),(8964,685,'tve_revision_tve_has_typefocus','0'),(8965,685,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8966,685,'tve_revision_tve_has_wistia_popover','0'),(8967,686,'tve_revision_tve_landing_page',''),(8968,686,'tve_revision_tve_disable_theme_dependency',''),(8969,686,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8970,686,'tve_revision_tve_content_more_found',''),(8971,686,'tve_revision_tve_save_post',''),(8972,686,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(8973,686,'tve_revision_tve_user_custom_css',''),(8974,686,'tve_revision_tve_page_events','a:0:{}'),(8975,686,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8976,686,'tve_revision_tve_global_scripts',''),(8977,686,'tve_revision_thrive_icon_pack','0'),(8978,686,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8979,686,'tve_revision_tve_has_masonry','0'),(8980,686,'tve_revision_tve_has_typefocus','0'),(8981,686,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p></div></div></div></div></div>'),(8982,686,'tve_revision_tve_has_wistia_popover','0'),(8983,687,'tve_revision_tve_landing_page',''),(8984,687,'tve_revision_tve_disable_theme_dependency',''),(8985,687,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(8986,687,'tve_revision_tve_content_more_found',''),(8987,687,'tve_revision_tve_save_post',''),(8988,687,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(8989,687,'tve_revision_tve_user_custom_css',''),(8990,687,'tve_revision_tve_page_events','a:0:{}'),(8991,687,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(8992,687,'tve_revision_tve_global_scripts',''),(8993,687,'tve_revision_thrive_icon_pack','0'),(8994,687,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(8995,687,'tve_revision_tve_has_masonry','0'),(8996,687,'tve_revision_tve_has_typefocus','0'),(8997,687,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(8998,687,'tve_revision_tve_has_wistia_popover','0'),(8999,600,'tve_revision_tve_landing_page',''),(9000,600,'tve_revision_tve_disable_theme_dependency',''),(9001,600,'tve_revision_tve_content_before_more',''),(9002,600,'tve_revision_tve_content_more_found',''),(9003,600,'tve_revision_tve_save_post',''),(9004,600,'tve_revision_tve_custom_css',''),(9005,600,'tve_revision_tve_user_custom_css',''),(9006,600,'tve_revision_tve_page_events',''),(9007,600,'tve_revision_tve_globals',''),(9008,600,'tve_revision_tve_global_scripts',''),(9009,600,'tve_revision_thrive_icon_pack',''),(9010,600,'tve_revision_thrive_tcb_post_fonts',''),(9011,600,'tve_revision_tve_has_masonry',''),(9012,600,'tve_revision_tve_has_typefocus',''),(9013,600,'tve_revision_tve_updated_post',''),(9014,600,'tve_revision_tve_has_wistia_popover',''),(9015,600,'tve_revision_tve_landing_page',''),(9016,600,'tve_revision_tve_disable_theme_dependency',''),(9017,600,'tve_revision_tve_content_before_more',''),(9018,600,'tve_revision_tve_content_more_found',''),(9019,600,'tve_revision_tve_save_post',''),(9020,600,'tve_revision_tve_custom_css',''),(9021,600,'tve_revision_tve_user_custom_css',''),(9022,600,'tve_revision_tve_page_events',''),(9023,600,'tve_revision_tve_globals',''),(9024,600,'tve_revision_tve_global_scripts',''),(9025,600,'tve_revision_thrive_icon_pack',''),(9026,600,'tve_revision_thrive_tcb_post_fonts',''),(9027,600,'tve_revision_tve_has_masonry',''),(9028,600,'tve_revision_tve_has_typefocus',''),(9029,600,'tve_revision_tve_updated_post',''),(9030,600,'tve_revision_tve_has_wistia_popover',''),(9031,600,'tve_revision_tve_landing_page',''),(9032,600,'tve_revision_tve_disable_theme_dependency',''),(9033,600,'tve_revision_tve_content_before_more',''),(9034,600,'tve_revision_tve_content_more_found',''),(9035,600,'tve_revision_tve_save_post',''),(9036,600,'tve_revision_tve_custom_css',''),(9037,600,'tve_revision_tve_user_custom_css',''),(9038,600,'tve_revision_tve_page_events',''),(9039,600,'tve_revision_tve_globals',''),(9040,600,'tve_revision_tve_global_scripts',''),(9041,600,'tve_revision_thrive_icon_pack',''),(9042,600,'tve_revision_thrive_tcb_post_fonts',''),(9043,600,'tve_revision_tve_has_masonry',''),(9044,600,'tve_revision_tve_has_typefocus',''),(9045,600,'tve_revision_tve_updated_post',''),(9046,600,'tve_revision_tve_has_wistia_popover',''),(9047,600,'tve_revision_tve_landing_page',''),(9048,600,'tve_revision_tve_disable_theme_dependency',''),(9049,600,'tve_revision_tve_content_before_more',''),(9050,600,'tve_revision_tve_content_more_found',''),(9051,600,'tve_revision_tve_save_post',''),(9052,600,'tve_revision_tve_custom_css',''),(9053,600,'tve_revision_tve_user_custom_css',''),(9054,600,'tve_revision_tve_page_events',''),(9055,600,'tve_revision_tve_globals',''),(9056,600,'tve_revision_tve_global_scripts',''),(9057,600,'tve_revision_thrive_icon_pack',''),(9058,600,'tve_revision_thrive_tcb_post_fonts',''),(9059,600,'tve_revision_tve_has_masonry',''),(9060,600,'tve_revision_tve_has_typefocus',''),(9061,600,'tve_revision_tve_updated_post',''),(9062,600,'tve_revision_tve_has_wistia_popover',''),(9063,600,'tve_revision_tve_landing_page',''),(9064,600,'tve_revision_tve_disable_theme_dependency',''),(9065,600,'tve_revision_tve_content_before_more',''),(9066,600,'tve_revision_tve_content_more_found',''),(9067,600,'tve_revision_tve_save_post',''),(9068,600,'tve_revision_tve_custom_css',''),(9069,600,'tve_revision_tve_user_custom_css',''),(9070,600,'tve_revision_tve_page_events',''),(9071,600,'tve_revision_tve_globals',''),(9072,600,'tve_revision_tve_global_scripts',''),(9073,600,'tve_revision_thrive_icon_pack',''),(9074,600,'tve_revision_thrive_tcb_post_fonts',''),(9075,600,'tve_revision_tve_has_masonry',''),(9076,600,'tve_revision_tve_has_typefocus',''),(9077,600,'tve_revision_tve_updated_post',''),(9078,600,'tve_revision_tve_has_wistia_popover',''),(9079,600,'tve_revision_tve_landing_page',''),(9080,600,'tve_revision_tve_disable_theme_dependency',''),(9081,600,'tve_revision_tve_content_before_more',''),(9082,600,'tve_revision_tve_content_more_found',''),(9083,600,'tve_revision_tve_save_post',''),(9084,600,'tve_revision_tve_custom_css',''),(9085,600,'tve_revision_tve_user_custom_css',''),(9086,600,'tve_revision_tve_page_events',''),(9087,600,'tve_revision_tve_globals',''),(9088,600,'tve_revision_tve_global_scripts',''),(9089,600,'tve_revision_thrive_icon_pack',''),(9090,600,'tve_revision_thrive_tcb_post_fonts',''),(9091,600,'tve_revision_tve_has_masonry',''),(9092,600,'tve_revision_tve_has_typefocus',''),(9093,600,'tve_revision_tve_updated_post',''),(9094,600,'tve_revision_tve_has_wistia_popover',''),(9095,688,'tve_revision_tve_landing_page',''),(9096,688,'tve_revision_tve_disable_theme_dependency',''),(9097,688,'tve_revision_tve_content_before_more',''),(9098,688,'tve_revision_tve_content_more_found',''),(9099,688,'tve_revision_tve_save_post',''),(9100,688,'tve_revision_tve_custom_css',''),(9101,688,'tve_revision_tve_user_custom_css',''),(9102,688,'tve_revision_tve_page_events',''),(9103,688,'tve_revision_tve_globals',''),(9104,688,'tve_revision_tve_global_scripts',''),(9105,688,'tve_revision_thrive_icon_pack',''),(9106,688,'tve_revision_thrive_tcb_post_fonts',''),(9107,688,'tve_revision_tve_has_masonry',''),(9108,688,'tve_revision_tve_has_typefocus',''),(9109,688,'tve_revision_tve_updated_post',''),(9110,688,'tve_revision_tve_has_wistia_popover',''),(9111,600,'tve_revision_tve_landing_page',''),(9112,600,'tve_revision_tve_disable_theme_dependency',''),(9113,600,'tve_revision_tve_content_before_more',''),(9114,600,'tve_revision_tve_content_more_found',''),(9115,600,'tve_revision_tve_save_post',''),(9116,600,'tve_revision_tve_custom_css',''),(9117,600,'tve_revision_tve_user_custom_css',''),(9118,600,'tve_revision_tve_page_events',''),(9119,600,'tve_revision_tve_globals',''),(9120,600,'tve_revision_tve_global_scripts',''),(9121,600,'tve_revision_thrive_icon_pack',''),(9122,600,'tve_revision_thrive_tcb_post_fonts',''),(9123,600,'tve_revision_tve_has_masonry',''),(9124,600,'tve_revision_tve_has_typefocus',''),(9125,600,'tve_revision_tve_updated_post',''),(9126,600,'tve_revision_tve_has_wistia_popover',''),(9127,600,'tve_revision_tve_landing_page',''),(9128,600,'tve_revision_tve_disable_theme_dependency',''),(9129,600,'tve_revision_tve_content_before_more',''),(9130,600,'tve_revision_tve_content_more_found',''),(9131,600,'tve_revision_tve_save_post',''),(9132,600,'tve_revision_tve_custom_css',''),(9133,600,'tve_revision_tve_user_custom_css',''),(9134,600,'tve_revision_tve_page_events',''),(9135,600,'tve_revision_tve_globals',''),(9136,600,'tve_revision_tve_global_scripts',''),(9137,600,'tve_revision_thrive_icon_pack',''),(9138,600,'tve_revision_thrive_tcb_post_fonts',''),(9139,600,'tve_revision_tve_has_masonry',''),(9140,600,'tve_revision_tve_has_typefocus',''),(9141,600,'tve_revision_tve_updated_post',''),(9142,600,'tve_revision_tve_has_wistia_popover',''),(9143,600,'tve_revision_tve_landing_page',''),(9144,600,'tve_revision_tve_disable_theme_dependency',''),(9145,600,'tve_revision_tve_content_before_more',''),(9146,600,'tve_revision_tve_content_more_found',''),(9147,600,'tve_revision_tve_save_post',''),(9148,600,'tve_revision_tve_custom_css',''),(9149,600,'tve_revision_tve_user_custom_css',''),(9150,600,'tve_revision_tve_page_events',''),(9151,600,'tve_revision_tve_globals',''),(9152,600,'tve_revision_tve_global_scripts',''),(9153,600,'tve_revision_thrive_icon_pack',''),(9154,600,'tve_revision_thrive_tcb_post_fonts',''),(9155,600,'tve_revision_tve_has_masonry',''),(9156,600,'tve_revision_tve_has_typefocus',''),(9157,600,'tve_revision_tve_updated_post',''),(9158,600,'tve_revision_tve_has_wistia_popover',''),(9159,600,'tve_revision_tve_landing_page',''),(9160,600,'tve_revision_tve_disable_theme_dependency',''),(9161,600,'tve_revision_tve_content_before_more',''),(9162,600,'tve_revision_tve_content_more_found',''),(9163,600,'tve_revision_tve_save_post',''),(9164,600,'tve_revision_tve_custom_css',''),(9165,600,'tve_revision_tve_user_custom_css',''),(9166,600,'tve_revision_tve_page_events',''),(9167,600,'tve_revision_tve_globals',''),(9168,600,'tve_revision_tve_global_scripts',''),(9169,600,'tve_revision_thrive_icon_pack',''),(9170,600,'tve_revision_thrive_tcb_post_fonts',''),(9171,600,'tve_revision_tve_has_masonry',''),(9172,600,'tve_revision_tve_has_typefocus',''),(9173,600,'tve_revision_tve_updated_post',''),(9174,600,'tve_revision_tve_has_wistia_popover',''),(9175,600,'tve_revision_tve_landing_page',''),(9176,600,'tve_revision_tve_disable_theme_dependency',''),(9177,600,'tve_revision_tve_content_before_more',''),(9178,600,'tve_revision_tve_content_more_found',''),(9179,600,'tve_revision_tve_save_post',''),(9180,600,'tve_revision_tve_custom_css',''),(9181,600,'tve_revision_tve_user_custom_css',''),(9182,600,'tve_revision_tve_page_events',''),(9183,600,'tve_revision_tve_globals',''),(9184,600,'tve_revision_tve_global_scripts',''),(9185,600,'tve_revision_thrive_icon_pack',''),(9186,600,'tve_revision_thrive_tcb_post_fonts',''),(9187,600,'tve_revision_tve_has_masonry',''),(9188,600,'tve_revision_tve_has_typefocus',''),(9189,600,'tve_revision_tve_updated_post',''),(9190,600,'tve_revision_tve_has_wistia_popover',''),(9191,600,'tve_revision_tve_landing_page',''),(9192,600,'tve_revision_tve_disable_theme_dependency',''),(9193,600,'tve_revision_tve_content_before_more',''),(9194,600,'tve_revision_tve_content_more_found',''),(9195,600,'tve_revision_tve_save_post',''),(9196,600,'tve_revision_tve_custom_css',''),(9197,600,'tve_revision_tve_user_custom_css',''),(9198,600,'tve_revision_tve_page_events',''),(9199,600,'tve_revision_tve_globals',''),(9200,600,'tve_revision_tve_global_scripts',''),(9201,600,'tve_revision_thrive_icon_pack',''),(9202,600,'tve_revision_thrive_tcb_post_fonts',''),(9203,600,'tve_revision_tve_has_masonry',''),(9204,600,'tve_revision_tve_has_typefocus',''),(9205,600,'tve_revision_tve_updated_post',''),(9206,600,'tve_revision_tve_has_wistia_popover',''),(9207,600,'tve_revision_tve_landing_page',''),(9208,600,'tve_revision_tve_disable_theme_dependency',''),(9209,600,'tve_revision_tve_content_before_more',''),(9210,600,'tve_revision_tve_content_more_found',''),(9211,600,'tve_revision_tve_save_post',''),(9212,600,'tve_revision_tve_custom_css',''),(9213,600,'tve_revision_tve_user_custom_css',''),(9214,600,'tve_revision_tve_page_events',''),(9215,600,'tve_revision_tve_globals',''),(9216,600,'tve_revision_tve_global_scripts',''),(9217,600,'tve_revision_thrive_icon_pack',''),(9218,600,'tve_revision_thrive_tcb_post_fonts',''),(9219,600,'tve_revision_tve_has_masonry',''),(9220,600,'tve_revision_tve_has_typefocus',''),(9221,600,'tve_revision_tve_updated_post',''),(9222,600,'tve_revision_tve_has_wistia_popover',''),(9223,689,'tve_revision_tve_landing_page',''),(9224,689,'tve_revision_tve_disable_theme_dependency',''),(9225,689,'tve_revision_tve_content_before_more',''),(9226,689,'tve_revision_tve_content_more_found',''),(9227,689,'tve_revision_tve_save_post',''),(9228,689,'tve_revision_tve_custom_css',''),(9229,689,'tve_revision_tve_user_custom_css',''),(9230,689,'tve_revision_tve_page_events',''),(9231,689,'tve_revision_tve_globals',''),(9232,689,'tve_revision_tve_global_scripts',''),(9233,689,'tve_revision_thrive_icon_pack',''),(9234,689,'tve_revision_thrive_tcb_post_fonts',''),(9235,689,'tve_revision_tve_has_masonry',''),(9236,689,'tve_revision_tve_has_typefocus',''),(9237,689,'tve_revision_tve_updated_post',''),(9238,689,'tve_revision_tve_has_wistia_popover',''),(9239,600,'tve_revision_tve_landing_page',''),(9240,600,'tve_revision_tve_disable_theme_dependency',''),(9241,600,'tve_revision_tve_content_before_more',''),(9242,600,'tve_revision_tve_content_more_found',''),(9243,600,'tve_revision_tve_save_post',''),(9244,600,'tve_revision_tve_custom_css',''),(9245,600,'tve_revision_tve_user_custom_css',''),(9246,600,'tve_revision_tve_page_events',''),(9247,600,'tve_revision_tve_globals',''),(9248,600,'tve_revision_tve_global_scripts',''),(9249,600,'tve_revision_thrive_icon_pack',''),(9250,600,'tve_revision_thrive_tcb_post_fonts',''),(9251,600,'tve_revision_tve_has_masonry',''),(9252,600,'tve_revision_tve_has_typefocus',''),(9253,600,'tve_revision_tve_updated_post',''),(9254,600,'tve_revision_tve_has_wistia_popover',''),(9255,690,'tve_revision_tve_landing_page',''),(9256,690,'tve_revision_tve_disable_theme_dependency',''),(9257,690,'tve_revision_tve_content_before_more',''),(9258,690,'tve_revision_tve_content_more_found',''),(9259,690,'tve_revision_tve_save_post',''),(9260,690,'tve_revision_tve_custom_css',''),(9261,690,'tve_revision_tve_user_custom_css',''),(9262,690,'tve_revision_tve_page_events',''),(9263,690,'tve_revision_tve_globals',''),(9264,690,'tve_revision_tve_global_scripts',''),(9265,690,'tve_revision_thrive_icon_pack',''),(9266,690,'tve_revision_thrive_tcb_post_fonts',''),(9267,690,'tve_revision_tve_has_masonry',''),(9268,690,'tve_revision_tve_has_typefocus',''),(9269,690,'tve_revision_tve_updated_post',''),(9270,690,'tve_revision_tve_has_wistia_popover',''),(9271,691,'tve_revision_tve_landing_page',''),(9272,691,'tve_revision_tve_disable_theme_dependency',''),(9273,691,'tve_revision_tve_content_before_more',''),(9274,691,'tve_revision_tve_content_more_found',''),(9275,691,'tve_revision_tve_save_post',''),(9276,691,'tve_revision_tve_custom_css',''),(9277,691,'tve_revision_tve_user_custom_css',''),(9278,691,'tve_revision_tve_page_events',''),(9279,691,'tve_revision_tve_globals',''),(9280,691,'tve_revision_tve_global_scripts',''),(9281,691,'tve_revision_thrive_icon_pack',''),(9282,691,'tve_revision_thrive_tcb_post_fonts',''),(9283,691,'tve_revision_tve_has_masonry',''),(9284,691,'tve_revision_tve_has_typefocus',''),(9285,691,'tve_revision_tve_updated_post',''),(9286,691,'tve_revision_tve_has_wistia_popover',''),(9287,692,'tve_revision_tve_landing_page',''),(9288,692,'tve_revision_tve_disable_theme_dependency',''),(9289,692,'tve_revision_tve_content_before_more',''),(9290,692,'tve_revision_tve_content_more_found',''),(9291,692,'tve_revision_tve_save_post',''),(9292,692,'tve_revision_tve_custom_css',''),(9293,692,'tve_revision_tve_user_custom_css',''),(9294,692,'tve_revision_tve_page_events',''),(9295,692,'tve_revision_tve_globals',''),(9296,692,'tve_revision_tve_global_scripts',''),(9297,692,'tve_revision_thrive_icon_pack',''),(9298,692,'tve_revision_thrive_tcb_post_fonts',''),(9299,692,'tve_revision_tve_has_masonry',''),(9300,692,'tve_revision_tve_has_typefocus',''),(9301,692,'tve_revision_tve_updated_post',''),(9302,692,'tve_revision_tve_has_wistia_popover',''),(9303,552,'tve_revision_tve_landing_page',''),(9304,552,'tve_revision_tve_disable_theme_dependency',''),(9305,552,'tve_revision_tve_content_before_more',''),(9306,552,'tve_revision_tve_content_more_found',''),(9307,552,'tve_revision_tve_save_post',''),(9308,552,'tve_revision_tve_custom_css',''),(9309,552,'tve_revision_tve_user_custom_css',''),(9310,552,'tve_revision_tve_page_events',''),(9311,552,'tve_revision_tve_globals',''),(9312,552,'tve_revision_tve_global_scripts',''),(9313,552,'tve_revision_thrive_icon_pack',''),(9314,552,'tve_revision_thrive_tcb_post_fonts',''),(9315,552,'tve_revision_tve_has_masonry',''),(9316,552,'tve_revision_tve_has_typefocus',''),(9317,552,'tve_revision_tve_updated_post',''),(9318,552,'tve_revision_tve_has_wistia_popover',''),(9319,552,'tve_revision_tve_landing_page',''),(9320,552,'tve_revision_tve_disable_theme_dependency',''),(9321,552,'tve_revision_tve_content_before_more',''),(9322,552,'tve_revision_tve_content_more_found',''),(9323,552,'tve_revision_tve_save_post',''),(9324,552,'tve_revision_tve_custom_css',''),(9325,552,'tve_revision_tve_user_custom_css',''),(9326,552,'tve_revision_tve_page_events',''),(9327,552,'tve_revision_tve_globals',''),(9328,552,'tve_revision_tve_global_scripts',''),(9329,552,'tve_revision_thrive_icon_pack',''),(9330,552,'tve_revision_thrive_tcb_post_fonts',''),(9331,552,'tve_revision_tve_has_masonry',''),(9332,552,'tve_revision_tve_has_typefocus',''),(9333,552,'tve_revision_tve_updated_post',''),(9334,552,'tve_revision_tve_has_wistia_popover',''),(9335,552,'tve_revision_tve_landing_page',''),(9336,552,'tve_revision_tve_disable_theme_dependency',''),(9337,552,'tve_revision_tve_content_before_more',''),(9338,552,'tve_revision_tve_content_more_found',''),(9339,552,'tve_revision_tve_save_post',''),(9340,552,'tve_revision_tve_custom_css',''),(9341,552,'tve_revision_tve_user_custom_css',''),(9342,552,'tve_revision_tve_page_events',''),(9343,552,'tve_revision_tve_globals',''),(9344,552,'tve_revision_tve_global_scripts',''),(9345,552,'tve_revision_thrive_icon_pack',''),(9346,552,'tve_revision_thrive_tcb_post_fonts',''),(9347,552,'tve_revision_tve_has_masonry',''),(9348,552,'tve_revision_tve_has_typefocus',''),(9349,552,'tve_revision_tve_updated_post',''),(9350,552,'tve_revision_tve_has_wistia_popover',''),(9351,552,'tve_revision_tve_landing_page',''),(9352,552,'tve_revision_tve_disable_theme_dependency',''),(9353,552,'tve_revision_tve_content_before_more',''),(9354,552,'tve_revision_tve_content_more_found',''),(9355,552,'tve_revision_tve_save_post',''),(9356,552,'tve_revision_tve_custom_css',''),(9357,552,'tve_revision_tve_user_custom_css',''),(9358,552,'tve_revision_tve_page_events',''),(9359,552,'tve_revision_tve_globals',''),(9360,552,'tve_revision_tve_global_scripts',''),(9361,552,'tve_revision_thrive_icon_pack',''),(9362,552,'tve_revision_thrive_tcb_post_fonts',''),(9363,552,'tve_revision_tve_has_masonry',''),(9364,552,'tve_revision_tve_has_typefocus',''),(9365,552,'tve_revision_tve_updated_post',''),(9366,552,'tve_revision_tve_has_wistia_popover',''),(9367,552,'tve_revision_tve_landing_page',''),(9368,552,'tve_revision_tve_disable_theme_dependency',''),(9369,552,'tve_revision_tve_content_before_more',''),(9370,552,'tve_revision_tve_content_more_found',''),(9371,552,'tve_revision_tve_save_post',''),(9372,552,'tve_revision_tve_custom_css',''),(9373,552,'tve_revision_tve_user_custom_css',''),(9374,552,'tve_revision_tve_page_events',''),(9375,552,'tve_revision_tve_globals',''),(9376,552,'tve_revision_tve_global_scripts',''),(9377,552,'tve_revision_thrive_icon_pack',''),(9378,552,'tve_revision_thrive_tcb_post_fonts',''),(9379,552,'tve_revision_tve_has_masonry',''),(9380,552,'tve_revision_tve_has_typefocus',''),(9381,552,'tve_revision_tve_updated_post',''),(9382,552,'tve_revision_tve_has_wistia_popover',''),(9383,552,'tve_revision_tve_landing_page',''),(9384,552,'tve_revision_tve_disable_theme_dependency',''),(9385,552,'tve_revision_tve_content_before_more',''),(9386,552,'tve_revision_tve_content_more_found',''),(9387,552,'tve_revision_tve_save_post',''),(9388,552,'tve_revision_tve_custom_css',''),(9389,552,'tve_revision_tve_user_custom_css',''),(9390,552,'tve_revision_tve_page_events',''),(9391,552,'tve_revision_tve_globals',''),(9392,552,'tve_revision_tve_global_scripts',''),(9393,552,'tve_revision_thrive_icon_pack',''),(9394,552,'tve_revision_thrive_tcb_post_fonts',''),(9395,552,'tve_revision_tve_has_masonry',''),(9396,552,'tve_revision_tve_has_typefocus',''),(9397,552,'tve_revision_tve_updated_post',''),(9398,552,'tve_revision_tve_has_wistia_popover',''),(9399,552,'tve_revision_tve_landing_page',''),(9400,552,'tve_revision_tve_disable_theme_dependency',''),(9401,552,'tve_revision_tve_content_before_more',''),(9402,552,'tve_revision_tve_content_more_found',''),(9403,552,'tve_revision_tve_save_post',''),(9404,552,'tve_revision_tve_custom_css',''),(9405,552,'tve_revision_tve_user_custom_css',''),(9406,552,'tve_revision_tve_page_events',''),(9407,552,'tve_revision_tve_globals',''),(9408,552,'tve_revision_tve_global_scripts',''),(9409,552,'tve_revision_thrive_icon_pack',''),(9410,552,'tve_revision_thrive_tcb_post_fonts',''),(9411,552,'tve_revision_tve_has_masonry',''),(9412,552,'tve_revision_tve_has_typefocus',''),(9413,552,'tve_revision_tve_updated_post',''),(9414,552,'tve_revision_tve_has_wistia_popover',''),(9415,552,'tve_revision_tve_landing_page',''),(9416,552,'tve_revision_tve_disable_theme_dependency',''),(9417,552,'tve_revision_tve_content_before_more',''),(9418,552,'tve_revision_tve_content_more_found',''),(9419,552,'tve_revision_tve_save_post',''),(9420,552,'tve_revision_tve_custom_css',''),(9421,552,'tve_revision_tve_user_custom_css',''),(9422,552,'tve_revision_tve_page_events',''),(9423,552,'tve_revision_tve_globals',''),(9424,552,'tve_revision_tve_global_scripts',''),(9425,552,'tve_revision_thrive_icon_pack',''),(9426,552,'tve_revision_thrive_tcb_post_fonts',''),(9427,552,'tve_revision_tve_has_masonry',''),(9428,552,'tve_revision_tve_has_typefocus',''),(9429,552,'tve_revision_tve_updated_post',''),(9430,552,'tve_revision_tve_has_wistia_popover',''),(9431,552,'tve_revision_tve_landing_page',''),(9432,552,'tve_revision_tve_disable_theme_dependency',''),(9433,552,'tve_revision_tve_content_before_more',''),(9434,552,'tve_revision_tve_content_more_found',''),(9435,552,'tve_revision_tve_save_post',''),(9436,552,'tve_revision_tve_custom_css',''),(9437,552,'tve_revision_tve_user_custom_css',''),(9438,552,'tve_revision_tve_page_events',''),(9439,552,'tve_revision_tve_globals',''),(9440,552,'tve_revision_tve_global_scripts',''),(9441,552,'tve_revision_thrive_icon_pack',''),(9442,552,'tve_revision_thrive_tcb_post_fonts',''),(9443,552,'tve_revision_tve_has_masonry',''),(9444,552,'tve_revision_tve_has_typefocus',''),(9445,552,'tve_revision_tve_updated_post',''),(9446,552,'tve_revision_tve_has_wistia_popover',''),(9447,552,'tve_revision_tve_landing_page',''),(9448,552,'tve_revision_tve_disable_theme_dependency',''),(9449,552,'tve_revision_tve_content_before_more',''),(9450,552,'tve_revision_tve_content_more_found',''),(9451,552,'tve_revision_tve_save_post',''),(9452,552,'tve_revision_tve_custom_css',''),(9453,552,'tve_revision_tve_user_custom_css',''),(9454,552,'tve_revision_tve_page_events',''),(9455,552,'tve_revision_tve_globals',''),(9456,552,'tve_revision_tve_global_scripts',''),(9457,552,'tve_revision_thrive_icon_pack',''),(9458,552,'tve_revision_thrive_tcb_post_fonts',''),(9459,552,'tve_revision_tve_has_masonry',''),(9460,552,'tve_revision_tve_has_typefocus',''),(9461,552,'tve_revision_tve_updated_post',''),(9462,552,'tve_revision_tve_has_wistia_popover',''),(9463,552,'tve_revision_tve_landing_page',''),(9464,552,'tve_revision_tve_disable_theme_dependency',''),(9465,552,'tve_revision_tve_content_before_more',''),(9466,552,'tve_revision_tve_content_more_found',''),(9467,552,'tve_revision_tve_save_post',''),(9468,552,'tve_revision_tve_custom_css',''),(9469,552,'tve_revision_tve_user_custom_css',''),(9470,552,'tve_revision_tve_page_events',''),(9471,552,'tve_revision_tve_globals',''),(9472,552,'tve_revision_tve_global_scripts',''),(9473,552,'tve_revision_thrive_icon_pack',''),(9474,552,'tve_revision_thrive_tcb_post_fonts',''),(9475,552,'tve_revision_tve_has_masonry',''),(9476,552,'tve_revision_tve_has_typefocus',''),(9477,552,'tve_revision_tve_updated_post',''),(9478,552,'tve_revision_tve_has_wistia_popover',''),(9479,552,'tve_revision_tve_landing_page',''),(9480,552,'tve_revision_tve_disable_theme_dependency',''),(9481,552,'tve_revision_tve_content_before_more',''),(9482,552,'tve_revision_tve_content_more_found',''),(9483,552,'tve_revision_tve_save_post',''),(9484,552,'tve_revision_tve_custom_css',''),(9485,552,'tve_revision_tve_user_custom_css',''),(9486,552,'tve_revision_tve_page_events',''),(9487,552,'tve_revision_tve_globals',''),(9488,552,'tve_revision_tve_global_scripts',''),(9489,552,'tve_revision_thrive_icon_pack',''),(9490,552,'tve_revision_thrive_tcb_post_fonts',''),(9491,552,'tve_revision_tve_has_masonry',''),(9492,552,'tve_revision_tve_has_typefocus',''),(9493,552,'tve_revision_tve_updated_post',''),(9494,552,'tve_revision_tve_has_wistia_popover',''),(9495,552,'tve_revision_tve_landing_page',''),(9496,552,'tve_revision_tve_disable_theme_dependency',''),(9497,552,'tve_revision_tve_content_before_more',''),(9498,552,'tve_revision_tve_content_more_found',''),(9499,552,'tve_revision_tve_save_post',''),(9500,552,'tve_revision_tve_custom_css',''),(9501,552,'tve_revision_tve_user_custom_css',''),(9502,552,'tve_revision_tve_page_events',''),(9503,552,'tve_revision_tve_globals',''),(9504,552,'tve_revision_tve_global_scripts',''),(9505,552,'tve_revision_thrive_icon_pack',''),(9506,552,'tve_revision_thrive_tcb_post_fonts',''),(9507,552,'tve_revision_tve_has_masonry',''),(9508,552,'tve_revision_tve_has_typefocus',''),(9509,552,'tve_revision_tve_updated_post',''),(9510,552,'tve_revision_tve_has_wistia_popover',''),(9511,552,'tve_revision_tve_landing_page',''),(9512,552,'tve_revision_tve_disable_theme_dependency',''),(9513,552,'tve_revision_tve_content_before_more',''),(9514,552,'tve_revision_tve_content_more_found',''),(9515,552,'tve_revision_tve_save_post',''),(9516,552,'tve_revision_tve_custom_css',''),(9517,552,'tve_revision_tve_user_custom_css',''),(9518,552,'tve_revision_tve_page_events',''),(9519,552,'tve_revision_tve_globals',''),(9520,552,'tve_revision_tve_global_scripts',''),(9521,552,'tve_revision_thrive_icon_pack',''),(9522,552,'tve_revision_thrive_tcb_post_fonts',''),(9523,552,'tve_revision_tve_has_masonry',''),(9524,552,'tve_revision_tve_has_typefocus',''),(9525,552,'tve_revision_tve_updated_post',''),(9526,552,'tve_revision_tve_has_wistia_popover',''),(9527,552,'tve_revision_tve_landing_page',''),(9528,552,'tve_revision_tve_disable_theme_dependency',''),(9529,552,'tve_revision_tve_content_before_more',''),(9530,552,'tve_revision_tve_content_more_found',''),(9531,552,'tve_revision_tve_save_post',''),(9532,552,'tve_revision_tve_custom_css',''),(9533,552,'tve_revision_tve_user_custom_css',''),(9534,552,'tve_revision_tve_page_events',''),(9535,552,'tve_revision_tve_globals',''),(9536,552,'tve_revision_tve_global_scripts',''),(9537,552,'tve_revision_thrive_icon_pack',''),(9538,552,'tve_revision_thrive_tcb_post_fonts',''),(9539,552,'tve_revision_tve_has_masonry',''),(9540,552,'tve_revision_tve_has_typefocus',''),(9541,552,'tve_revision_tve_updated_post',''),(9542,552,'tve_revision_tve_has_wistia_popover',''),(9543,552,'tve_revision_tve_landing_page',''),(9544,552,'tve_revision_tve_disable_theme_dependency',''),(9545,552,'tve_revision_tve_content_before_more',''),(9546,552,'tve_revision_tve_content_more_found',''),(9547,552,'tve_revision_tve_save_post',''),(9548,552,'tve_revision_tve_custom_css',''),(9549,552,'tve_revision_tve_user_custom_css',''),(9550,552,'tve_revision_tve_page_events',''),(9551,552,'tve_revision_tve_globals',''),(9552,552,'tve_revision_tve_global_scripts',''),(9553,552,'tve_revision_thrive_icon_pack',''),(9554,552,'tve_revision_thrive_tcb_post_fonts',''),(9555,552,'tve_revision_tve_has_masonry',''),(9556,552,'tve_revision_tve_has_typefocus',''),(9557,552,'tve_revision_tve_updated_post',''),(9558,552,'tve_revision_tve_has_wistia_popover',''),(9559,552,'tve_revision_tve_landing_page',''),(9560,552,'tve_revision_tve_disable_theme_dependency',''),(9561,552,'tve_revision_tve_content_before_more',''),(9562,552,'tve_revision_tve_content_more_found',''),(9563,552,'tve_revision_tve_save_post',''),(9564,552,'tve_revision_tve_custom_css',''),(9565,552,'tve_revision_tve_user_custom_css',''),(9566,552,'tve_revision_tve_page_events',''),(9567,552,'tve_revision_tve_globals',''),(9568,552,'tve_revision_tve_global_scripts',''),(9569,552,'tve_revision_thrive_icon_pack',''),(9570,552,'tve_revision_thrive_tcb_post_fonts',''),(9571,552,'tve_revision_tve_has_masonry',''),(9572,552,'tve_revision_tve_has_typefocus',''),(9573,552,'tve_revision_tve_updated_post',''),(9574,552,'tve_revision_tve_has_wistia_popover',''),(9575,552,'tve_revision_tve_landing_page',''),(9576,552,'tve_revision_tve_disable_theme_dependency',''),(9577,552,'tve_revision_tve_content_before_more',''),(9578,552,'tve_revision_tve_content_more_found',''),(9579,552,'tve_revision_tve_save_post',''),(9580,552,'tve_revision_tve_custom_css',''),(9581,552,'tve_revision_tve_user_custom_css',''),(9582,552,'tve_revision_tve_page_events',''),(9583,552,'tve_revision_tve_globals',''),(9584,552,'tve_revision_tve_global_scripts',''),(9585,552,'tve_revision_thrive_icon_pack',''),(9586,552,'tve_revision_thrive_tcb_post_fonts',''),(9587,552,'tve_revision_tve_has_masonry',''),(9588,552,'tve_revision_tve_has_typefocus',''),(9589,552,'tve_revision_tve_updated_post',''),(9590,552,'tve_revision_tve_has_wistia_popover',''),(9591,552,'tve_revision_tve_landing_page',''),(9592,552,'tve_revision_tve_disable_theme_dependency',''),(9593,552,'tve_revision_tve_content_before_more',''),(9594,552,'tve_revision_tve_content_more_found',''),(9595,552,'tve_revision_tve_save_post',''),(9596,552,'tve_revision_tve_custom_css',''),(9597,552,'tve_revision_tve_user_custom_css',''),(9598,552,'tve_revision_tve_page_events',''),(9599,552,'tve_revision_tve_globals',''),(9600,552,'tve_revision_tve_global_scripts',''),(9601,552,'tve_revision_thrive_icon_pack',''),(9602,552,'tve_revision_thrive_tcb_post_fonts',''),(9603,552,'tve_revision_tve_has_masonry',''),(9604,552,'tve_revision_tve_has_typefocus',''),(9605,552,'tve_revision_tve_updated_post',''),(9606,552,'tve_revision_tve_has_wistia_popover',''),(9607,552,'tve_revision_tve_landing_page',''),(9608,552,'tve_revision_tve_disable_theme_dependency',''),(9609,552,'tve_revision_tve_content_before_more',''),(9610,552,'tve_revision_tve_content_more_found',''),(9611,552,'tve_revision_tve_save_post',''),(9612,552,'tve_revision_tve_custom_css',''),(9613,552,'tve_revision_tve_user_custom_css',''),(9614,552,'tve_revision_tve_page_events',''),(9615,552,'tve_revision_tve_globals',''),(9616,552,'tve_revision_tve_global_scripts',''),(9617,552,'tve_revision_thrive_icon_pack',''),(9618,552,'tve_revision_thrive_tcb_post_fonts',''),(9619,552,'tve_revision_tve_has_masonry',''),(9620,552,'tve_revision_tve_has_typefocus',''),(9621,552,'tve_revision_tve_updated_post',''),(9622,552,'tve_revision_tve_has_wistia_popover',''),(9623,552,'tve_revision_tve_landing_page',''),(9624,552,'tve_revision_tve_disable_theme_dependency',''),(9625,552,'tve_revision_tve_content_before_more',''),(9626,552,'tve_revision_tve_content_more_found',''),(9627,552,'tve_revision_tve_save_post',''),(9628,552,'tve_revision_tve_custom_css',''),(9629,552,'tve_revision_tve_user_custom_css',''),(9630,552,'tve_revision_tve_page_events',''),(9631,552,'tve_revision_tve_globals',''),(9632,552,'tve_revision_tve_global_scripts',''),(9633,552,'tve_revision_thrive_icon_pack',''),(9634,552,'tve_revision_thrive_tcb_post_fonts',''),(9635,552,'tve_revision_tve_has_masonry',''),(9636,552,'tve_revision_tve_has_typefocus',''),(9637,552,'tve_revision_tve_updated_post',''),(9638,552,'tve_revision_tve_has_wistia_popover',''),(9639,552,'tve_revision_tve_landing_page',''),(9640,552,'tve_revision_tve_disable_theme_dependency',''),(9641,552,'tve_revision_tve_content_before_more',''),(9642,552,'tve_revision_tve_content_more_found',''),(9643,552,'tve_revision_tve_save_post',''),(9644,552,'tve_revision_tve_custom_css',''),(9645,552,'tve_revision_tve_user_custom_css',''),(9646,552,'tve_revision_tve_page_events',''),(9647,552,'tve_revision_tve_globals',''),(9648,552,'tve_revision_tve_global_scripts',''),(9649,552,'tve_revision_thrive_icon_pack',''),(9650,552,'tve_revision_thrive_tcb_post_fonts',''),(9651,552,'tve_revision_tve_has_masonry',''),(9652,552,'tve_revision_tve_has_typefocus',''),(9653,552,'tve_revision_tve_updated_post',''),(9654,552,'tve_revision_tve_has_wistia_popover',''),(9655,552,'tve_revision_tve_landing_page',''),(9656,552,'tve_revision_tve_disable_theme_dependency',''),(9657,552,'tve_revision_tve_content_before_more',''),(9658,552,'tve_revision_tve_content_more_found',''),(9659,552,'tve_revision_tve_save_post',''),(9660,552,'tve_revision_tve_custom_css',''),(9661,552,'tve_revision_tve_user_custom_css',''),(9662,552,'tve_revision_tve_page_events',''),(9663,552,'tve_revision_tve_globals',''),(9664,552,'tve_revision_tve_global_scripts',''),(9665,552,'tve_revision_thrive_icon_pack',''),(9666,552,'tve_revision_thrive_tcb_post_fonts',''),(9667,552,'tve_revision_tve_has_masonry',''),(9668,552,'tve_revision_tve_has_typefocus',''),(9669,552,'tve_revision_tve_updated_post',''),(9670,552,'tve_revision_tve_has_wistia_popover',''),(9671,552,'tve_revision_tve_landing_page',''),(9672,552,'tve_revision_tve_disable_theme_dependency',''),(9673,552,'tve_revision_tve_content_before_more',''),(9674,552,'tve_revision_tve_content_more_found',''),(9675,552,'tve_revision_tve_save_post',''),(9676,552,'tve_revision_tve_custom_css',''),(9677,552,'tve_revision_tve_user_custom_css',''),(9678,552,'tve_revision_tve_page_events',''),(9679,552,'tve_revision_tve_globals',''),(9680,552,'tve_revision_tve_global_scripts',''),(9681,552,'tve_revision_thrive_icon_pack',''),(9682,552,'tve_revision_thrive_tcb_post_fonts',''),(9683,552,'tve_revision_tve_has_masonry',''),(9684,552,'tve_revision_tve_has_typefocus',''),(9685,552,'tve_revision_tve_updated_post',''),(9686,552,'tve_revision_tve_has_wistia_popover',''),(9687,552,'tve_revision_tve_landing_page',''),(9688,552,'tve_revision_tve_disable_theme_dependency',''),(9689,552,'tve_revision_tve_content_before_more',''),(9690,552,'tve_revision_tve_content_more_found',''),(9691,552,'tve_revision_tve_save_post',''),(9692,552,'tve_revision_tve_custom_css',''),(9693,552,'tve_revision_tve_user_custom_css',''),(9694,552,'tve_revision_tve_page_events',''),(9695,552,'tve_revision_tve_globals',''),(9696,552,'tve_revision_tve_global_scripts',''),(9697,552,'tve_revision_thrive_icon_pack',''),(9698,552,'tve_revision_thrive_tcb_post_fonts',''),(9699,552,'tve_revision_tve_has_masonry',''),(9700,552,'tve_revision_tve_has_typefocus',''),(9701,552,'tve_revision_tve_updated_post',''),(9702,552,'tve_revision_tve_has_wistia_popover',''),(9703,552,'tve_revision_tve_landing_page',''),(9704,552,'tve_revision_tve_disable_theme_dependency',''),(9705,552,'tve_revision_tve_content_before_more',''),(9706,552,'tve_revision_tve_content_more_found',''),(9707,552,'tve_revision_tve_save_post',''),(9708,552,'tve_revision_tve_custom_css',''),(9709,552,'tve_revision_tve_user_custom_css',''),(9710,552,'tve_revision_tve_page_events',''),(9711,552,'tve_revision_tve_globals',''),(9712,552,'tve_revision_tve_global_scripts',''),(9713,552,'tve_revision_thrive_icon_pack',''),(9714,552,'tve_revision_thrive_tcb_post_fonts',''),(9715,552,'tve_revision_tve_has_masonry',''),(9716,552,'tve_revision_tve_has_typefocus',''),(9717,552,'tve_revision_tve_updated_post',''),(9718,552,'tve_revision_tve_has_wistia_popover',''),(9719,552,'tve_revision_tve_landing_page',''),(9720,552,'tve_revision_tve_disable_theme_dependency',''),(9721,552,'tve_revision_tve_content_before_more',''),(9722,552,'tve_revision_tve_content_more_found',''),(9723,552,'tve_revision_tve_save_post',''),(9724,552,'tve_revision_tve_custom_css',''),(9725,552,'tve_revision_tve_user_custom_css',''),(9726,552,'tve_revision_tve_page_events',''),(9727,552,'tve_revision_tve_globals',''),(9728,552,'tve_revision_tve_global_scripts',''),(9729,552,'tve_revision_thrive_icon_pack',''),(9730,552,'tve_revision_thrive_tcb_post_fonts',''),(9731,552,'tve_revision_tve_has_masonry',''),(9732,552,'tve_revision_tve_has_typefocus',''),(9733,552,'tve_revision_tve_updated_post',''),(9734,552,'tve_revision_tve_has_wistia_popover',''),(9735,552,'tve_revision_tve_landing_page',''),(9736,552,'tve_revision_tve_disable_theme_dependency',''),(9737,552,'tve_revision_tve_content_before_more',''),(9738,552,'tve_revision_tve_content_more_found',''),(9739,552,'tve_revision_tve_save_post',''),(9740,552,'tve_revision_tve_custom_css',''),(9741,552,'tve_revision_tve_user_custom_css',''),(9742,552,'tve_revision_tve_page_events',''),(9743,552,'tve_revision_tve_globals',''),(9744,552,'tve_revision_tve_global_scripts',''),(9745,552,'tve_revision_thrive_icon_pack',''),(9746,552,'tve_revision_thrive_tcb_post_fonts',''),(9747,552,'tve_revision_tve_has_masonry',''),(9748,552,'tve_revision_tve_has_typefocus',''),(9749,552,'tve_revision_tve_updated_post',''),(9750,552,'tve_revision_tve_has_wistia_popover',''),(9751,552,'tve_revision_tve_landing_page',''),(9752,552,'tve_revision_tve_disable_theme_dependency',''),(9753,552,'tve_revision_tve_content_before_more',''),(9754,552,'tve_revision_tve_content_more_found',''),(9755,552,'tve_revision_tve_save_post',''),(9756,552,'tve_revision_tve_custom_css',''),(9757,552,'tve_revision_tve_user_custom_css',''),(9758,552,'tve_revision_tve_page_events',''),(9759,552,'tve_revision_tve_globals',''),(9760,552,'tve_revision_tve_global_scripts',''),(9761,552,'tve_revision_thrive_icon_pack',''),(9762,552,'tve_revision_thrive_tcb_post_fonts',''),(9763,552,'tve_revision_tve_has_masonry',''),(9764,552,'tve_revision_tve_has_typefocus',''),(9765,552,'tve_revision_tve_updated_post',''),(9766,552,'tve_revision_tve_has_wistia_popover',''),(9767,552,'tve_revision_tve_landing_page',''),(9768,552,'tve_revision_tve_disable_theme_dependency',''),(9769,552,'tve_revision_tve_content_before_more',''),(9770,552,'tve_revision_tve_content_more_found',''),(9771,552,'tve_revision_tve_save_post',''),(9772,552,'tve_revision_tve_custom_css',''),(9773,552,'tve_revision_tve_user_custom_css',''),(9774,552,'tve_revision_tve_page_events',''),(9775,552,'tve_revision_tve_globals',''),(9776,552,'tve_revision_tve_global_scripts',''),(9777,552,'tve_revision_thrive_icon_pack',''),(9778,552,'tve_revision_thrive_tcb_post_fonts',''),(9779,552,'tve_revision_tve_has_masonry',''),(9780,552,'tve_revision_tve_has_typefocus',''),(9781,552,'tve_revision_tve_updated_post',''),(9782,552,'tve_revision_tve_has_wistia_popover',''),(9783,552,'tve_revision_tve_landing_page',''),(9784,552,'tve_revision_tve_disable_theme_dependency',''),(9785,552,'tve_revision_tve_content_before_more',''),(9786,552,'tve_revision_tve_content_more_found',''),(9787,552,'tve_revision_tve_save_post',''),(9788,552,'tve_revision_tve_custom_css',''),(9789,552,'tve_revision_tve_user_custom_css',''),(9790,552,'tve_revision_tve_page_events',''),(9791,552,'tve_revision_tve_globals',''),(9792,552,'tve_revision_tve_global_scripts',''),(9793,552,'tve_revision_thrive_icon_pack',''),(9794,552,'tve_revision_thrive_tcb_post_fonts',''),(9795,552,'tve_revision_tve_has_masonry',''),(9796,552,'tve_revision_tve_has_typefocus',''),(9797,552,'tve_revision_tve_updated_post',''),(9798,552,'tve_revision_tve_has_wistia_popover',''),(9799,552,'tve_revision_tve_landing_page',''),(9800,552,'tve_revision_tve_disable_theme_dependency',''),(9801,552,'tve_revision_tve_content_before_more',''),(9802,552,'tve_revision_tve_content_more_found',''),(9803,552,'tve_revision_tve_save_post',''),(9804,552,'tve_revision_tve_custom_css',''),(9805,552,'tve_revision_tve_user_custom_css',''),(9806,552,'tve_revision_tve_page_events',''),(9807,552,'tve_revision_tve_globals',''),(9808,552,'tve_revision_tve_global_scripts',''),(9809,552,'tve_revision_thrive_icon_pack',''),(9810,552,'tve_revision_thrive_tcb_post_fonts',''),(9811,552,'tve_revision_tve_has_masonry',''),(9812,552,'tve_revision_tve_has_typefocus',''),(9813,552,'tve_revision_tve_updated_post',''),(9814,552,'tve_revision_tve_has_wistia_popover',''),(9815,552,'tve_revision_tve_landing_page',''),(9816,552,'tve_revision_tve_disable_theme_dependency',''),(9817,552,'tve_revision_tve_content_before_more',''),(9818,552,'tve_revision_tve_content_more_found',''),(9819,552,'tve_revision_tve_save_post',''),(9820,552,'tve_revision_tve_custom_css',''),(9821,552,'tve_revision_tve_user_custom_css',''),(9822,552,'tve_revision_tve_page_events',''),(9823,552,'tve_revision_tve_globals',''),(9824,552,'tve_revision_tve_global_scripts',''),(9825,552,'tve_revision_thrive_icon_pack',''),(9826,552,'tve_revision_thrive_tcb_post_fonts',''),(9827,552,'tve_revision_tve_has_masonry',''),(9828,552,'tve_revision_tve_has_typefocus',''),(9829,552,'tve_revision_tve_updated_post',''),(9830,552,'tve_revision_tve_has_wistia_popover',''),(9831,552,'tve_revision_tve_landing_page',''),(9832,552,'tve_revision_tve_disable_theme_dependency',''),(9833,552,'tve_revision_tve_content_before_more',''),(9834,552,'tve_revision_tve_content_more_found',''),(9835,552,'tve_revision_tve_save_post',''),(9836,552,'tve_revision_tve_custom_css',''),(9837,552,'tve_revision_tve_user_custom_css',''),(9838,552,'tve_revision_tve_page_events',''),(9839,552,'tve_revision_tve_globals',''),(9840,552,'tve_revision_tve_global_scripts',''),(9841,552,'tve_revision_thrive_icon_pack',''),(9842,552,'tve_revision_thrive_tcb_post_fonts',''),(9843,552,'tve_revision_tve_has_masonry',''),(9844,552,'tve_revision_tve_has_typefocus',''),(9845,552,'tve_revision_tve_updated_post',''),(9846,552,'tve_revision_tve_has_wistia_popover',''),(9847,552,'tve_revision_tve_landing_page',''),(9848,552,'tve_revision_tve_disable_theme_dependency',''),(9849,552,'tve_revision_tve_content_before_more',''),(9850,552,'tve_revision_tve_content_more_found',''),(9851,552,'tve_revision_tve_save_post',''),(9852,552,'tve_revision_tve_custom_css',''),(9853,552,'tve_revision_tve_user_custom_css',''),(9854,552,'tve_revision_tve_page_events',''),(9855,552,'tve_revision_tve_globals',''),(9856,552,'tve_revision_tve_global_scripts',''),(9857,552,'tve_revision_thrive_icon_pack',''),(9858,552,'tve_revision_thrive_tcb_post_fonts',''),(9859,552,'tve_revision_tve_has_masonry',''),(9860,552,'tve_revision_tve_has_typefocus',''),(9861,552,'tve_revision_tve_updated_post',''),(9862,552,'tve_revision_tve_has_wistia_popover',''),(9863,191,'tcb2_ready','1'),(9864,552,'tve_revision_tve_landing_page',''),(9865,552,'tve_revision_tve_disable_theme_dependency',''),(9866,552,'tve_revision_tve_content_before_more',''),(9867,552,'tve_revision_tve_content_more_found',''),(9868,552,'tve_revision_tve_save_post',''),(9869,552,'tve_revision_tve_custom_css',''),(9870,552,'tve_revision_tve_user_custom_css',''),(9871,552,'tve_revision_tve_page_events',''),(9872,552,'tve_revision_tve_globals',''),(9873,552,'tve_revision_tve_global_scripts',''),(9874,552,'tve_revision_thrive_icon_pack',''),(9875,552,'tve_revision_thrive_tcb_post_fonts',''),(9876,552,'tve_revision_tve_has_masonry',''),(9877,552,'tve_revision_tve_has_typefocus',''),(9878,552,'tve_revision_tve_updated_post',''),(9879,552,'tve_revision_tve_has_wistia_popover',''),(9880,191,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb23d56d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9881,191,'tve_content_more_found',''),(9882,191,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1664b22d033\"] { width: 408px; float: none; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb23d56d\"] { margin-top: -60px !important; }}'),(9883,191,'tve_user_custom_css',''),(9884,191,'tve_page_events','a:0:{}'),(9885,191,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb23d56d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9887,693,'tve_revision_tve_landing_page',''),(9888,693,'tve_revision_tve_disable_theme_dependency',''),(9889,693,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h4>Free Guide<br><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9890,693,'tve_revision_tve_content_more_found',''),(9891,693,'tve_revision_tve_save_post',''),(9892,693,'tve_revision_tve_custom_css',''),(9893,693,'tve_revision_tve_user_custom_css',''),(9894,693,'tve_revision_tve_page_events','a:0:{}'),(9895,693,'tve_revision_tve_globals',''),(9896,693,'tve_revision_tve_global_scripts',''),(9897,693,'tve_revision_thrive_icon_pack',''),(9898,693,'tve_revision_thrive_tcb_post_fonts',''),(9899,693,'tve_revision_tve_has_masonry',''),(9900,693,'tve_revision_tve_has_typefocus',''),(9901,693,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h4>Free Guide<br><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9902,693,'tve_revision_tve_has_wistia_popover',''),(9903,191,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(9904,191,'thrive_tcb_post_fonts','a:0:{}'),(9905,191,'thrive_icon_pack','0'),(9906,191,'tve_has_masonry','0'),(9907,191,'tve_has_typefocus','0'),(9908,191,'tve_has_wistia_popover','0'),(9909,694,'tve_revision_tve_landing_page',''),(9910,694,'tve_revision_tve_disable_theme_dependency',''),(9911,694,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h4>Free Guide<br><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9912,694,'tve_revision_tve_content_more_found',''),(9913,694,'tve_revision_tve_save_post',''),(9914,694,'tve_revision_tve_custom_css',''),(9915,694,'tve_revision_tve_user_custom_css',''),(9916,694,'tve_revision_tve_page_events','a:0:{}'),(9917,694,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(9918,694,'tve_revision_tve_global_scripts',''),(9919,694,'tve_revision_thrive_icon_pack','0'),(9920,694,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(9921,694,'tve_revision_tve_has_masonry','0'),(9922,694,'tve_revision_tve_has_typefocus','0'),(9923,694,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h4>Free Guide<br><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9924,694,'tve_revision_tve_has_wistia_popover','0'),(9925,695,'tve_revision_tve_landing_page',''),(9926,695,'tve_revision_tve_disable_theme_dependency',''),(9927,695,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9928,695,'tve_revision_tve_content_more_found',''),(9929,695,'tve_revision_tve_save_post',''),(9930,695,'tve_revision_tve_custom_css',''),(9931,695,'tve_revision_tve_user_custom_css',''),(9932,695,'tve_revision_tve_page_events','a:0:{}'),(9933,695,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(9934,695,'tve_revision_tve_global_scripts',''),(9935,695,'tve_revision_thrive_icon_pack','0'),(9936,695,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(9937,695,'tve_revision_tve_has_masonry','0'),(9938,695,'tve_revision_tve_has_typefocus','0'),(9939,695,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9940,695,'tve_revision_tve_has_wistia_popover','0'),(9941,696,'tve_revision_tve_landing_page',''),(9942,696,'tve_revision_tve_disable_theme_dependency',''),(9943,696,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9944,696,'tve_revision_tve_content_more_found',''),(9945,696,'tve_revision_tve_save_post',''),(9946,696,'tve_revision_tve_custom_css',''),(9947,696,'tve_revision_tve_user_custom_css',''),(9948,696,'tve_revision_tve_page_events','a:0:{}'),(9949,696,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(9950,696,'tve_revision_tve_global_scripts',''),(9951,696,'tve_revision_thrive_icon_pack','0'),(9952,696,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(9953,696,'tve_revision_tve_has_masonry','0'),(9954,696,'tve_revision_tve_has_typefocus','0'),(9955,696,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9956,696,'tve_revision_tve_has_wistia_popover','0'),(9957,697,'tve_revision_tve_landing_page',''),(9958,697,'tve_revision_tve_disable_theme_dependency',''),(9959,697,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>'),(9960,697,'tve_revision_tve_content_more_found',''),(9961,697,'tve_revision_tve_save_post',''),(9962,697,'tve_revision_tve_custom_css',''),(9963,697,'tve_revision_tve_user_custom_css',''),(9964,697,'tve_revision_tve_page_events','a:0:{}'),(9965,697,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(9966,697,'tve_revision_tve_global_scripts',''),(9967,697,'tve_revision_thrive_icon_pack','0'),(9968,697,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(9969,697,'tve_revision_tve_has_masonry','0'),(9970,697,'tve_revision_tve_has_typefocus','0'),(9971,697,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>'),(9972,697,'tve_revision_tve_has_wistia_popover','0'),(9973,698,'tve_revision_tve_landing_page',''),(9974,698,'tve_revision_tve_disable_theme_dependency',''),(9975,698,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9976,698,'tve_revision_tve_content_more_found',''),(9977,698,'tve_revision_tve_save_post',''),(9978,698,'tve_revision_tve_custom_css',''),(9979,698,'tve_revision_tve_user_custom_css',''),(9980,698,'tve_revision_tve_page_events','a:0:{}'),(9981,698,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(9982,698,'tve_revision_tve_global_scripts',''),(9983,698,'tve_revision_thrive_icon_pack','0'),(9984,698,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(9985,698,'tve_revision_tve_has_masonry','0'),(9986,698,'tve_revision_tve_has_typefocus','0'),(9987,698,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9988,698,'tve_revision_tve_has_wistia_popover','0'),(9989,552,'tve_revision_tve_landing_page',''),(9990,552,'tve_revision_tve_disable_theme_dependency',''),(9991,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(9992,552,'tve_revision_tve_content_more_found',''),(9993,552,'tve_revision_tve_save_post',''),(9994,552,'tve_revision_tve_custom_css',''),(9995,552,'tve_revision_tve_user_custom_css',''),(9996,552,'tve_revision_tve_page_events','a:0:{}'),(9997,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(9998,552,'tve_revision_tve_global_scripts',''),(9999,552,'tve_revision_thrive_icon_pack','0'),(10000,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10001,552,'tve_revision_tve_has_masonry','0'),(10002,552,'tve_revision_tve_has_typefocus','0'),(10003,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10004,552,'tve_revision_tve_has_wistia_popover','0'),(10006,552,'tve_revision_tve_landing_page',''),(10007,552,'tve_revision_tve_disable_theme_dependency',''),(10008,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10009,552,'tve_revision_tve_content_more_found',''),(10010,552,'tve_revision_tve_save_post',''),(10011,552,'tve_revision_tve_custom_css',''),(10012,552,'tve_revision_tve_user_custom_css',''),(10013,552,'tve_revision_tve_page_events','a:0:{}'),(10014,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10015,552,'tve_revision_tve_global_scripts',''),(10016,552,'tve_revision_thrive_icon_pack','0'),(10017,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10018,552,'tve_revision_tve_has_masonry','0'),(10019,552,'tve_revision_tve_has_typefocus','0'),(10020,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10021,552,'tve_revision_tve_has_wistia_popover','0'),(10022,552,'tve_revision_tve_landing_page',''),(10023,552,'tve_revision_tve_disable_theme_dependency',''),(10024,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10025,552,'tve_revision_tve_content_more_found',''),(10026,552,'tve_revision_tve_save_post',''),(10027,552,'tve_revision_tve_custom_css',''),(10028,552,'tve_revision_tve_user_custom_css',''),(10029,552,'tve_revision_tve_page_events','a:0:{}'),(10030,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10031,552,'tve_revision_tve_global_scripts',''),(10032,552,'tve_revision_thrive_icon_pack','0'),(10033,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10034,552,'tve_revision_tve_has_masonry','0'),(10035,552,'tve_revision_tve_has_typefocus','0'),(10036,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10037,552,'tve_revision_tve_has_wistia_popover','0'),(10038,552,'tve_revision_tve_landing_page',''),(10039,552,'tve_revision_tve_disable_theme_dependency',''),(10040,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10041,552,'tve_revision_tve_content_more_found',''),(10042,552,'tve_revision_tve_save_post',''),(10043,552,'tve_revision_tve_custom_css',''),(10044,552,'tve_revision_tve_user_custom_css',''),(10045,552,'tve_revision_tve_page_events','a:0:{}'),(10046,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10047,552,'tve_revision_tve_global_scripts',''),(10048,552,'tve_revision_thrive_icon_pack','0'),(10049,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10050,552,'tve_revision_tve_has_masonry','0'),(10051,552,'tve_revision_tve_has_typefocus','0'),(10052,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10053,552,'tve_revision_tve_has_wistia_popover','0'),(10054,552,'tve_revision_tve_landing_page',''),(10055,552,'tve_revision_tve_disable_theme_dependency',''),(10056,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10057,552,'tve_revision_tve_content_more_found',''),(10058,552,'tve_revision_tve_save_post',''),(10059,552,'tve_revision_tve_custom_css',''),(10060,552,'tve_revision_tve_user_custom_css',''),(10061,552,'tve_revision_tve_page_events','a:0:{}'),(10062,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10063,552,'tve_revision_tve_global_scripts',''),(10064,552,'tve_revision_thrive_icon_pack','0'),(10065,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10066,552,'tve_revision_tve_has_masonry','0'),(10067,552,'tve_revision_tve_has_typefocus','0'),(10068,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10069,552,'tve_revision_tve_has_wistia_popover','0'),(10070,552,'tve_revision_tve_landing_page',''),(10071,552,'tve_revision_tve_disable_theme_dependency',''),(10072,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10073,552,'tve_revision_tve_content_more_found',''),(10074,552,'tve_revision_tve_save_post',''),(10075,552,'tve_revision_tve_custom_css',''),(10076,552,'tve_revision_tve_user_custom_css',''),(10077,552,'tve_revision_tve_page_events','a:0:{}'),(10078,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10079,552,'tve_revision_tve_global_scripts',''),(10080,552,'tve_revision_thrive_icon_pack','0'),(10081,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10082,552,'tve_revision_tve_has_masonry','0'),(10083,552,'tve_revision_tve_has_typefocus','0'),(10084,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10085,552,'tve_revision_tve_has_wistia_popover','0'),(10086,552,'tve_revision_tve_landing_page',''),(10087,552,'tve_revision_tve_disable_theme_dependency',''),(10088,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10089,552,'tve_revision_tve_content_more_found',''),(10090,552,'tve_revision_tve_save_post',''),(10091,552,'tve_revision_tve_custom_css',''),(10092,552,'tve_revision_tve_user_custom_css',''),(10093,552,'tve_revision_tve_page_events','a:0:{}'),(10094,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10095,552,'tve_revision_tve_global_scripts',''),(10096,552,'tve_revision_thrive_icon_pack','0'),(10097,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10098,552,'tve_revision_tve_has_masonry','0'),(10099,552,'tve_revision_tve_has_typefocus','0'),(10100,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10101,552,'tve_revision_tve_has_wistia_popover','0'),(10102,552,'tve_revision_tve_landing_page',''),(10103,552,'tve_revision_tve_disable_theme_dependency',''),(10104,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10105,552,'tve_revision_tve_content_more_found',''),(10106,552,'tve_revision_tve_save_post',''),(10107,552,'tve_revision_tve_custom_css',''),(10108,552,'tve_revision_tve_user_custom_css',''),(10109,552,'tve_revision_tve_page_events','a:0:{}'),(10110,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10111,552,'tve_revision_tve_global_scripts',''),(10112,552,'tve_revision_thrive_icon_pack','0'),(10113,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10114,552,'tve_revision_tve_has_masonry','0'),(10115,552,'tve_revision_tve_has_typefocus','0'),(10116,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10117,552,'tve_revision_tve_has_wistia_popover','0'),(10118,552,'tve_revision_tve_landing_page',''),(10119,552,'tve_revision_tve_disable_theme_dependency',''),(10120,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10121,552,'tve_revision_tve_content_more_found',''),(10122,552,'tve_revision_tve_save_post',''),(10123,552,'tve_revision_tve_custom_css',''),(10124,552,'tve_revision_tve_user_custom_css',''),(10125,552,'tve_revision_tve_page_events','a:0:{}'),(10126,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10127,552,'tve_revision_tve_global_scripts',''),(10128,552,'tve_revision_thrive_icon_pack','0'),(10129,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10130,552,'tve_revision_tve_has_masonry','0'),(10131,552,'tve_revision_tve_has_typefocus','0'),(10132,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10133,552,'tve_revision_tve_has_wistia_popover','0'),(10134,552,'tve_revision_tve_landing_page',''),(10135,552,'tve_revision_tve_disable_theme_dependency',''),(10136,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10137,552,'tve_revision_tve_content_more_found',''),(10138,552,'tve_revision_tve_save_post',''),(10139,552,'tve_revision_tve_custom_css',''),(10140,552,'tve_revision_tve_user_custom_css',''),(10141,552,'tve_revision_tve_page_events','a:0:{}'),(10142,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10143,552,'tve_revision_tve_global_scripts',''),(10144,552,'tve_revision_thrive_icon_pack','0'),(10145,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10146,552,'tve_revision_tve_has_masonry','0'),(10147,552,'tve_revision_tve_has_typefocus','0'),(10148,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10149,552,'tve_revision_tve_has_wistia_popover','0'),(10150,552,'tve_revision_tve_landing_page',''),(10151,552,'tve_revision_tve_disable_theme_dependency',''),(10152,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10153,552,'tve_revision_tve_content_more_found',''),(10154,552,'tve_revision_tve_save_post',''),(10155,552,'tve_revision_tve_custom_css',''),(10156,552,'tve_revision_tve_user_custom_css',''),(10157,552,'tve_revision_tve_page_events','a:0:{}'),(10158,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10159,552,'tve_revision_tve_global_scripts',''),(10160,552,'tve_revision_thrive_icon_pack','0'),(10161,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10162,552,'tve_revision_tve_has_masonry','0'),(10163,552,'tve_revision_tve_has_typefocus','0'),(10164,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10165,552,'tve_revision_tve_has_wistia_popover','0'),(10166,191,'tcb_editor_enabled','1'),(10167,552,'tve_revision_tve_landing_page',''),(10168,552,'tve_revision_tve_disable_theme_dependency',''),(10169,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10170,552,'tve_revision_tve_content_more_found',''),(10171,552,'tve_revision_tve_save_post',''),(10172,552,'tve_revision_tve_custom_css',''),(10173,552,'tve_revision_tve_user_custom_css',''),(10174,552,'tve_revision_tve_page_events','a:0:{}'),(10175,552,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10176,552,'tve_revision_tve_global_scripts',''),(10177,552,'tve_revision_thrive_icon_pack','0'),(10178,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10179,552,'tve_revision_tve_has_masonry','0'),(10180,552,'tve_revision_tve_has_typefocus','0'),(10181,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10182,552,'tve_revision_tve_has_wistia_popover','0'),(10183,699,'_wp_page_template','default'),(10184,699,'slide_template','default'),(10185,699,'_wi_template','fullwidth'),(10186,699,'_wi_side-nav-headings','h2'),(10187,699,'_wi_side-nav-scroll-style','normal'),(10188,699,'_wi_titlebar-padding','20'),(10189,699,'_wi_hide-titlebar-area','1'),(10190,699,'_wi_titlebar-overlay-opacity','0'),(10191,699,'_wi_titlebar-background-clipmask','none'),(10192,699,'_wi_titlebar-background-clipmask-opacity','0'),(10193,699,'_wi_titlebar-background-image-parallax','0'),(10194,699,'_wi_zero-content-padding-top','0'),(10195,699,'_wi_show-bottom-popup','0'),(10196,699,'_wi_revslider','0'),(10198,699,'amazonS3_cache','a:12:{s:105:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:105:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:42:\"//archreach-demo.archfollowup.com/proc.php\";a:1:{s:9:\"timestamp\";i:1528450026;}s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1528915464;}s:97:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1541086499;}s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004207/10-things-cover-photo-new.png\";i:499;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new.png\";i:499;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\";i:658;s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\";i:658;}'),(10199,699,'_yoast_wpseo_content_score','90'),(10200,699,'tcb2_ready','1'),(10201,699,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10202,699,'tve_content_more_found',''),(10203,699,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }[data-css=\"tve-u-166cb239f65\"] { margin-top: -60px !important; }}'),(10204,699,'tve_user_custom_css',''),(10205,699,'tve_page_events','a:0:{}'),(10206,699,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10207,699,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10208,699,'thrive_tcb_post_fonts','a:0:{}'),(10209,699,'thrive_icon_pack','0'),(10210,699,'tve_has_masonry','0'),(10211,699,'tve_has_typefocus','0'),(10212,699,'tve_has_wistia_popover','0'),(10213,699,'tcb_editor_enabled','1'),(10214,699,'_dp_original','191'),(10215,700,'_wp_page_template','default'),(10216,700,'slide_template','default'),(10217,700,'_wi_template','fullwidth'),(10218,700,'_wi_side-nav-headings','h2'),(10219,700,'_wi_side-nav-scroll-style','normal'),(10220,700,'_wi_titlebar-padding','20'),(10221,700,'_wi_hide-titlebar-area','1'),(10222,700,'_wi_titlebar-overlay-opacity','0'),(10223,700,'_wi_titlebar-background-clipmask','none'),(10224,700,'_wi_titlebar-background-clipmask-opacity','0'),(10225,700,'_wi_titlebar-background-image-parallax','0'),(10226,700,'_wi_zero-content-padding-top','0'),(10227,700,'_wi_show-bottom-popup','0'),(10228,700,'_wi_revslider','0'),(10230,700,'amazonS3_cache','a:12:{s:105:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:105:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:42:\"//archreach-demo.archfollowup.com/proc.php\";a:1:{s:9:\"timestamp\";i:1528450026;}s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1528915464;}s:97:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1537549342;}s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004207/10-things-cover-photo-new.png\";i:499;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new.png\";i:499;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\";i:659;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\";i:659;}'),(10231,700,'_yoast_wpseo_content_score','90'),(10232,700,'tcb2_ready','1'),(10233,700,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb25739e\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10234,700,'tve_content_more_found',''),(10235,700,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }[data-css=\"tve-u-166cb25739e\"] { margin-top: -60px !important; }}'),(10236,700,'tve_user_custom_css',''),(10237,700,'tve_page_events','a:0:{}'),(10238,700,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb25739e\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10239,700,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10240,700,'thrive_tcb_post_fonts','a:0:{}'),(10241,700,'thrive_icon_pack','0'),(10242,700,'tve_has_masonry','0'),(10243,700,'tve_has_typefocus','0'),(10244,700,'tve_has_wistia_popover','0'),(10245,700,'tcb_editor_enabled','1'),(10246,700,'_dp_original','191'),(10247,699,'_edit_lock','1541086574:166'),(10248,699,'_edit_last','166'),(10249,702,'tve_revision_tve_landing_page',''),(10250,702,'tve_revision_tve_disable_theme_dependency',''),(10251,702,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10252,702,'tve_revision_tve_content_more_found',''),(10253,702,'tve_revision_tve_save_post',''),(10254,702,'tve_revision_tve_custom_css',''),(10255,702,'tve_revision_tve_user_custom_css',''),(10256,702,'tve_revision_tve_page_events','a:0:{}'),(10257,702,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10258,702,'tve_revision_tve_global_scripts',''),(10259,702,'tve_revision_thrive_icon_pack','0'),(10260,702,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10261,702,'tve_revision_tve_has_masonry','0'),(10262,702,'tve_revision_tve_has_typefocus','0'),(10263,702,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10264,702,'tve_revision_tve_has_wistia_popover','0'),(10265,700,'_edit_lock','1541011149:166'),(10266,703,'_edit_lock','1538869240:166'),(10267,704,'tve_revision_tve_landing_page',''),(10268,704,'tve_revision_tve_disable_theme_dependency',''),(10269,704,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10270,704,'tve_revision_tve_content_more_found',''),(10271,704,'tve_revision_tve_save_post',''),(10272,704,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; }}'),(10273,704,'tve_revision_tve_user_custom_css',''),(10274,704,'tve_revision_tve_page_events','a:0:{}'),(10275,704,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10276,704,'tve_revision_tve_global_scripts',''),(10277,704,'tve_revision_thrive_icon_pack','0'),(10278,704,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10279,704,'tve_revision_tve_has_masonry','0'),(10280,704,'tve_revision_tve_has_typefocus','0'),(10281,704,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10282,704,'tve_revision_tve_has_wistia_popover','0'),(10283,705,'tve_revision_tve_landing_page',''),(10284,705,'tve_revision_tve_disable_theme_dependency',''),(10285,705,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10286,705,'tve_revision_tve_content_more_found',''),(10287,705,'tve_revision_tve_save_post',''),(10288,705,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; }}'),(10289,705,'tve_revision_tve_user_custom_css',''),(10290,705,'tve_revision_tve_page_events','a:0:{}'),(10291,705,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10292,705,'tve_revision_tve_global_scripts',''),(10293,705,'tve_revision_thrive_icon_pack','0'),(10294,705,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10295,705,'tve_revision_tve_has_masonry','0'),(10296,705,'tve_revision_tve_has_typefocus','0'),(10297,705,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10298,705,'tve_revision_tve_has_wistia_popover','0'),(10299,700,'_edit_last','166'),(10300,706,'tve_revision_tve_landing_page',''),(10301,706,'tve_revision_tve_disable_theme_dependency',''),(10302,706,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10303,706,'tve_revision_tve_content_more_found',''),(10304,706,'tve_revision_tve_save_post',''),(10305,706,'tve_revision_tve_custom_css',''),(10306,706,'tve_revision_tve_user_custom_css',''),(10307,706,'tve_revision_tve_page_events','a:0:{}'),(10308,706,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10309,706,'tve_revision_tve_global_scripts',''),(10310,706,'tve_revision_thrive_icon_pack','0'),(10311,706,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10312,706,'tve_revision_tve_has_masonry','0'),(10313,706,'tve_revision_tve_has_typefocus','0'),(10314,706,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10315,706,'tve_revision_tve_has_wistia_popover','0'),(10316,707,'tve_revision_tve_landing_page',''),(10317,707,'tve_revision_tve_disable_theme_dependency',''),(10318,707,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10319,707,'tve_revision_tve_content_more_found',''),(10320,707,'tve_revision_tve_save_post',''),(10321,707,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; }}'),(10322,707,'tve_revision_tve_user_custom_css',''),(10323,707,'tve_revision_tve_page_events','a:0:{}'),(10324,707,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10325,707,'tve_revision_tve_global_scripts',''),(10326,707,'tve_revision_thrive_icon_pack','0'),(10327,707,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10328,707,'tve_revision_tve_has_masonry','0'),(10329,707,'tve_revision_tve_has_typefocus','0'),(10330,707,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10331,707,'tve_revision_tve_has_wistia_popover','0'),(10332,708,'tve_revision_tve_landing_page',''),(10333,708,'tve_revision_tve_disable_theme_dependency',''),(10334,708,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10335,708,'tve_revision_tve_content_more_found',''),(10336,708,'tve_revision_tve_save_post',''),(10337,708,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; }}'),(10338,708,'tve_revision_tve_user_custom_css',''),(10339,708,'tve_revision_tve_page_events','a:0:{}'),(10340,708,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10341,708,'tve_revision_tve_global_scripts',''),(10342,708,'tve_revision_thrive_icon_pack','0'),(10343,708,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10344,708,'tve_revision_tve_has_masonry','0'),(10345,708,'tve_revision_tve_has_typefocus','0'),(10346,708,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10347,708,'tve_revision_tve_has_wistia_popover','0'),(10348,709,'_menu_item_type','post_type'),(10349,709,'_menu_item_menu_item_parent','385'),(10350,709,'_menu_item_object_id','700'),(10351,709,'_menu_item_object','page'),(10352,709,'_menu_item_target',''),(10353,709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10354,709,'_menu_item_xfn',''),(10355,709,'_menu_item_url',''),(10357,710,'_menu_item_type','post_type'),(10358,710,'_menu_item_menu_item_parent','385'),(10359,710,'_menu_item_object_id','699'),(10360,710,'_menu_item_object','page'),(10361,710,'_menu_item_target',''),(10362,710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10363,710,'_menu_item_xfn',''),(10364,710,'_menu_item_url',''),(10366,703,'_edit_last','166'),(10367,703,'_thumbnail_id','652'),(10368,703,'slide_template','default'),(10369,703,'_yoast_wpseo_primary_portfolio_category','16'),(10370,703,'_wi_client','Columbia Craft Brewery'),(10371,703,'_wi_url-target','_self'),(10372,703,'_wi_hide-portfolio-categories','0'),(10373,703,'_wi_slideshow-effect','slide'),(10374,703,'_wi_slideshow-auto','1'),(10375,703,'_wi_slideshow-navi','1'),(10376,703,'_wi_slideshow-pager','1'),(10377,703,'_wi_slideshow-thumbnail-pager','1'),(10378,703,'_wi_slideshow-smooth-height','1'),(10379,703,'_wi_slideshow-natural-width','1'),(10380,703,'_yoast_wpseo_content_score','30'),(10381,625,'tve_revision_tve_landing_page',''),(10382,625,'tve_revision_tve_disable_theme_dependency',''),(10383,625,'tve_revision_tve_content_before_more',''),(10384,625,'tve_revision_tve_content_more_found',''),(10385,625,'tve_revision_tve_save_post',''),(10386,625,'tve_revision_tve_custom_css',''),(10387,625,'tve_revision_tve_user_custom_css',''),(10388,625,'tve_revision_tve_page_events',''),(10389,625,'tve_revision_tve_globals',''),(10390,625,'tve_revision_tve_global_scripts',''),(10391,625,'tve_revision_thrive_icon_pack',''),(10392,625,'tve_revision_thrive_tcb_post_fonts',''),(10393,625,'tve_revision_tve_has_masonry',''),(10394,625,'tve_revision_tve_has_typefocus',''),(10395,625,'tve_revision_tve_updated_post',''),(10396,625,'tve_revision_tve_has_wistia_popover',''),(10397,625,'tve_revision_tve_landing_page',''),(10398,625,'tve_revision_tve_disable_theme_dependency',''),(10399,625,'tve_revision_tve_content_before_more',''),(10400,625,'tve_revision_tve_content_more_found',''),(10401,625,'tve_revision_tve_save_post',''),(10402,625,'tve_revision_tve_custom_css',''),(10403,625,'tve_revision_tve_user_custom_css',''),(10404,625,'tve_revision_tve_page_events',''),(10405,625,'tve_revision_tve_globals',''),(10406,625,'tve_revision_tve_global_scripts',''),(10407,625,'tve_revision_thrive_icon_pack',''),(10408,625,'tve_revision_thrive_tcb_post_fonts',''),(10409,625,'tve_revision_tve_has_masonry',''),(10410,625,'tve_revision_tve_has_typefocus',''),(10411,625,'tve_revision_tve_updated_post',''),(10412,625,'tve_revision_tve_has_wistia_popover',''),(10413,625,'tve_revision_tve_landing_page',''),(10414,625,'tve_revision_tve_disable_theme_dependency',''),(10415,625,'tve_revision_tve_content_before_more',''),(10416,625,'tve_revision_tve_content_more_found',''),(10417,625,'tve_revision_tve_save_post',''),(10418,625,'tve_revision_tve_custom_css',''),(10419,625,'tve_revision_tve_user_custom_css',''),(10420,625,'tve_revision_tve_page_events',''),(10421,625,'tve_revision_tve_globals',''),(10422,625,'tve_revision_tve_global_scripts',''),(10423,625,'tve_revision_thrive_icon_pack',''),(10424,625,'tve_revision_thrive_tcb_post_fonts',''),(10425,625,'tve_revision_tve_has_masonry',''),(10426,625,'tve_revision_tve_has_typefocus',''),(10427,625,'tve_revision_tve_updated_post',''),(10428,625,'tve_revision_tve_has_wistia_popover',''),(10429,625,'tve_revision_tve_landing_page',''),(10430,625,'tve_revision_tve_disable_theme_dependency',''),(10431,625,'tve_revision_tve_content_before_more',''),(10432,625,'tve_revision_tve_content_more_found',''),(10433,625,'tve_revision_tve_save_post',''),(10434,625,'tve_revision_tve_custom_css',''),(10435,625,'tve_revision_tve_user_custom_css',''),(10436,625,'tve_revision_tve_page_events',''),(10437,625,'tve_revision_tve_globals',''),(10438,625,'tve_revision_tve_global_scripts',''),(10439,625,'tve_revision_thrive_icon_pack',''),(10440,625,'tve_revision_thrive_tcb_post_fonts',''),(10441,625,'tve_revision_tve_has_masonry',''),(10442,625,'tve_revision_tve_has_typefocus',''),(10443,625,'tve_revision_tve_updated_post',''),(10444,625,'tve_revision_tve_has_wistia_popover',''),(10445,625,'tve_revision_tve_landing_page',''),(10446,625,'tve_revision_tve_disable_theme_dependency',''),(10447,625,'tve_revision_tve_content_before_more',''),(10448,625,'tve_revision_tve_content_more_found',''),(10449,625,'tve_revision_tve_save_post',''),(10450,625,'tve_revision_tve_custom_css',''),(10451,625,'tve_revision_tve_user_custom_css',''),(10452,625,'tve_revision_tve_page_events',''),(10453,625,'tve_revision_tve_globals',''),(10454,625,'tve_revision_tve_global_scripts',''),(10455,625,'tve_revision_thrive_icon_pack',''),(10456,625,'tve_revision_thrive_tcb_post_fonts',''),(10457,625,'tve_revision_tve_has_masonry',''),(10458,625,'tve_revision_tve_has_typefocus',''),(10459,625,'tve_revision_tve_updated_post',''),(10460,625,'tve_revision_tve_has_wistia_popover',''),(10461,625,'tve_revision_tve_landing_page',''),(10462,625,'tve_revision_tve_disable_theme_dependency',''),(10463,625,'tve_revision_tve_content_before_more',''),(10464,625,'tve_revision_tve_content_more_found',''),(10465,625,'tve_revision_tve_save_post',''),(10466,625,'tve_revision_tve_custom_css',''),(10467,625,'tve_revision_tve_user_custom_css',''),(10468,625,'tve_revision_tve_page_events',''),(10469,625,'tve_revision_tve_globals',''),(10470,625,'tve_revision_tve_global_scripts',''),(10471,625,'tve_revision_thrive_icon_pack',''),(10472,625,'tve_revision_thrive_tcb_post_fonts',''),(10473,625,'tve_revision_tve_has_masonry',''),(10474,625,'tve_revision_tve_has_typefocus',''),(10475,625,'tve_revision_tve_updated_post',''),(10476,625,'tve_revision_tve_has_wistia_popover',''),(10477,625,'tve_revision_tve_landing_page',''),(10478,625,'tve_revision_tve_disable_theme_dependency',''),(10479,625,'tve_revision_tve_content_before_more',''),(10480,625,'tve_revision_tve_content_more_found',''),(10481,625,'tve_revision_tve_save_post',''),(10482,625,'tve_revision_tve_custom_css',''),(10483,625,'tve_revision_tve_user_custom_css',''),(10484,625,'tve_revision_tve_page_events',''),(10485,625,'tve_revision_tve_globals',''),(10486,625,'tve_revision_tve_global_scripts',''),(10487,625,'tve_revision_thrive_icon_pack',''),(10488,625,'tve_revision_thrive_tcb_post_fonts',''),(10489,625,'tve_revision_tve_has_masonry',''),(10490,625,'tve_revision_tve_has_typefocus',''),(10491,625,'tve_revision_tve_updated_post',''),(10492,625,'tve_revision_tve_has_wistia_popover',''),(10493,12,'tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(10494,12,'tve_content_more_found',''),(10495,12,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(10496,12,'tve_user_custom_css',''),(10497,12,'tve_page_events','a:0:{}'),(10498,12,'tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(10499,12,'tcb_editor_enabled','1'),(10500,712,'tve_revision_tve_landing_page',''),(10501,712,'tve_revision_tve_disable_theme_dependency',''),(10502,712,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10503,712,'tve_revision_tve_content_more_found',''),(10504,712,'tve_revision_tve_save_post',''),(10505,712,'tve_revision_tve_custom_css',''),(10506,712,'tve_revision_tve_user_custom_css',''),(10507,712,'tve_revision_tve_page_events','a:0:{}'),(10508,712,'tve_revision_tve_globals',''),(10509,712,'tve_revision_tve_global_scripts',''),(10510,712,'tve_revision_thrive_icon_pack',''),(10511,712,'tve_revision_thrive_tcb_post_fonts',''),(10512,712,'tve_revision_tve_has_masonry',''),(10513,712,'tve_revision_tve_has_typefocus',''),(10514,712,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10515,712,'tve_revision_tve_has_wistia_popover',''),(10516,12,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10517,12,'thrive_tcb_post_fonts','a:0:{}'),(10518,12,'thrive_icon_pack','0'),(10519,12,'tve_has_masonry','0'),(10520,12,'tve_has_typefocus','0'),(10521,12,'tve_has_wistia_popover','0'),(10522,713,'tve_revision_tve_landing_page',''),(10523,713,'tve_revision_tve_disable_theme_dependency',''),(10524,713,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10525,713,'tve_revision_tve_content_more_found',''),(10526,713,'tve_revision_tve_save_post',''),(10527,713,'tve_revision_tve_custom_css',''),(10528,713,'tve_revision_tve_user_custom_css',''),(10529,713,'tve_revision_tve_page_events','a:0:{}'),(10530,713,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10531,713,'tve_revision_tve_global_scripts',''),(10532,713,'tve_revision_thrive_icon_pack','0'),(10533,713,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10534,713,'tve_revision_tve_has_masonry','0'),(10535,713,'tve_revision_tve_has_typefocus','0'),(10536,713,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10537,713,'tve_revision_tve_has_wistia_popover','0'),(10538,714,'tve_revision_tve_landing_page',''),(10539,714,'tve_revision_tve_disable_theme_dependency',''),(10540,714,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10541,714,'tve_revision_tve_content_more_found',''),(10542,714,'tve_revision_tve_save_post',''),(10543,714,'tve_revision_tve_custom_css',''),(10544,714,'tve_revision_tve_user_custom_css',''),(10545,714,'tve_revision_tve_page_events','a:0:{}'),(10546,714,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10547,714,'tve_revision_tve_global_scripts',''),(10548,714,'tve_revision_thrive_icon_pack','0'),(10549,714,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10550,714,'tve_revision_tve_has_masonry','0'),(10551,714,'tve_revision_tve_has_typefocus','0'),(10552,714,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10553,714,'tve_revision_tve_has_wistia_popover','0'),(10554,715,'tve_revision_tve_landing_page',''),(10555,715,'tve_revision_tve_disable_theme_dependency',''),(10556,715,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10557,715,'tve_revision_tve_content_more_found',''),(10558,715,'tve_revision_tve_save_post',''),(10559,715,'tve_revision_tve_custom_css',''),(10560,715,'tve_revision_tve_user_custom_css',''),(10561,715,'tve_revision_tve_page_events','a:0:{}'),(10562,715,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10563,715,'tve_revision_tve_global_scripts',''),(10564,715,'tve_revision_thrive_icon_pack','0'),(10565,715,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10566,715,'tve_revision_tve_has_masonry','0'),(10567,715,'tve_revision_tve_has_typefocus','0'),(10568,715,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]News and Articles[/center_heading]<br />\n[latest_posts number=\"3\" /]<br />\n[column size=\"1/3\" last=\"false\"]</p>\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\n<div class=\"_form_3\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10569,715,'tve_revision_tve_has_wistia_popover','0'),(10570,716,'tve_revision_tve_landing_page',''),(10571,716,'tve_revision_tve_disable_theme_dependency',''),(10572,716,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d21f824\"><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p><p>[latest_posts number=\"3\" /]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10573,716,'tve_revision_tve_content_more_found',''),(10574,716,'tve_revision_tve_save_post',''),(10575,716,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d21f824\"] { margin-top: 30px !important; }}'),(10576,716,'tve_revision_tve_user_custom_css',''),(10577,716,'tve_revision_tve_page_events','a:0:{}'),(10578,716,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10579,716,'tve_revision_tve_global_scripts',''),(10580,716,'tve_revision_thrive_icon_pack','0'),(10581,716,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10582,716,'tve_revision_tve_has_masonry','0'),(10583,716,'tve_revision_tve_has_typefocus','0'),(10584,716,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d21f824\"><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p><p>[latest_posts number=\"3\" /]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10585,716,'tve_revision_tve_has_wistia_popover','0'),(10586,717,'tve_revision_tve_landing_page',''),(10587,717,'tve_revision_tve_disable_theme_dependency',''),(10588,717,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d21f824\"><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p></div><div class=\"thrv_wrapper thrv_post_grid\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"vertical\",\"columns\":\"1\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"font-size\":\"\",\"text-line-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"true\",\"read_more\":\"true\"},\"layout\":[\"featured_image\",\"title\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"6\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"28e9adb607\",\"exclude\":0}__CONFIG_post_grid__</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10589,717,'tve_revision_tve_content_more_found',''),(10590,717,'tve_revision_tve_save_post',''),(10591,717,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d21f824\"] { margin-top: 30px !important; }}'),(10592,717,'tve_revision_tve_user_custom_css',''),(10593,717,'tve_revision_tve_page_events','a:0:{}'),(10594,717,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10595,717,'tve_revision_tve_global_scripts',''),(10596,717,'tve_revision_thrive_icon_pack','0'),(10597,717,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10598,717,'tve_revision_tve_has_masonry','0'),(10599,717,'tve_revision_tve_has_typefocus','0'),(10600,717,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d21f824\"><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p></div><div class=\"thrv_wrapper thrv_post_grid\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"vertical\",\"columns\":\"1\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"font-size\":\"\",\"text-line-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"true\",\"read_more\":\"true\"},\"layout\":[\"featured_image\",\"title\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"6\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"28e9adb607\",\"exclude\":0}__CONFIG_post_grid__</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10601,717,'tve_revision_tve_has_wistia_popover','0'),(10602,718,'tve_revision_tve_landing_page',''),(10603,718,'tve_revision_tve_disable_theme_dependency',''),(10604,718,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d21f824\"><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p><p>[latest_posts number=\"3\" /]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10605,718,'tve_revision_tve_content_more_found',''),(10606,718,'tve_revision_tve_save_post',''),(10607,718,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d21f824\"] { margin-top: 30px !important; }}'),(10608,718,'tve_revision_tve_user_custom_css',''),(10609,718,'tve_revision_tve_page_events','a:0:{}'),(10610,718,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10611,718,'tve_revision_tve_global_scripts',''),(10612,718,'tve_revision_thrive_icon_pack','0'),(10613,718,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10614,718,'tve_revision_tve_has_masonry','0'),(10615,718,'tve_revision_tve_has_typefocus','0'),(10616,718,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d21f824\"><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p><p>[latest_posts number=\"3\" /]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10617,718,'tve_revision_tve_has_wistia_popover','0'),(10619,12,'tve_disable_theme_dependency',''),(10620,12,'tve_save_post',''),(10621,12,'tve_global_scripts',''),(10622,719,'tve_revision_tve_landing_page',''),(10623,719,'tve_revision_tve_disable_theme_dependency',''),(10624,719,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10625,719,'tve_revision_tve_content_more_found',''),(10626,719,'tve_revision_tve_save_post',''),(10627,719,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }}'),(10628,719,'tve_revision_tve_user_custom_css',''),(10629,719,'tve_revision_tve_page_events','a:0:{}'),(10630,719,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10631,719,'tve_revision_tve_global_scripts',''),(10632,719,'tve_revision_thrive_icon_pack','0'),(10633,719,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10634,719,'tve_revision_tve_has_masonry','0'),(10635,719,'tve_revision_tve_has_typefocus','0'),(10636,719,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10637,719,'tve_revision_tve_has_wistia_popover','0'),(10638,720,'tve_revision_tve_landing_page',''),(10639,720,'tve_revision_tve_disable_theme_dependency',''),(10640,720,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p><div class=\"wi-center-heading has_boder\"><h4 class=\"h\">Free Guide</h4></div></p></div><div class=\"thrv_wrapper thrv_heading wi-center-heading has_boder\" data-tag=\"h4\"><h4 style=\"text-align: center;\">Your Heading Here</h4></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10641,720,'tve_revision_tve_content_more_found',''),(10642,720,'tve_revision_tve_save_post',''),(10643,720,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }}'),(10644,720,'tve_revision_tve_user_custom_css',''),(10645,720,'tve_revision_tve_page_events','a:0:{}'),(10646,720,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10647,720,'tve_revision_tve_global_scripts',''),(10648,720,'tve_revision_thrive_icon_pack','0'),(10649,720,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10650,720,'tve_revision_tve_has_masonry','0'),(10651,720,'tve_revision_tve_has_typefocus','0'),(10652,720,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p><div class=\"wi-center-heading has_boder\"><h4 class=\"h\">Free Guide</h4></div></p></div><div class=\"thrv_wrapper thrv_heading wi-center-heading has_boder\" data-tag=\"h4\"><h4 style=\"text-align: center;\">Your Heading Here</h4></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10653,720,'tve_revision_tve_has_wistia_popover','0'),(10654,721,'tve_revision_tve_landing_page',''),(10655,721,'tve_revision_tve_disable_theme_dependency',''),(10656,721,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p><div class=\"wi-center-heading has_boder\"><h4 class=\"h\">Free Guide</h4></div></p></div><div class=\"thrv_wrapper thrv_heading wi-center-heading has_boder h\" data-tag=\"h4\"><h4 style=\"text-align: center;\">Your Heading Here</h4></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10657,721,'tve_revision_tve_content_more_found',''),(10658,721,'tve_revision_tve_save_post',''),(10659,721,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }}'),(10660,721,'tve_revision_tve_user_custom_css',''),(10661,721,'tve_revision_tve_page_events','a:0:{}'),(10662,721,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10663,721,'tve_revision_tve_global_scripts',''),(10664,721,'tve_revision_thrive_icon_pack','0'),(10665,721,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10666,721,'tve_revision_tve_has_masonry','0'),(10667,721,'tve_revision_tve_has_typefocus','0'),(10668,721,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p><div class=\"wi-center-heading has_boder\"><h4 class=\"h\">Free Guide</h4></div></p></div><div class=\"thrv_wrapper thrv_heading wi-center-heading has_boder h\" data-tag=\"h4\"><h4 style=\"text-align: center;\">Your Heading Here</h4></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10669,721,'tve_revision_tve_has_wistia_popover','0'),(10670,722,'tve_revision_tve_landing_page',''),(10671,722,'tve_revision_tve_disable_theme_dependency',''),(10672,722,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10673,722,'tve_revision_tve_content_more_found',''),(10674,722,'tve_revision_tve_save_post',''),(10675,722,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }}'),(10676,722,'tve_revision_tve_user_custom_css',''),(10677,722,'tve_revision_tve_page_events','a:0:{}'),(10678,722,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10679,722,'tve_revision_tve_global_scripts',''),(10680,722,'tve_revision_thrive_icon_pack','0'),(10681,722,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10682,722,'tve_revision_tve_has_masonry','0'),(10683,722,'tve_revision_tve_has_typefocus','0'),(10684,722,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10685,722,'tve_revision_tve_has_wistia_popover','0'),(10686,723,'tve_revision_tve_landing_page',''),(10687,723,'tve_revision_tve_disable_theme_dependency',''),(10688,723,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10689,723,'tve_revision_tve_content_more_found',''),(10690,723,'tve_revision_tve_save_post',''),(10691,723,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(10692,723,'tve_revision_tve_user_custom_css',''),(10693,723,'tve_revision_tve_page_events','a:0:{}'),(10694,723,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10695,723,'tve_revision_tve_global_scripts',''),(10696,723,'tve_revision_thrive_icon_pack','0'),(10697,723,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10698,723,'tve_revision_tve_has_masonry','0'),(10699,723,'tve_revision_tve_has_typefocus','0'),(10700,723,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10701,723,'tve_revision_tve_has_wistia_popover','0'),(10702,724,'tve_revision_tve_landing_page',''),(10703,724,'tve_revision_tve_disable_theme_dependency',''),(10704,724,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d38cef1\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d38cef0\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3b5312\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3b7d8e\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10705,724,'tve_revision_tve_content_more_found',''),(10706,724,'tve_revision_tve_save_post',''),(10707,724,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d38cef0\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d38cef1\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3b5312\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3b7d8e\"] { margin-top: -15px !important; }}'),(10708,724,'tve_revision_tve_user_custom_css',''),(10709,724,'tve_revision_tve_page_events','a:0:{}'),(10710,724,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10711,724,'tve_revision_tve_global_scripts',''),(10712,724,'tve_revision_thrive_icon_pack','0'),(10713,724,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10714,724,'tve_revision_tve_has_masonry','0'),(10715,724,'tve_revision_tve_has_typefocus','0'),(10716,724,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d38cef1\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d38cef0\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3b5312\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3b7d8e\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10717,724,'tve_revision_tve_has_wistia_popover','0'),(10718,725,'tve_revision_tve_landing_page',''),(10719,725,'tve_revision_tve_disable_theme_dependency',''),(10720,725,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d38cef1\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d38cef0\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3b5312\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3b7d8e\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660d3cce4f\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10721,725,'tve_revision_tve_content_more_found',''),(10722,725,'tve_revision_tve_save_post',''),(10723,725,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d38cef0\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d38cef1\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3b5312\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3b7d8e\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d3cce4f\"] { margin-top: 0px !important; }}'),(10724,725,'tve_revision_tve_user_custom_css',''),(10725,725,'tve_revision_tve_page_events','a:0:{}'),(10726,725,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10727,725,'tve_revision_tve_global_scripts',''),(10728,725,'tve_revision_thrive_icon_pack','0'),(10729,725,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10730,725,'tve_revision_tve_has_masonry','0'),(10731,725,'tve_revision_tve_has_typefocus','0'),(10732,725,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d38cef1\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d38cef0\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3b5312\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3b7d8e\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660d3cce4f\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Newsletter[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading]\n<div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10733,725,'tve_revision_tve_has_wistia_popover','0'),(10734,726,'tve_revision_tve_landing_page',''),(10735,726,'tve_revision_tve_disable_theme_dependency',''),(10736,726,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3e671d\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d38cef1\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d38cef0\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3b5312\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3b7d8e\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660d3cce4f\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10737,726,'tve_revision_tve_content_more_found',''),(10738,726,'tve_revision_tve_save_post',''),(10739,726,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d38cef0\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d38cef1\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3b5312\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3b7d8e\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d3cce4f\"] { margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d3e671d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(10740,726,'tve_revision_tve_user_custom_css',''),(10741,726,'tve_revision_tve_page_events','a:0:{}'),(10742,726,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10743,726,'tve_revision_tve_global_scripts',''),(10744,726,'tve_revision_thrive_icon_pack','0'),(10745,726,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10746,726,'tve_revision_tve_has_masonry','0'),(10747,726,'tve_revision_tve_has_typefocus','0'),(10748,726,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3e671d\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d38cef1\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d38cef0\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3b5312\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3b7d8e\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660d3cce4f\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(10749,726,'tve_revision_tve_has_wistia_popover','0'),(10750,8,'tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\" data-css=\"tve-u-1664bc043b4\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1664bbffa33\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(10751,8,'tve_content_more_found',''),(10752,8,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; margin-left: 30px !important; }[data-css=\"tve-u-1664b2281fc\"] { width: 408px; float: none; z-index: 3; position: relative; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: 15px !important; margin-right: auto !important; }[data-css=\"tve-u-1664bbffa33\"] { margin-right: 0px !important; }[data-css=\"tve-u-1664bc043b4\"] { margin-left: -40px !important; }}'),(10753,8,'tve_user_custom_css',''),(10754,8,'tve_page_events','a:0:{}'),(10755,8,'tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\" data-css=\"tve-u-1664bc043b4\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1664bbffa33\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(10756,8,'tcb_editor_enabled','1'),(10757,727,'tve_revision_tve_landing_page',''),(10758,727,'tve_revision_tve_disable_theme_dependency',''),(10759,727,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p><br>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[/column]</p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p><br></p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10760,727,'tve_revision_tve_content_more_found',''),(10761,727,'tve_revision_tve_save_post',''),(10762,727,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(10763,727,'tve_revision_tve_user_custom_css',''),(10764,727,'tve_revision_tve_page_events','a:0:{}'),(10765,727,'tve_revision_tve_globals',''),(10766,727,'tve_revision_tve_global_scripts',''),(10767,727,'tve_revision_thrive_icon_pack',''),(10768,727,'tve_revision_thrive_tcb_post_fonts',''),(10769,727,'tve_revision_tve_has_masonry',''),(10770,727,'tve_revision_tve_has_typefocus',''),(10771,727,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p><br>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[/column]</p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p><br></p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10772,727,'tve_revision_tve_has_wistia_popover',''),(10773,8,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10774,8,'thrive_tcb_post_fonts','a:0:{}'),(10775,8,'thrive_icon_pack','0'),(10776,8,'tve_has_masonry','0'),(10777,8,'tve_has_typefocus','0'),(10778,8,'tve_has_wistia_popover','0'),(10779,728,'tve_revision_tve_landing_page',''),(10780,728,'tve_revision_tve_disable_theme_dependency',''),(10781,728,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p><br>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[/column]</p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p><br></p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10782,728,'tve_revision_tve_content_more_found',''),(10783,728,'tve_revision_tve_save_post',''),(10784,728,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(10785,728,'tve_revision_tve_user_custom_css',''),(10786,728,'tve_revision_tve_page_events','a:0:{}'),(10787,728,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10788,728,'tve_revision_tve_global_scripts',''),(10789,728,'tve_revision_thrive_icon_pack','0'),(10790,728,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10791,728,'tve_revision_tve_has_masonry','0'),(10792,728,'tve_revision_tve_has_typefocus','0'),(10793,728,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p><br>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[/column]</p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p><br></p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10794,728,'tve_revision_tve_has_wistia_popover','0'),(10795,729,'tve_revision_tve_landing_page',''),(10796,729,'tve_revision_tve_disable_theme_dependency',''),(10797,729,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p><br>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p><br></p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10798,729,'tve_revision_tve_content_more_found',''),(10799,729,'tve_revision_tve_save_post',''),(10800,729,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(10801,729,'tve_revision_tve_user_custom_css',''),(10802,729,'tve_revision_tve_page_events','a:0:{}'),(10803,729,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10804,729,'tve_revision_tve_global_scripts',''),(10805,729,'tve_revision_thrive_icon_pack','0'),(10806,729,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10807,729,'tve_revision_tve_has_masonry','0'),(10808,729,'tve_revision_tve_has_typefocus','0'),(10809,729,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p><br>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p><br></p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10810,729,'tve_revision_tve_has_wistia_popover','0'),(10811,730,'tve_revision_tve_landing_page',''),(10812,730,'tve_revision_tve_disable_theme_dependency',''),(10813,730,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10814,730,'tve_revision_tve_content_more_found',''),(10815,730,'tve_revision_tve_save_post',''),(10816,730,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(10817,730,'tve_revision_tve_user_custom_css',''),(10818,730,'tve_revision_tve_page_events','a:0:{}'),(10819,730,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10820,730,'tve_revision_tve_global_scripts',''),(10821,730,'tve_revision_thrive_icon_pack','0'),(10822,730,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10823,730,'tve_revision_tve_has_masonry','0'),(10824,730,'tve_revision_tve_has_typefocus','0'),(10825,730,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -89px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10826,730,'tve_revision_tve_has_wistia_popover','0'),(10827,731,'tve_revision_tve_landing_page',''),(10828,731,'tve_revision_tve_disable_theme_dependency',''),(10829,731,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -45px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10830,731,'tve_revision_tve_content_more_found',''),(10831,731,'tve_revision_tve_save_post',''),(10832,731,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(10833,731,'tve_revision_tve_user_custom_css',''),(10834,731,'tve_revision_tve_page_events','a:0:{}'),(10835,731,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10836,731,'tve_revision_tve_global_scripts',''),(10837,731,'tve_revision_thrive_icon_pack','0'),(10838,731,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10839,731,'tve_revision_tve_has_masonry','0'),(10840,731,'tve_revision_tve_has_typefocus','0'),(10841,731,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -45px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10842,731,'tve_revision_tve_has_wistia_popover','0'),(10843,732,'tve_revision_tve_landing_page',''),(10844,732,'tve_revision_tve_disable_theme_dependency',''); INSERT INTO `wp_postmeta` VALUES (10845,732,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -155px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10846,732,'tve_revision_tve_content_more_found',''),(10847,732,'tve_revision_tve_save_post',''),(10848,732,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(10849,732,'tve_revision_tve_user_custom_css',''),(10850,732,'tve_revision_tve_page_events','a:0:{}'),(10851,732,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10852,732,'tve_revision_tve_global_scripts',''),(10853,732,'tve_revision_thrive_icon_pack','0'),(10854,732,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10855,732,'tve_revision_tve_has_masonry','0'),(10856,732,'tve_revision_tve_has_typefocus','0'),(10857,732,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -155px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10858,732,'tve_revision_tve_has_wistia_popover','0'),(10859,733,'tve_revision_tve_landing_page',''),(10860,733,'tve_revision_tve_disable_theme_dependency',''),(10861,733,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -3px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% 91px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10862,733,'tve_revision_tve_content_more_found',''),(10863,733,'tve_revision_tve_save_post',''),(10864,733,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }}'),(10865,733,'tve_revision_tve_user_custom_css',''),(10866,733,'tve_revision_tve_page_events','a:0:{}'),(10867,733,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10868,733,'tve_revision_tve_global_scripts',''),(10869,733,'tve_revision_thrive_icon_pack','0'),(10870,733,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10871,733,'tve_revision_tve_has_masonry','0'),(10872,733,'tve_revision_tve_has_typefocus','0'),(10873,733,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<br>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -3px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% 91px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10874,733,'tve_revision_tve_has_wistia_popover','0'),(10875,734,'tve_revision_tve_landing_page',''),(10876,734,'tve_revision_tve_disable_theme_dependency',''),(10877,734,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -3px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% 91px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10878,734,'tve_revision_tve_content_more_found',''),(10879,734,'tve_revision_tve_save_post',''),(10880,734,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }}'),(10881,734,'tve_revision_tve_user_custom_css',''),(10882,734,'tve_revision_tve_page_events','a:0:{}'),(10883,734,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10884,734,'tve_revision_tve_global_scripts',''),(10885,734,'tve_revision_thrive_icon_pack','0'),(10886,734,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10887,734,'tve_revision_tve_has_masonry','0'),(10888,734,'tve_revision_tve_has_typefocus','0'),(10889,734,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]About Us[/center_heading]\n[column size=\"2/3\" last=\"false\"]</p>\n<h3>Our Core Value: Integrity Above All Else!</h3>\n<p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p>\n<p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer &amp; Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer &amp; Associates different!</p>\n<p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p>\n<p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p>\n<p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p>\n<p>At Sherer &amp; Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p>\n<p><img class=\"aligncenter size-full wp-image-423\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p>\n<p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p>\n<p>[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]<br />\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p>[/column]</p>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% -3px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div><div class=\"wi-fullwidth enable-parallax\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg"); background-attachment: fixed; background-position: 50% 91px;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><p></p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0.3;\"></div></div><div class=\"container\"><p></p>\n<p> </p>\n<p> </p>\n<p></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p></div></div><div class=\"author\"><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO</div></div><br>\n<div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p></div></div><div class=\"author\"><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC</div></div><p></p>\n</div></div>'),(10890,734,'tve_revision_tve_has_wistia_popover','0'),(10891,735,'tve_revision_tve_landing_page',''),(10892,735,'tve_revision_tve_disable_theme_dependency',''),(10893,735,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(10894,735,'tve_revision_tve_content_more_found',''),(10895,735,'tve_revision_tve_save_post',''),(10896,735,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }}'),(10897,735,'tve_revision_tve_user_custom_css',''),(10898,735,'tve_revision_tve_page_events','a:0:{}'),(10899,735,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10900,735,'tve_revision_tve_global_scripts',''),(10901,735,'tve_revision_thrive_icon_pack','0'),(10902,735,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10903,735,'tve_revision_tve_has_masonry','0'),(10904,735,'tve_revision_tve_has_typefocus','0'),(10905,735,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"><style>\n#_form_5BA94AFB4C66A_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BA94AFB4C66A_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BA94AFB4C66A_._form-top { top:0; }\n#_form_5BA94AFB4C66A_._form-bottom { bottom:0; }\n#_form_5BA94AFB4C66A_._form-left { left:0; }\n#_form_5BA94AFB4C66A_._form-right { right:0; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ input[type=\"date\"],#_form_5BA94AFB4C66A_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ textarea { resize:none; }\n#_form_5BA94AFB4C66A_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BA94AFB4C66A_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BA94AFB4C66A_ ._close-icon:before { position:relative; }\n#_form_5BA94AFB4C66A_ ._form-body { margin-bottom:30px; }\n#_form_5BA94AFB4C66A_ ._form-image-left { width:150px; float:left; }\n#_form_5BA94AFB4C66A_ ._form-content-right { margin-left:164px; }\n#_form_5BA94AFB4C66A_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BA94AFB4C66A_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BA94AFB4C66A_ ._form-label,#_form_5BA94AFB4C66A_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BA94AFB4C66A_._dark ._form-branding { color:#333; }\n#_form_5BA94AFB4C66A_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BA94AFB4C66A_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BA94AFB4C66A_ ._form_element * { font-size:14px; }\n#_form_5BA94AFB4C66A_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BA94AFB4C66A_ ._form_element._clear:after { clear:left; }\n#_form_5BA94AFB4C66A_ ._form_element input[type=\"text\"],#_form_5BA94AFB4C66A_ ._form_element input[type=\"date\"],#_form_5BA94AFB4C66A_ ._form_element select,#_form_5BA94AFB4C66A_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ ._field-wrapper { position:relative; }\n#_form_5BA94AFB4C66A_ ._inline-style { float:left; }\n#_form_5BA94AFB4C66A_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BA94AFB4C66A_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BA94AFB4C66A_ ._form_element img._form-image { max-width:100%; }\n#_form_5BA94AFB4C66A_ ._clear-element { clear:left; }\n#_form_5BA94AFB4C66A_ ._full_width { width:100%; }\n#_form_5BA94AFB4C66A_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"]._has_error,#_form_5BA94AFB4C66A_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BA94AFB4C66A_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BA94AFB4C66A_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BA94AFB4C66A_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BA94AFB4C66A_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BA94AFB4C66A_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BA94AFB4C66A_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BA94AFB4C66A_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BA94AFB4C66A_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BA94AFB4C66A_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BA94AFB4C66A_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BA94AFB4C66A_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BA94AFB4C66A_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BA94AFB4C66A_ ._form-content { margin:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-inner { display:block; min-width:100%; }\n#_form_5BA94AFB4C66A_ ._form-title,#_form_5BA94AFB4C66A_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:1.2em; }\n#_form_5BA94AFB4C66A_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BA94AFB4C66A_ ._form-element,#_form_5BA94AFB4C66A_ ._inline-style,#_form_5BA94AFB4C66A_ input[type=\"text\"],#_form_5BA94AFB4C66A_ label,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BA94AFB4C66A_ ._row._checkbox-radio label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row,#_form_5BA94AFB4C66A_ p,#_form_5BA94AFB4C66A_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"],#_form_5BA94AFB4C66A_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BA94AFB4C66A_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BA94AFB4C66A_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BA94AFB4C66A_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BA94AFB4C66A_ input[type=\"radio\"],#_form_5BA94AFB4C66A_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BA94AFB4C66A_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BA94AFB4C66A_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BA94AFB4C66A_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:350px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BA94AFB4C66A_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BA94AFB4C66A_:before,#_form_5BA94AFB4C66A_:after { content:\" \"; display:table; }\n#_form_5BA94AFB4C66A_:after { clear:both; }\n#_form_5BA94AFB4C66A_._inline-style { width:auto; display:inline-block; }\n#_form_5BA94AFB4C66A_._inline-style input[type=\"text\"],#_form_5BA94AFB4C66A_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BA94AFB4C66A_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BA94AFB4C66A_._inline-style p { margin:0; }\n#_form_5BA94AFB4C66A_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BA94AFB4C66A_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BA94AFB4C66A_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BA94AFB4C66A_\" class=\"_form _form_1 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BA94AFB4C66A\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"1\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x88644597 _full_width \">\n<label class=\"_form-label\">Full Name*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" required=\"\" data-name=\"fullname\" style=\"background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;\">\n</div>\n</div>\n<div class=\"_form_element _x37652522 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"Type your City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field16 _full_width \">\n<label class=\"_form-label\">Zip*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[16]\" value=\"\" placeholder=\"Type your Zip\" required=\"\" data-name=\"zip\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_1_submit\" class=\"_submit\" type=\"submit\">Send Me The Guide!</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(10906,735,'tve_revision_tve_has_wistia_popover','0'),(10907,736,'tve_revision_tve_landing_page',''),(10908,736,'tve_revision_tve_disable_theme_dependency',''),(10909,736,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(10910,736,'tve_revision_tve_content_more_found',''),(10911,736,'tve_revision_tve_save_post',''),(10912,736,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }}'),(10913,736,'tve_revision_tve_user_custom_css',''),(10914,736,'tve_revision_tve_page_events','a:0:{}'),(10915,736,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(10916,736,'tve_revision_tve_global_scripts',''),(10917,736,'tve_revision_thrive_icon_pack','0'),(10918,736,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(10919,736,'tve_revision_tve_has_masonry','0'),(10920,736,'tve_revision_tve_has_typefocus','0'),(10921,736,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(10922,736,'tve_revision_tve_has_wistia_popover','0'),(10923,22,'tcb2_ready','1'),(10987,703,'_wi_layout','full'),(10988,703,'_wi_type','slideshow'),(11021,739,'_edit_lock','1538869373:166'),(11022,739,'_edit_last','166'),(11023,739,'_thumbnail_id','643'),(11024,739,'slide_template','default'),(11025,739,'_yoast_wpseo_primary_portfolio_category','4'),(11026,739,'_wi_client','508 Rhett Street'),(11027,739,'_wi_url-target','_self'),(11028,739,'_wi_hide-portfolio-categories','0'),(11029,739,'_wi_layout','full'),(11030,739,'_wi_type','slideshow'),(11031,739,'_wi_slideshow-images','643'),(11032,739,'_wi_slideshow-effect','slide'),(11033,739,'_wi_slideshow-auto','1'),(11034,739,'_wi_slideshow-navi','1'),(11035,739,'_wi_slideshow-pager','1'),(11036,739,'_wi_slideshow-thumbnail-pager','1'),(11037,739,'_wi_slideshow-smooth-height','1'),(11038,739,'_wi_slideshow-natural-width','1'),(11039,739,'_yoast_wpseo_content_score','30'),(11056,741,'tve_revision_tve_landing_page',''),(11057,741,'tve_revision_tve_disable_theme_dependency',''),(11058,741,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11059,741,'tve_revision_tve_content_more_found',''),(11060,741,'tve_revision_tve_save_post',''),(11061,741,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; }}'),(11062,741,'tve_revision_tve_user_custom_css',''),(11063,741,'tve_revision_tve_page_events','a:0:{}'),(11064,741,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11065,741,'tve_revision_tve_global_scripts',''),(11066,741,'tve_revision_thrive_icon_pack','0'),(11067,741,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11068,741,'tve_revision_tve_has_masonry','0'),(11069,741,'tve_revision_tve_has_typefocus','0'),(11070,741,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11071,741,'tve_revision_tve_has_wistia_popover','0'),(11072,742,'tve_revision_tve_landing_page',''),(11073,742,'tve_revision_tve_disable_theme_dependency',''),(11074,742,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11075,742,'tve_revision_tve_content_more_found',''),(11076,742,'tve_revision_tve_save_post',''),(11077,742,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: 0px !important; }}'),(11078,742,'tve_revision_tve_user_custom_css',''),(11079,742,'tve_revision_tve_page_events','a:0:{}'),(11080,742,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11081,742,'tve_revision_tve_global_scripts',''),(11082,742,'tve_revision_thrive_icon_pack','0'),(11083,742,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11084,742,'tve_revision_tve_has_masonry','0'),(11085,742,'tve_revision_tve_has_typefocus','0'),(11086,742,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11087,742,'tve_revision_tve_has_wistia_popover','0'),(11088,743,'tve_revision_tve_landing_page',''),(11089,743,'tve_revision_tve_disable_theme_dependency',''),(11090,743,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11091,743,'tve_revision_tve_content_more_found',''),(11092,743,'tve_revision_tve_save_post',''),(11093,743,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }}'),(11094,743,'tve_revision_tve_user_custom_css',''),(11095,743,'tve_revision_tve_page_events','a:0:{}'),(11096,743,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11097,743,'tve_revision_tve_global_scripts',''),(11098,743,'tve_revision_thrive_icon_pack','0'),(11099,743,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11100,743,'tve_revision_tve_has_masonry','0'),(11101,743,'tve_revision_tve_has_typefocus','0'),(11102,743,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11103,743,'tve_revision_tve_has_wistia_popover','0'),(11104,338,'_thumbnail_id','653'),(11106,340,'_thumbnail_id','410'),(11127,745,'tve_revision_tve_landing_page',''),(11128,745,'tve_revision_tve_disable_theme_dependency',''),(11129,745,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(11130,745,'tve_revision_tve_content_more_found',''),(11131,745,'tve_revision_tve_save_post',''),(11132,745,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(11133,745,'tve_revision_tve_user_custom_css',''),(11134,745,'tve_revision_tve_page_events','a:0:{}'),(11135,745,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11136,745,'tve_revision_tve_global_scripts',''),(11137,745,'tve_revision_thrive_icon_pack','0'),(11138,745,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11139,745,'tve_revision_tve_has_masonry','0'),(11140,745,'tve_revision_tve_has_typefocus','0'),(11141,745,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(11142,745,'tve_revision_tve_has_wistia_popover','0'),(11143,746,'slide_template',''),(11144,746,'_wi_gallery-effect','slide'),(11145,746,'_wi_gallery-navi','1'),(11146,746,'_wi_gallery-pager','0'),(11147,746,'_wi_gallery-thumbnail-pager','0'),(11148,746,'_wi_gallery-auto','1'),(11149,746,'_wi_gallery-smooth-height','0'),(11150,746,'_wi_gallery-natural-width','0'),(11151,746,'_wi_link-target','_self'),(11152,746,'_yoast_wpseo_content_score','30'),(11153,746,'_yoast_wpseo_primary_category','6'),(11154,746,'_wi_blog-meta','no'),(11155,746,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:41:\".meta {\r\n display: none !important;\r\n}\";}}'),(11156,746,'_thumbnail_id','483'),(11157,746,'_dp_original','340'),(11158,746,'_edit_lock','1538238544:166'),(11159,746,'_edit_last','166'),(11161,747,'tve_revision_tve_landing_page',''),(11162,747,'tve_revision_tve_disable_theme_dependency',''),(11163,747,'tve_revision_tve_content_before_more',''),(11164,747,'tve_revision_tve_content_more_found',''),(11165,747,'tve_revision_tve_save_post',''),(11166,747,'tve_revision_tve_custom_css',''),(11167,747,'tve_revision_tve_user_custom_css',''),(11168,747,'tve_revision_tve_page_events',''),(11169,747,'tve_revision_tve_globals',''),(11170,747,'tve_revision_tve_global_scripts',''),(11171,747,'tve_revision_thrive_icon_pack',''),(11172,747,'tve_revision_thrive_tcb_post_fonts',''),(11173,747,'tve_revision_tve_has_masonry',''),(11174,747,'tve_revision_tve_has_typefocus',''),(11175,747,'tve_revision_tve_updated_post',''),(11176,747,'tve_revision_tve_has_wistia_popover',''),(11193,749,'slide_template',''),(11194,749,'_wi_gallery-effect','slide'),(11195,749,'_wi_gallery-navi','1'),(11196,749,'_wi_gallery-pager','0'),(11197,749,'_wi_gallery-thumbnail-pager','0'),(11198,749,'_wi_gallery-auto','1'),(11199,749,'_wi_gallery-smooth-height','0'),(11200,749,'_wi_gallery-natural-width','0'),(11201,749,'_wi_link-target','_self'),(11202,749,'_yoast_wpseo_content_score','60'),(11203,749,'_yoast_wpseo_primary_category','6'),(11204,749,'_wi_blog-meta','no'),(11205,749,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:41:\".meta {\r\n display: none !important;\r\n}\";}}'),(11208,749,'_dp_original','746'),(11209,749,'_edit_lock','1538238554:166'),(11210,749,'_edit_last','166'),(11212,750,'tve_revision_tve_landing_page',''),(11213,750,'tve_revision_tve_disable_theme_dependency',''),(11214,750,'tve_revision_tve_content_before_more',''),(11215,750,'tve_revision_tve_content_more_found',''),(11216,750,'tve_revision_tve_save_post',''),(11217,750,'tve_revision_tve_custom_css',''),(11218,750,'tve_revision_tve_user_custom_css',''),(11219,750,'tve_revision_tve_page_events',''),(11220,750,'tve_revision_tve_globals',''),(11221,750,'tve_revision_tve_global_scripts',''),(11222,750,'tve_revision_thrive_icon_pack',''),(11223,750,'tve_revision_thrive_tcb_post_fonts',''),(11224,750,'tve_revision_tve_has_masonry',''),(11225,750,'tve_revision_tve_has_typefocus',''),(11226,750,'tve_revision_tve_updated_post',''),(11227,750,'tve_revision_tve_has_wistia_popover',''),(11230,600,'tve_revision_tve_landing_page',''),(11231,600,'tve_revision_tve_disable_theme_dependency',''),(11232,600,'tve_revision_tve_content_before_more',''),(11233,600,'tve_revision_tve_content_more_found',''),(11234,600,'tve_revision_tve_save_post',''),(11235,600,'tve_revision_tve_custom_css',''),(11236,600,'tve_revision_tve_user_custom_css',''),(11237,600,'tve_revision_tve_page_events',''),(11238,600,'tve_revision_tve_globals',''),(11239,600,'tve_revision_tve_global_scripts',''),(11240,600,'tve_revision_thrive_icon_pack',''),(11241,600,'tve_revision_thrive_tcb_post_fonts',''),(11242,600,'tve_revision_tve_has_masonry',''),(11243,600,'tve_revision_tve_has_typefocus',''),(11244,600,'tve_revision_tve_updated_post',''),(11245,600,'tve_revision_tve_has_wistia_popover',''),(11247,749,'_thumbnail_id','613'),(11249,751,'tve_revision_tve_landing_page',''),(11250,751,'tve_revision_tve_disable_theme_dependency',''),(11251,751,'tve_revision_tve_content_before_more',''),(11252,751,'tve_revision_tve_content_more_found',''),(11253,751,'tve_revision_tve_save_post',''),(11254,751,'tve_revision_tve_custom_css',''),(11255,751,'tve_revision_tve_user_custom_css',''),(11256,751,'tve_revision_tve_page_events',''),(11257,751,'tve_revision_tve_globals',''),(11258,751,'tve_revision_tve_global_scripts',''),(11259,751,'tve_revision_thrive_icon_pack',''),(11260,751,'tve_revision_thrive_tcb_post_fonts',''),(11261,751,'tve_revision_tve_has_masonry',''),(11262,751,'tve_revision_tve_has_typefocus',''),(11263,751,'tve_revision_tve_updated_post',''),(11264,751,'tve_revision_tve_has_wistia_popover',''),(11266,752,'tve_revision_tve_landing_page',''),(11267,752,'tve_revision_tve_disable_theme_dependency',''),(11268,752,'tve_revision_tve_content_before_more',''),(11269,752,'tve_revision_tve_content_more_found',''),(11270,752,'tve_revision_tve_save_post',''),(11271,752,'tve_revision_tve_custom_css',''),(11272,752,'tve_revision_tve_user_custom_css',''),(11273,752,'tve_revision_tve_page_events',''),(11274,752,'tve_revision_tve_globals',''),(11275,752,'tve_revision_tve_global_scripts',''),(11276,752,'tve_revision_thrive_icon_pack',''),(11277,752,'tve_revision_thrive_tcb_post_fonts',''),(11278,752,'tve_revision_tve_has_masonry',''),(11279,752,'tve_revision_tve_has_typefocus',''),(11280,752,'tve_revision_tve_updated_post',''),(11281,752,'tve_revision_tve_has_wistia_popover',''),(11282,749,'tcb2_ready','1'),(11283,753,'tve_revision_tve_landing_page',''),(11284,753,'tve_revision_tve_disable_theme_dependency',''),(11285,753,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-16611729ae7\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h2 style=\"text-align: center;\">Sign Me Up!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11286,753,'tve_revision_tve_content_more_found',''),(11287,753,'tve_revision_tve_save_post',''),(11288,753,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-16611729ae7\"] { margin-top: 0px !important; padding-top: 20px !important; }}'),(11289,753,'tve_revision_tve_user_custom_css',''),(11290,753,'tve_revision_tve_page_events','a:0:{}'),(11291,753,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11292,753,'tve_revision_tve_global_scripts',''),(11293,753,'tve_revision_thrive_icon_pack','0'),(11294,753,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11295,753,'tve_revision_tve_has_masonry','0'),(11296,753,'tve_revision_tve_has_typefocus','0'),(11297,753,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-16611729ae7\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h2 style=\"text-align: center;\">Sign Me Up!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11298,753,'tve_revision_tve_has_wistia_popover','0'),(11299,340,'amazonS3_cache','a:3:{s:83:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\";i:661;s:91:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\";i:661;s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1537999156;}}'),(11300,754,'tve_revision_tve_landing_page',''),(11301,754,'tve_revision_tve_disable_theme_dependency',''),(11302,754,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11303,754,'tve_revision_tve_content_more_found',''),(11304,754,'tve_revision_tve_save_post',''),(11305,754,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11306,754,'tve_revision_tve_user_custom_css',''),(11307,754,'tve_revision_tve_page_events','a:0:{}'),(11308,754,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11309,754,'tve_revision_tve_global_scripts',''),(11310,754,'tve_revision_thrive_icon_pack','0'),(11311,754,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11312,754,'tve_revision_tve_has_masonry','0'),(11313,754,'tve_revision_tve_has_typefocus','0'),(11314,754,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11315,754,'tve_revision_tve_has_wistia_popover','0'),(11316,755,'slide_template',''),(11317,755,'_wi_gallery-effect','slide'),(11318,755,'_wi_gallery-navi','1'),(11319,755,'_wi_gallery-pager','0'),(11320,755,'_wi_gallery-thumbnail-pager','0'),(11321,755,'_wi_gallery-auto','1'),(11322,755,'_wi_gallery-smooth-height','0'),(11323,755,'_wi_gallery-natural-width','0'),(11324,755,'_wi_link-target','_self'),(11325,755,'_yoast_wpseo_content_score','30'),(11326,755,'_yoast_wpseo_primary_category','6'),(11327,755,'_wi_blog-meta','no'),(11328,755,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:41:\".meta {\r\n display: none !important;\r\n}\";}}'),(11330,755,'_thumbnail_id','642'),(11331,755,'tcb2_ready','1'),(11332,755,'_dp_original','749'),(11333,756,'slide_template',''),(11334,756,'_wi_gallery-effect','slide'),(11335,756,'_wi_gallery-navi','1'),(11336,756,'_wi_gallery-pager','0'),(11337,756,'_wi_gallery-thumbnail-pager','0'),(11338,756,'_wi_gallery-auto','1'),(11339,756,'_wi_gallery-smooth-height','0'),(11340,756,'_wi_gallery-natural-width','0'),(11341,756,'_wi_link-target','_self'),(11342,756,'_yoast_wpseo_content_score','30'),(11343,756,'_yoast_wpseo_primary_category','6'),(11344,756,'_wi_blog-meta','no'),(11345,756,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:41:\".meta {\r\n display: none !important;\r\n}\";}}'),(11346,756,'_thumbnail_id','646'),(11347,756,'tcb2_ready','1'),(11349,756,'_dp_original','755'),(11350,756,'_edit_lock','1538863600:166'),(11351,756,'_edit_last','166'),(11352,757,'tve_revision_tve_landing_page',''),(11353,757,'tve_revision_tve_disable_theme_dependency',''),(11354,757,'tve_revision_tve_content_before_more',''),(11355,757,'tve_revision_tve_content_more_found',''),(11356,757,'tve_revision_tve_save_post',''),(11357,757,'tve_revision_tve_custom_css',''),(11358,757,'tve_revision_tve_user_custom_css',''),(11359,757,'tve_revision_tve_page_events',''),(11360,757,'tve_revision_tve_globals',''),(11361,757,'tve_revision_tve_global_scripts',''),(11362,757,'tve_revision_thrive_icon_pack',''),(11363,757,'tve_revision_thrive_tcb_post_fonts',''),(11364,757,'tve_revision_tve_has_masonry',''),(11365,757,'tve_revision_tve_has_typefocus',''),(11366,757,'tve_revision_tve_updated_post',''),(11367,757,'tve_revision_tve_has_wistia_popover',''),(11370,756,'tcb_editor_enabled','1'),(11371,756,'tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f8bff0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <strong><a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></strong> and be sure to ask for our <strong><a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a></strong>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(11372,756,'tve_content_more_found',''),(11373,756,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 91%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16617f8bff0\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }}'),(11374,756,'tve_user_custom_css',''),(11375,756,'tve_page_events','a:0:{}'),(11376,756,'tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f8bff0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <strong><a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></strong> and be sure to ask for our <strong><a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a></strong>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(11378,758,'tve_revision_tve_landing_page',''),(11379,758,'tve_revision_tve_disable_theme_dependency',''),(11380,758,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p>\n<p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p>\n<p>What makes a design sustainable?</p>\n<p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p>\n<p>How will the building be used?</p>\n<p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p>\n<p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p>\n<p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our Base Camp Feasibility Analysis™. Save time and Money!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11381,758,'tve_revision_tve_content_more_found',''),(11382,758,'tve_revision_tve_save_post',''),(11383,758,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 100%; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }}'),(11384,758,'tve_revision_tve_user_custom_css',''),(11385,758,'tve_revision_tve_page_events','a:0:{}'),(11386,758,'tve_revision_tve_globals',''),(11387,758,'tve_revision_tve_global_scripts',''),(11388,758,'tve_revision_thrive_icon_pack',''),(11389,758,'tve_revision_thrive_tcb_post_fonts',''),(11390,758,'tve_revision_tve_has_masonry',''),(11391,758,'tve_revision_tve_has_typefocus',''),(11392,758,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p>\n<p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p>\n<p>What makes a design sustainable?</p>\n<p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p>\n<p>How will the building be used?</p>\n<p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p>\n<p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p>\n<p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our Base Camp Feasibility Analysis™. Save time and Money!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11393,758,'tve_revision_tve_has_wistia_popover',''),(11394,756,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11395,756,'thrive_tcb_post_fonts','a:0:{}'),(11396,756,'thrive_icon_pack','0'),(11397,756,'tve_has_masonry','0'),(11398,756,'tve_has_typefocus','0'),(11399,756,'tve_has_wistia_popover','0'),(11401,759,'tve_revision_tve_landing_page',''),(11402,759,'tve_revision_tve_disable_theme_dependency',''),(11403,759,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p>\n<p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p>\n<p>What makes a design sustainable?</p>\n<p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p>\n<p>How will the building be used?</p>\n<p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p>\n<p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p>\n<p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our Base Camp Feasibility Analysis™. Save time and Money!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11404,759,'tve_revision_tve_content_more_found',''),(11405,759,'tve_revision_tve_save_post',''),(11406,759,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 100%; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }}'),(11407,759,'tve_revision_tve_user_custom_css',''),(11408,759,'tve_revision_tve_page_events','a:0:{}'),(11409,759,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11410,759,'tve_revision_tve_global_scripts',''),(11411,759,'tve_revision_thrive_icon_pack','0'),(11412,759,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11413,759,'tve_revision_tve_has_masonry','0'),(11414,759,'tve_revision_tve_has_typefocus','0'),(11415,759,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p>\n<p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p>\n<p>What makes a design sustainable?</p>\n<p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p>\n<p>How will the building be used?</p>\n<p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p>\n<p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p>\n<p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our Base Camp Feasibility Analysis™. Save time and Money!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11416,759,'tve_revision_tve_has_wistia_popover','0'),(11417,756,'amazonS3_cache','a:8:{s:88:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\";i:644;s:96:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\";i:644;s:94:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\";i:648;s:102:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\";i:648;s:93:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg\";i:646;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\";i:646;s:103:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2-e1538000592302.jpg\";i:644;s:111:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\";i:644;}'),(11418,755,'_edit_lock','1538863611:166'),(11419,755,'_edit_last','166'),(11421,760,'tve_revision_tve_landing_page',''),(11422,760,'tve_revision_tve_disable_theme_dependency',''),(11423,760,'tve_revision_tve_content_before_more',''),(11424,760,'tve_revision_tve_content_more_found',''),(11425,760,'tve_revision_tve_save_post',''),(11426,760,'tve_revision_tve_custom_css',''),(11427,760,'tve_revision_tve_user_custom_css',''),(11428,760,'tve_revision_tve_page_events',''),(11429,760,'tve_revision_tve_globals',''),(11430,760,'tve_revision_tve_global_scripts',''),(11431,760,'tve_revision_thrive_icon_pack',''),(11432,760,'tve_revision_thrive_tcb_post_fonts',''),(11433,760,'tve_revision_tve_has_masonry',''),(11434,760,'tve_revision_tve_has_typefocus',''),(11435,760,'tve_revision_tve_updated_post',''),(11436,760,'tve_revision_tve_has_wistia_popover',''),(11437,761,'tve_revision_tve_landing_page',''),(11438,761,'tve_revision_tve_disable_theme_dependency',''),(11439,761,'tve_revision_tve_content_before_more',''),(11440,761,'tve_revision_tve_content_more_found',''),(11441,761,'tve_revision_tve_save_post',''),(11442,761,'tve_revision_tve_custom_css',''),(11443,761,'tve_revision_tve_user_custom_css',''),(11444,761,'tve_revision_tve_page_events',''),(11445,761,'tve_revision_tve_globals',''),(11446,761,'tve_revision_tve_global_scripts',''),(11447,761,'tve_revision_thrive_icon_pack',''),(11448,761,'tve_revision_thrive_tcb_post_fonts',''),(11449,761,'tve_revision_tve_has_masonry',''),(11450,761,'tve_revision_tve_has_typefocus',''),(11451,761,'tve_revision_tve_updated_post',''),(11452,761,'tve_revision_tve_has_wistia_popover',''),(11454,762,'tve_revision_tve_landing_page',''),(11455,762,'tve_revision_tve_disable_theme_dependency',''),(11456,762,'tve_revision_tve_content_before_more',''),(11457,762,'tve_revision_tve_content_more_found',''),(11458,762,'tve_revision_tve_save_post',''),(11459,762,'tve_revision_tve_custom_css',''),(11460,762,'tve_revision_tve_user_custom_css',''),(11461,762,'tve_revision_tve_page_events',''),(11462,762,'tve_revision_tve_globals',''),(11463,762,'tve_revision_tve_global_scripts',''),(11464,762,'tve_revision_thrive_icon_pack',''),(11465,762,'tve_revision_thrive_tcb_post_fonts',''),(11466,762,'tve_revision_tve_has_masonry',''),(11467,762,'tve_revision_tve_has_typefocus',''),(11468,762,'tve_revision_tve_updated_post',''),(11469,762,'tve_revision_tve_has_wistia_popover',''),(11470,755,'tcb_editor_enabled','1'),(11472,763,'tve_revision_tve_landing_page',''),(11473,763,'tve_revision_tve_disable_theme_dependency',''),(11474,763,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(11475,763,'tve_revision_tve_content_more_found',''),(11476,763,'tve_revision_tve_save_post',''),(11477,763,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 100%; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }}'),(11478,763,'tve_revision_tve_user_custom_css',''),(11479,763,'tve_revision_tve_page_events','a:0:{}'),(11480,763,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11481,763,'tve_revision_tve_global_scripts',''),(11482,763,'tve_revision_thrive_icon_pack','0'),(11483,763,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11484,763,'tve_revision_tve_has_masonry','0'),(11485,763,'tve_revision_tve_has_typefocus','0'),(11486,763,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(11487,763,'tve_revision_tve_has_wistia_popover','0'),(11489,755,'tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">Coming Soon</p></div></div></div></div></div>'),(11490,755,'tve_content_more_found',''),(11491,755,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 417px; }[data-css=\"tve-u-166118ce290\"] { width: 363px; }[data-css=\"tve-u-16617f40175\"] { width: 476px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f51c7c\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f5656b\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(11492,755,'tve_user_custom_css',''),(11493,755,'tve_page_events','a:0:{}'),(11494,755,'tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">Coming Soon</p></div></div></div></div></div>'),(11496,764,'tve_revision_tve_landing_page',''),(11497,764,'tve_revision_tve_disable_theme_dependency',''),(11498,764,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11499,764,'tve_revision_tve_content_more_found',''),(11500,764,'tve_revision_tve_save_post',''),(11501,764,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }[data-css=\"tve-u-166118ce290\"] { width: 732px; }}'),(11502,764,'tve_revision_tve_user_custom_css',''),(11503,764,'tve_revision_tve_page_events','a:0:{}'),(11504,764,'tve_revision_tve_globals',''),(11505,764,'tve_revision_tve_global_scripts',''),(11506,764,'tve_revision_thrive_icon_pack',''),(11507,764,'tve_revision_thrive_tcb_post_fonts',''),(11508,764,'tve_revision_tve_has_masonry',''),(11509,764,'tve_revision_tve_has_typefocus',''),(11510,764,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11511,764,'tve_revision_tve_has_wistia_popover',''),(11512,755,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11513,755,'thrive_tcb_post_fonts','a:0:{}'),(11514,755,'thrive_icon_pack','0'),(11515,755,'tve_has_masonry','0'),(11516,755,'tve_has_typefocus','0'),(11517,755,'tve_has_wistia_popover','0'),(11519,765,'tve_revision_tve_landing_page',''),(11520,765,'tve_revision_tve_disable_theme_dependency',''),(11521,765,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11522,765,'tve_revision_tve_content_more_found',''),(11523,765,'tve_revision_tve_save_post',''),(11524,765,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }[data-css=\"tve-u-166118ce290\"] { width: 732px; }}'),(11525,765,'tve_revision_tve_user_custom_css',''),(11526,765,'tve_revision_tve_page_events','a:0:{}'),(11527,765,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11528,765,'tve_revision_tve_global_scripts',''),(11529,765,'tve_revision_thrive_icon_pack','0'),(11530,765,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11531,765,'tve_revision_tve_has_masonry','0'),(11532,765,'tve_revision_tve_has_typefocus','0'),(11533,765,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11534,765,'tve_revision_tve_has_wistia_popover','0'),(11535,755,'amazonS3_cache','a:6:{s:102:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\";i:640;s:110:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\";i:640;s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\";i:641;s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\";i:641;s:121:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\";i:642;s:129:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\";i:642;}'),(11536,766,'tve_revision_tve_landing_page',''),(11537,766,'tve_revision_tve_disable_theme_dependency',''),(11538,766,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p>[display-posts id=\"755,756\"]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11539,766,'tve_revision_tve_content_more_found',''),(11540,766,'tve_revision_tve_save_post',''),(11541,766,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11542,766,'tve_revision_tve_user_custom_css',''),(11543,766,'tve_revision_tve_page_events','a:0:{}'),(11544,766,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11545,766,'tve_revision_tve_global_scripts',''),(11546,766,'tve_revision_thrive_icon_pack','0'),(11547,766,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11548,766,'tve_revision_tve_has_masonry','0'),(11549,766,'tve_revision_tve_has_typefocus','0'),(11550,766,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p>[display-posts id=\"755,756\"]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11551,766,'tve_revision_tve_has_wistia_popover','0'),(11552,749,'amazonS3_cache','a:3:{s:83:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\";i:661;s:91:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\";i:661;s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1537893104;}}'),(11553,572,'tve_revision_tve_landing_page',''),(11554,572,'tve_revision_tve_disable_theme_dependency',''),(11555,572,'tve_revision_tve_content_before_more',''),(11556,572,'tve_revision_tve_content_more_found',''),(11557,572,'tve_revision_tve_save_post',''),(11558,572,'tve_revision_tve_custom_css',''),(11559,572,'tve_revision_tve_user_custom_css',''),(11560,572,'tve_revision_tve_page_events',''),(11561,572,'tve_revision_tve_globals',''),(11562,572,'tve_revision_tve_global_scripts',''),(11563,572,'tve_revision_thrive_icon_pack',''),(11564,572,'tve_revision_thrive_tcb_post_fonts',''),(11565,572,'tve_revision_tve_has_masonry',''),(11566,572,'tve_revision_tve_has_typefocus',''),(11567,572,'tve_revision_tve_updated_post',''),(11568,572,'tve_revision_tve_has_wistia_popover',''),(11574,767,'tve_revision_tve_landing_page',''),(11575,767,'tve_revision_tve_disable_theme_dependency',''),(11576,767,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11577,767,'tve_revision_tve_content_more_found',''),(11578,767,'tve_revision_tve_save_post',''),(11579,767,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }[data-css=\"tve-u-166118ce290\"] { width: 732px; }}'),(11580,767,'tve_revision_tve_user_custom_css',''),(11581,767,'tve_revision_tve_page_events','a:0:{}'),(11582,767,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11583,767,'tve_revision_tve_global_scripts',''),(11584,767,'tve_revision_thrive_icon_pack','0'),(11585,767,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11586,767,'tve_revision_tve_has_masonry','0'),(11587,767,'tve_revision_tve_has_typefocus','0'),(11588,767,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11589,767,'tve_revision_tve_has_wistia_popover','0'),(11591,768,'tve_revision_tve_landing_page',''),(11592,768,'tve_revision_tve_disable_theme_dependency',''),(11593,768,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(11594,768,'tve_revision_tve_content_more_found',''),(11595,768,'tve_revision_tve_save_post',''),(11596,768,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 100%; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }}'),(11597,768,'tve_revision_tve_user_custom_css',''),(11598,768,'tve_revision_tve_page_events','a:0:{}'),(11599,768,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11600,768,'tve_revision_tve_global_scripts',''),(11601,768,'tve_revision_thrive_icon_pack','0'),(11602,768,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11603,768,'tve_revision_tve_has_masonry','0'),(11604,768,'tve_revision_tve_has_typefocus','0'),(11605,768,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(11606,768,'tve_revision_tve_has_wistia_popover','0'),(11611,769,'tve_revision_tve_landing_page',''),(11612,769,'tve_revision_tve_disable_theme_dependency',''),(11613,769,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11614,769,'tve_revision_tve_content_more_found',''),(11615,769,'tve_revision_tve_save_post',''),(11616,769,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11617,769,'tve_revision_tve_user_custom_css',''),(11618,769,'tve_revision_tve_page_events','a:0:{}'),(11619,769,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11620,769,'tve_revision_tve_global_scripts',''),(11621,769,'tve_revision_thrive_icon_pack','0'),(11622,769,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11623,769,'tve_revision_tve_has_masonry','0'),(11624,769,'tve_revision_tve_has_typefocus','0'),(11625,769,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11626,769,'tve_revision_tve_has_wistia_popover','0'),(11627,770,'tve_revision_tve_landing_page',''),(11628,770,'tve_revision_tve_disable_theme_dependency',''),(11629,770,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11630,770,'tve_revision_tve_content_more_found',''),(11631,770,'tve_revision_tve_save_post',''),(11632,770,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 500px; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11633,770,'tve_revision_tve_user_custom_css',''),(11634,770,'tve_revision_tve_page_events','a:0:{}'),(11635,770,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11636,770,'tve_revision_tve_global_scripts',''),(11637,770,'tve_revision_thrive_icon_pack','0'),(11638,770,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11639,770,'tve_revision_tve_has_masonry','0'),(11640,770,'tve_revision_tve_has_typefocus','0'),(11641,770,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11642,770,'tve_revision_tve_has_wistia_popover','0'),(11643,201,'tcb2_ready','1'),(11644,771,'tve_revision_tve_landing_page',''),(11645,771,'tve_revision_tve_disable_theme_dependency',''),(11646,771,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11647,771,'tve_revision_tve_content_more_found',''),(11648,771,'tve_revision_tve_save_post',''),(11649,771,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 400px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11650,771,'tve_revision_tve_user_custom_css',''),(11651,771,'tve_revision_tve_page_events','a:0:{}'),(11652,771,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11653,771,'tve_revision_tve_global_scripts',''),(11654,771,'tve_revision_thrive_icon_pack','0'),(11655,771,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11656,771,'tve_revision_tve_has_masonry','0'),(11657,771,'tve_revision_tve_has_typefocus','0'),(11658,771,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11659,771,'tve_revision_tve_has_wistia_popover','0'),(11660,772,'tve_revision_tve_landing_page',''),(11661,772,'tve_revision_tve_disable_theme_dependency',''),(11662,772,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11663,772,'tve_revision_tve_content_more_found',''),(11664,772,'tve_revision_tve_save_post',''),(11665,772,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11666,772,'tve_revision_tve_user_custom_css',''),(11667,772,'tve_revision_tve_page_events','a:0:{}'),(11668,772,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11669,772,'tve_revision_tve_global_scripts',''),(11670,772,'tve_revision_thrive_icon_pack','0'),(11671,772,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11672,772,'tve_revision_tve_has_masonry','0'),(11673,772,'tve_revision_tve_has_typefocus','0'),(11674,772,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11675,772,'tve_revision_tve_has_wistia_popover','0'),(11676,600,'tve_revision_tve_landing_page',''),(11677,600,'tve_revision_tve_disable_theme_dependency',''),(11678,600,'tve_revision_tve_content_before_more',''),(11679,600,'tve_revision_tve_content_more_found',''),(11680,600,'tve_revision_tve_save_post',''),(11681,600,'tve_revision_tve_custom_css',''),(11682,600,'tve_revision_tve_user_custom_css',''),(11683,600,'tve_revision_tve_page_events',''),(11684,600,'tve_revision_tve_globals',''),(11685,600,'tve_revision_tve_global_scripts',''),(11686,600,'tve_revision_thrive_icon_pack',''),(11687,600,'tve_revision_thrive_tcb_post_fonts',''),(11688,600,'tve_revision_tve_has_masonry',''),(11689,600,'tve_revision_tve_has_typefocus',''),(11690,600,'tve_revision_tve_updated_post',''),(11691,600,'tve_revision_tve_has_wistia_popover',''),(11693,600,'tve_revision_tve_landing_page',''),(11694,600,'tve_revision_tve_disable_theme_dependency',''),(11695,600,'tve_revision_tve_content_before_more',''),(11696,600,'tve_revision_tve_content_more_found',''),(11697,600,'tve_revision_tve_save_post',''),(11698,600,'tve_revision_tve_custom_css',''),(11699,600,'tve_revision_tve_user_custom_css',''),(11700,600,'tve_revision_tve_page_events',''),(11701,600,'tve_revision_tve_globals',''),(11702,600,'tve_revision_tve_global_scripts',''),(11703,600,'tve_revision_thrive_icon_pack',''),(11704,600,'tve_revision_thrive_tcb_post_fonts',''),(11705,600,'tve_revision_tve_has_masonry',''),(11706,600,'tve_revision_tve_has_typefocus',''),(11707,600,'tve_revision_tve_updated_post',''),(11708,600,'tve_revision_tve_has_wistia_popover',''),(11710,773,'tve_revision_tve_landing_page',''),(11711,773,'tve_revision_tve_disable_theme_dependency',''),(11712,773,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" style=\"1\"/]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" style=\"1\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11713,773,'tve_revision_tve_content_more_found',''),(11714,773,'tve_revision_tve_save_post',''),(11715,773,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11716,773,'tve_revision_tve_user_custom_css',''),(11717,773,'tve_revision_tve_page_events','a:0:{}'),(11718,773,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11719,773,'tve_revision_tve_global_scripts',''),(11720,773,'tve_revision_thrive_icon_pack','0'),(11721,773,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11722,773,'tve_revision_tve_has_masonry','0'),(11723,773,'tve_revision_tve_has_typefocus','0'),(11724,773,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" style=\"1\"/]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" style=\"1\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11725,773,'tve_revision_tve_has_wistia_popover','0'),(11726,774,'tve_revision_tve_landing_page',''),(11727,774,'tve_revision_tve_disable_theme_dependency',''),(11728,774,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" date=\"true\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11729,774,'tve_revision_tve_content_more_found',''),(11730,774,'tve_revision_tve_save_post',''),(11731,774,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11732,774,'tve_revision_tve_user_custom_css',''),(11733,774,'tve_revision_tve_page_events','a:0:{}'),(11734,774,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11735,774,'tve_revision_tve_global_scripts',''),(11736,774,'tve_revision_thrive_icon_pack','0'),(11737,774,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11738,774,'tve_revision_tve_has_masonry','0'),(11739,774,'tve_revision_tve_has_typefocus','0'),(11740,774,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts tag=\"boards\" date=\"true\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11741,774,'tve_revision_tve_has_wistia_popover','0'),(11742,775,'tve_revision_tve_landing_page',''),(11743,775,'tve_revision_tve_disable_theme_dependency',''),(11744,775,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11745,775,'tve_revision_tve_content_more_found',''),(11746,775,'tve_revision_tve_save_post',''),(11747,775,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11748,775,'tve_revision_tve_user_custom_css',''),(11749,775,'tve_revision_tve_page_events','a:0:{}'),(11750,775,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11751,775,'tve_revision_tve_global_scripts',''),(11752,775,'tve_revision_thrive_icon_pack','0'),(11753,775,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11754,775,'tve_revision_tve_has_masonry','0'),(11755,775,'tve_revision_tve_has_typefocus','0'),(11756,775,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11757,775,'tve_revision_tve_has_wistia_popover','0'),(11758,776,'slide_template',''),(11759,776,'_wi_gallery-effect','slide'),(11760,776,'_wi_gallery-navi','1'),(11761,776,'_wi_gallery-pager','0'),(11762,776,'_wi_gallery-thumbnail-pager','0'),(11763,776,'_wi_gallery-auto','1'),(11764,776,'_wi_gallery-smooth-height','0'),(11765,776,'_wi_gallery-natural-width','0'),(11766,776,'_wi_link-target','_self'),(11767,776,'_yoast_wpseo_content_score','90'),(11768,776,'_yoast_wpseo_primary_category','6'),(11769,776,'_wi_blog-meta','no'),(11770,776,'_SnS','a:1:{s:6:\"styles\";a:1:{s:6:\"styles\";s:41:\".meta {\r\n display: none !important;\r\n}\";}}'),(11771,776,'_thumbnail_id','779'),(11772,776,'tcb2_ready','1'),(11774,776,'tcb_editor_enabled','1'),(11775,776,'tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC!</p><p style=\"text-align: center;\">More to come...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come</p></div></div></div></div></div></div>\n</div>'),(11776,776,'tve_content_more_found',''),(11777,776,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 400px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617eee8a3\"] { width: 303px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f1b082\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(11778,776,'tve_user_custom_css',''),(11779,776,'tve_page_events','a:0:{}'),(11780,776,'tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC!</p><p style=\"text-align: center;\">More to come...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come</p></div></div></div></div></div></div>\n</div>'),(11781,776,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11782,776,'thrive_tcb_post_fonts','a:0:{}'),(11783,776,'thrive_icon_pack','0'),(11784,776,'tve_has_masonry','0'),(11785,776,'tve_has_typefocus','0'),(11786,776,'tve_has_wistia_popover','0'),(11787,776,'amazonS3_cache','a:8:{s:102:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\";i:640;s:110:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\";i:640;s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\";i:641;s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\";i:641;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\";i:778;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\";i:778;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\";i:779;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\";i:779;}'),(11788,776,'_dp_original','755'),(11789,776,'_edit_lock','1538863593:166'),(11790,776,'_edit_last','166'),(11792,777,'tve_revision_tve_landing_page',''),(11793,777,'tve_revision_tve_disable_theme_dependency',''),(11794,777,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11795,777,'tve_revision_tve_content_more_found',''),(11796,777,'tve_revision_tve_save_post',''),(11797,777,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }[data-css=\"tve-u-166118ce290\"] { width: 732px; }}'),(11798,777,'tve_revision_tve_user_custom_css',''),(11799,777,'tve_revision_tve_page_events','a:0:{}'),(11800,777,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11801,777,'tve_revision_tve_global_scripts',''),(11802,777,'tve_revision_thrive_icon_pack','0'),(11803,777,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11804,777,'tve_revision_tve_has_masonry','0'),(11805,777,'tve_revision_tve_has_typefocus','0'),(11806,777,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div>'),(11807,777,'tve_revision_tve_has_wistia_popover','0'),(11808,778,'_wp_attached_file','2018/09/Wild-Wings-Existing-Building-.jpg'),(11809,778,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:77:\"wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\";}'),(11810,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:41:\"2018/09/Wild-Wings-Existing-Building-.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--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:\"Wild-Wings-Existing-Building--300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Wild-Wings-Existing-Building--1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:42:\"Wild-Wings-Existing-Building--1100x825.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:42:\"Wild-Wings-Existing-Building--1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--820x615.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:41:\"Wild-Wings-Existing-Building--400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(11811,779,'_wp_attached_file','2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png'),(11812,779,'amazonS3_info','a:3:{s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:85:\"wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\";}'),(11813,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:936;s:6:\"height\";i:526;s:4:\"file\";s:49:\"2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-936x450.png\";s:5:\"width\";i:936;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-820x461.png\";s:5:\"width\";i:820;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-820x420.png\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-540x303.png\";s:5:\"width\";i:540;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-540x320.png\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-25-at-11.32.51-AM-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(11815,780,'tve_revision_tve_landing_page',''),(11816,780,'tve_revision_tve_disable_theme_dependency',''),(11817,780,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(11818,780,'tve_revision_tve_content_more_found',''),(11819,780,'tve_revision_tve_save_post',''),(11820,780,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }}'),(11821,780,'tve_revision_tve_user_custom_css',''),(11822,780,'tve_revision_tve_page_events','a:0:{}'),(11823,780,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11824,780,'tve_revision_tve_global_scripts',''),(11825,780,'tve_revision_thrive_icon_pack','0'),(11826,780,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11827,780,'tve_revision_tve_has_masonry','0'),(11828,780,'tve_revision_tve_has_typefocus','0'),(11829,780,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(11830,780,'tve_revision_tve_has_wistia_popover','0'),(11833,781,'tve_revision_tve_landing_page',''),(11834,781,'tve_revision_tve_disable_theme_dependency',''),(11835,781,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(11836,781,'tve_revision_tve_content_more_found',''),(11837,781,'tve_revision_tve_save_post',''),(11838,781,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }}'),(11839,781,'tve_revision_tve_user_custom_css',''),(11840,781,'tve_revision_tve_page_events','a:0:{}'),(11841,781,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11842,781,'tve_revision_tve_global_scripts',''),(11843,781,'tve_revision_thrive_icon_pack','0'),(11844,781,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11845,781,'tve_revision_tve_has_masonry','0'),(11846,781,'tve_revision_tve_has_typefocus','0'),(11847,781,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(11848,781,'tve_revision_tve_has_wistia_popover','0'),(11849,201,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(11850,201,'tve_content_more_found',''),(11851,201,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }[data-css=\"tve-u-166cb960383\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(11852,201,'tve_user_custom_css',''),(11853,201,'tve_page_events','a:0:{}'),(11854,201,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(11856,782,'tve_revision_tve_landing_page',''),(11857,782,'tve_revision_tve_disable_theme_dependency',''),(11858,782,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]<br />\n[spacer height=\"30\" /]</p>\n<p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p>\n<p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p>\n<p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p>\n<p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p>\n<p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>\n<p><iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></p>\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\n<p><script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\" data-url=\"https://vimeo.com/291756783\" data-css=\"tve-u-16611d886dd\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291756783\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div>'),(11859,782,'tve_revision_tve_content_more_found',''),(11860,782,'tve_revision_tve_save_post',''),(11861,782,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16611d886dd\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }}'),(11862,782,'tve_revision_tve_user_custom_css',''),(11863,782,'tve_revision_tve_page_events','a:0:{}'),(11864,782,'tve_revision_tve_globals',''),(11865,782,'tve_revision_tve_global_scripts',''),(11866,782,'tve_revision_thrive_icon_pack',''),(11867,782,'tve_revision_thrive_tcb_post_fonts',''),(11868,782,'tve_revision_tve_has_masonry',''),(11869,782,'tve_revision_tve_has_typefocus',''),(11870,782,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]<br />\n[spacer height=\"30\" /]</p>\n<p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p>\n<p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p>\n<p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p>\n<p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p>\n<p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>\n<p><iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></p>\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\n<p><script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\" data-url=\"https://vimeo.com/291756783\" data-css=\"tve-u-16611d886dd\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291756783\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div>'),(11871,782,'tve_revision_tve_has_wistia_popover',''),(11872,201,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11873,201,'thrive_tcb_post_fonts','a:0:{}'),(11874,201,'thrive_icon_pack','0'),(11875,201,'tve_has_masonry','0'),(11876,201,'tve_has_typefocus','0'),(11877,201,'tve_has_wistia_popover','0'),(11878,783,'tve_revision_tve_landing_page',''),(11879,783,'tve_revision_tve_disable_theme_dependency',''),(11880,783,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]<br />\n[spacer height=\"30\" /]</p>\n<p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p>\n<p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p>\n<p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p>\n<p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p>\n<p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>\n<p><iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></p>\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\n<p><script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\" data-url=\"https://vimeo.com/291756783\" data-css=\"tve-u-16611d886dd\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291756783\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div>'),(11881,783,'tve_revision_tve_content_more_found',''),(11882,783,'tve_revision_tve_save_post',''),(11883,783,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16611d886dd\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }}'),(11884,783,'tve_revision_tve_user_custom_css',''),(11885,783,'tve_revision_tve_page_events','a:0:{}'),(11886,783,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11887,783,'tve_revision_tve_global_scripts',''),(11888,783,'tve_revision_thrive_icon_pack','0'),(11889,783,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11890,783,'tve_revision_tve_has_masonry','0'),(11891,783,'tve_revision_tve_has_typefocus','0'),(11892,783,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]<br />\n[spacer height=\"30\" /]</p>\n<p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p>\n<p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p>\n<p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p>\n<p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p>\n<p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>\n<p><iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></p>\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\n<p><script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\" data-url=\"https://vimeo.com/291756783\" data-css=\"tve-u-16611d886dd\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291756783\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div>'),(11893,783,'tve_revision_tve_has_wistia_popover','0'),(11894,784,'tve_revision_tve_landing_page',''),(11895,784,'tve_revision_tve_disable_theme_dependency',''),(11896,784,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\" data-url=\"https://vimeo.com/291756783\" data-css=\"tve-u-16611d886dd\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291756783\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11897,784,'tve_revision_tve_content_more_found',''),(11898,784,'tve_revision_tve_save_post',''),(11899,784,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16611d886dd\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }}'),(11900,784,'tve_revision_tve_user_custom_css',''),(11901,784,'tve_revision_tve_page_events','a:0:{}'),(11902,784,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11903,784,'tve_revision_tve_global_scripts',''),(11904,784,'tve_revision_thrive_icon_pack','0'),(11905,784,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11906,784,'tve_revision_tve_has_masonry','0'),(11907,784,'tve_revision_tve_has_typefocus','0'),(11908,784,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\" data-url=\"https://vimeo.com/291756783\" data-css=\"tve-u-16611d886dd\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291756783\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291756783?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11909,784,'tve_revision_tve_has_wistia_popover','0'),(11910,785,'tve_revision_tve_landing_page',''),(11911,785,'tve_revision_tve_disable_theme_dependency',''),(11912,785,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"tcb-elem-placeholder thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\">\n<span class=\"tcb-inline-placeholder-action with-icon\">\n<svg class=\"tcb-icon tcb-icon-video-player\"><use xlink:href=\"#tcb-icon-video-player\"></use></svg> Insert Video </span>\n<div class=\"tve_responsive_video_container\" style=\"display: none;\">\n<div class=\"video_overlay\"></div>\n</div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11913,785,'tve_revision_tve_content_more_found',''),(11914,785,'tve_revision_tve_save_post',''),(11915,785,'tve_revision_tve_custom_css',''),(11916,785,'tve_revision_tve_user_custom_css',''),(11917,785,'tve_revision_tve_page_events','a:0:{}'),(11918,785,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11919,785,'tve_revision_tve_global_scripts',''),(11920,785,'tve_revision_thrive_icon_pack','0'),(11921,785,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11922,785,'tve_revision_tve_has_masonry','0'),(11923,785,'tve_revision_tve_has_typefocus','0'),(11924,785,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"tcb-elem-placeholder thrv_responsive_video thrv_wrapper\" data-overlay=\"0\" data-type=\"vimeo\">\n<span class=\"tcb-inline-placeholder-action with-icon\">\n<svg class=\"tcb-icon tcb-icon-video-player\"><use xlink:href=\"#tcb-icon-video-player\"></use></svg> Insert Video </span>\n<div class=\"tve_responsive_video_container\" style=\"display: none;\">\n<div class=\"video_overlay\"></div>\n</div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11925,785,'tve_revision_tve_has_wistia_popover','0'),(11926,786,'tve_revision_tve_landing_page',''),(11927,786,'tve_revision_tve_disable_theme_dependency',''),(11928,786,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11929,786,'tve_revision_tve_content_more_found',''),(11930,786,'tve_revision_tve_save_post',''),(11931,786,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(11932,786,'tve_revision_tve_user_custom_css',''),(11933,786,'tve_revision_tve_page_events','a:0:{}'),(11934,786,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11935,786,'tve_revision_tve_global_scripts',''),(11936,786,'tve_revision_thrive_icon_pack','0'),(11937,786,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11938,786,'tve_revision_tve_has_masonry','0'),(11939,786,'tve_revision_tve_has_typefocus','0'),(11940,786,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News and Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div>'),(11941,786,'tve_revision_tve_has_wistia_popover','0'),(11942,787,'tve_revision_tve_landing_page',''),(11943,787,'tve_revision_tve_disable_theme_dependency',''),(11944,787,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><i class=\"fas fa-check\"></i> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(11945,787,'tve_revision_tve_content_more_found',''),(11946,787,'tve_revision_tve_save_post',''),(11947,787,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(11948,787,'tve_revision_tve_user_custom_css',''),(11949,787,'tve_revision_tve_page_events','a:0:{}'),(11950,787,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11951,787,'tve_revision_tve_global_scripts',''),(11952,787,'tve_revision_thrive_icon_pack','0'),(11953,787,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11954,787,'tve_revision_tve_has_masonry','0'),(11955,787,'tve_revision_tve_has_typefocus','0'),(11956,787,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><i class=\"fas fa-check\"></i> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(11957,787,'tve_revision_tve_has_wistia_popover','0'),(11958,788,'tve_revision_tve_landing_page',''),(11959,788,'tve_revision_tve_disable_theme_dependency',''),(11960,788,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(11961,788,'tve_revision_tve_content_more_found',''),(11962,788,'tve_revision_tve_save_post',''),(11963,788,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }}'),(11964,788,'tve_revision_tve_user_custom_css',''),(11965,788,'tve_revision_tve_page_events','a:0:{}'),(11966,788,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11967,788,'tve_revision_tve_global_scripts',''),(11968,788,'tve_revision_thrive_icon_pack','0'),(11969,788,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11970,788,'tve_revision_tve_has_masonry','0'),(11971,788,'tve_revision_tve_has_typefocus','0'),(11972,788,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(11973,788,'tve_revision_tve_has_wistia_popover','0'),(11974,789,'tve_revision_tve_landing_page',''),(11975,789,'tve_revision_tve_disable_theme_dependency',''),(11976,789,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11977,789,'tve_revision_tve_content_more_found',''),(11978,789,'tve_revision_tve_save_post',''),(11979,789,'tve_revision_tve_custom_css',''),(11980,789,'tve_revision_tve_user_custom_css',''),(11981,789,'tve_revision_tve_page_events','a:0:{}'),(11982,789,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(11983,789,'tve_revision_tve_global_scripts',''),(11984,789,'tve_revision_thrive_icon_pack','0'),(11985,789,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(11986,789,'tve_revision_tve_has_masonry','0'),(11987,789,'tve_revision_tve_has_typefocus','0'),(11988,789,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(11989,789,'tve_revision_tve_has_wistia_popover','0'),(11991,600,'tve_revision_tve_landing_page',''),(11992,600,'tve_revision_tve_disable_theme_dependency',''),(11993,600,'tve_revision_tve_content_before_more',''),(11994,600,'tve_revision_tve_content_more_found',''),(11995,600,'tve_revision_tve_save_post',''),(11996,600,'tve_revision_tve_custom_css',''),(11997,600,'tve_revision_tve_user_custom_css',''),(11998,600,'tve_revision_tve_page_events',''),(11999,600,'tve_revision_tve_globals',''),(12000,600,'tve_revision_tve_global_scripts',''),(12001,600,'tve_revision_thrive_icon_pack',''),(12002,600,'tve_revision_thrive_tcb_post_fonts',''),(12003,600,'tve_revision_tve_has_masonry',''),(12004,600,'tve_revision_tve_has_typefocus',''),(12005,600,'tve_revision_tve_updated_post',''),(12006,600,'tve_revision_tve_has_wistia_popover',''),(12007,22,'tcb_editor_enabled','1'),(12008,746,'tcb2_ready','1'),(12009,746,'tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12010,746,'tve_content_more_found',''),(12011,746,'tve_custom_css',''),(12012,746,'tve_user_custom_css',''),(12013,746,'tve_page_events','a:0:{}'),(12014,746,'tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12015,746,'tcb_editor_enabled','1'),(12017,790,'tve_revision_tve_landing_page',''),(12018,790,'tve_revision_tve_disable_theme_dependency',''),(12019,790,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12020,790,'tve_revision_tve_content_more_found',''),(12021,790,'tve_revision_tve_save_post',''),(12022,790,'tve_revision_tve_custom_css',''),(12023,790,'tve_revision_tve_user_custom_css',''),(12024,790,'tve_revision_tve_page_events','a:0:{}'),(12025,790,'tve_revision_tve_globals',''),(12026,790,'tve_revision_tve_global_scripts',''),(12027,790,'tve_revision_thrive_icon_pack',''),(12028,790,'tve_revision_thrive_tcb_post_fonts',''),(12029,790,'tve_revision_tve_has_masonry',''),(12030,790,'tve_revision_tve_has_typefocus',''),(12031,790,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12032,790,'tve_revision_tve_has_wistia_popover',''),(12033,746,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12034,746,'thrive_tcb_post_fonts','a:0:{}'),(12035,746,'thrive_icon_pack','0'),(12036,746,'tve_has_masonry','0'),(12037,746,'tve_has_typefocus','0'),(12038,746,'tve_has_wistia_popover','0'),(12040,791,'tve_revision_tve_landing_page',''),(12041,791,'tve_revision_tve_disable_theme_dependency',''),(12042,791,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12043,791,'tve_revision_tve_content_more_found',''),(12044,791,'tve_revision_tve_save_post',''),(12045,791,'tve_revision_tve_custom_css',''),(12046,791,'tve_revision_tve_user_custom_css',''),(12047,791,'tve_revision_tve_page_events','a:0:{}'),(12048,791,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12049,791,'tve_revision_tve_global_scripts',''),(12050,791,'tve_revision_thrive_icon_pack','0'),(12051,791,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12052,791,'tve_revision_tve_has_masonry','0'),(12053,791,'tve_revision_tve_has_typefocus','0'),(12054,791,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12055,791,'tve_revision_tve_has_wistia_popover','0'),(12056,22,'tve_page_events','a:0:{}'),(12057,792,'tve_revision_tve_landing_page',''),(12058,792,'tve_revision_tve_disable_theme_dependency',''),(12059,792,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12060,792,'tve_revision_tve_content_more_found',''),(12061,792,'tve_revision_tve_save_post',''),(12062,792,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { background-color: rgb(153, 153, 153) !important; padding: 12px 15px; color: rgb(255, 255, 255); background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { background-color: rgb(127, 126, 126) !important; color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; min-height: 100vh !important; text-transform: none; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }}'),(12063,792,'tve_revision_tve_user_custom_css',''),(12064,792,'tve_revision_tve_page_events','a:0:{}'),(12065,792,'tve_revision_tve_globals',''),(12066,792,'tve_revision_tve_global_scripts',''),(12067,792,'tve_revision_thrive_icon_pack',''),(12068,792,'tve_revision_thrive_tcb_post_fonts',''),(12069,792,'tve_revision_tve_has_masonry',''),(12070,792,'tve_revision_tve_has_typefocus',''),(12071,792,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12072,792,'tve_revision_tve_has_wistia_popover',''),(12073,126,'amazonS3_cache','a:38:{s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:91:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\";i:651;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\";i:651;s:99:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\";i:651;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\";i:651;s:100:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:108:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:108:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:116:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:120:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:128:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:128:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:136:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:85:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building.jpg\";i:611;s:93:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\";i:611;s:93:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building.jpg\";i:611;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\";i:611;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini-.jpg\";i:613;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\";i:613;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini-.jpg\";i:613;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\";i:613;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering.jpg\";i:652;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\";i:652;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering.jpg\";i:652;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\";i:652;s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\";i:666;s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\";i:666;}'),(12074,22,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12075,22,'thrive_tcb_post_fonts','a:0:{}'),(12076,22,'thrive_icon_pack','0'),(12077,22,'tve_has_masonry','0'),(12078,22,'tve_has_typefocus','0'),(12079,22,'tve_has_wistia_popover','0'),(12080,793,'tve_revision_tve_landing_page',''),(12081,793,'tve_revision_tve_disable_theme_dependency',''),(12082,793,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12083,793,'tve_revision_tve_content_more_found',''),(12084,793,'tve_revision_tve_save_post',''),(12085,793,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { background-color: rgb(153, 153, 153) !important; padding: 12px 15px; color: rgb(255, 255, 255); background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { background-color: rgb(127, 126, 126) !important; color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; min-height: 100vh !important; text-transform: none; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }}'),(12086,793,'tve_revision_tve_user_custom_css',''),(12087,793,'tve_revision_tve_page_events','a:0:{}'),(12088,793,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12089,793,'tve_revision_tve_global_scripts',''),(12090,793,'tve_revision_thrive_icon_pack','0'),(12091,793,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12092,793,'tve_revision_tve_has_masonry','0'),(12093,793,'tve_revision_tve_has_typefocus','0'),(12094,793,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12095,793,'tve_revision_tve_has_wistia_popover','0'),(12096,600,'tve_revision_tve_landing_page',''),(12097,600,'tve_revision_tve_disable_theme_dependency',''),(12098,600,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12099,600,'tve_revision_tve_content_more_found',''),(12100,600,'tve_revision_tve_save_post',''),(12101,600,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { background-color: rgb(153, 153, 153) !important; padding: 12px 15px; color: rgb(255, 255, 255); background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { background-color: rgb(127, 126, 126) !important; color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; min-height: 100vh !important; text-transform: none; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }}'),(12102,600,'tve_revision_tve_user_custom_css',''),(12103,600,'tve_revision_tve_page_events','a:0:{}'),(12104,600,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12105,600,'tve_revision_tve_global_scripts',''),(12106,600,'tve_revision_thrive_icon_pack','0'),(12107,600,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12108,600,'tve_revision_tve_has_masonry','0'),(12109,600,'tve_revision_tve_has_typefocus','0'),(12110,600,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12111,600,'tve_revision_tve_has_wistia_popover','0'),(12112,794,'tve_revision_tve_landing_page',''),(12113,794,'tve_revision_tve_disable_theme_dependency',''),(12114,794,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12115,794,'tve_revision_tve_content_more_found',''),(12116,794,'tve_revision_tve_save_post',''),(12117,794,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }}'),(12118,794,'tve_revision_tve_user_custom_css',''),(12119,794,'tve_revision_tve_page_events','a:0:{}'),(12120,794,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12121,794,'tve_revision_tve_global_scripts',''),(12122,794,'tve_revision_thrive_icon_pack','0'),(12123,794,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12124,794,'tve_revision_tve_has_masonry','0'),(12125,794,'tve_revision_tve_has_typefocus','0'),(12126,794,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer &amp; Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\n<p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p>\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n<p>&nbsp;</p>\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p>\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p>[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p>[/column]\n</div>\n[spacer height=\"80\" /]\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />\n[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]</p>\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n<p>[/column]\n[spacer height=\"80\" /]\n[column size=\"1/3\" last=\"false\"]</p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p>[/column]\n[column size=\"1/3\" last=\"false\"]<br />\n[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p>[/column]\n[column size=\"1/3\" last=\"true\"]<br />\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />\n[/column]\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p>Enter your text here...</p></div></div>\n</div>'),(12127,794,'tve_revision_tve_has_wistia_popover','0'),(12128,795,'tve_revision_tve_landing_page',''),(12129,795,'tve_revision_tve_disable_theme_dependency',''),(12130,795,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />Preservation</span></h2><div id=\"lipsum\" style=\"text-align: justify;\"><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><div id=\"lipsum\" style=\"text-align: justify;\"><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><div id=\"lipsum\" style=\"text-align: justify;\"><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p>[/column]</p></div><p>[spacer height=\"80\" /]<br />[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12131,795,'tve_revision_tve_content_more_found',''),(12132,795,'tve_revision_tve_save_post',''),(12133,795,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea290\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12134,795,'tve_revision_tve_user_custom_css',''),(12135,795,'tve_revision_tve_page_events','a:0:{}'),(12136,795,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12137,795,'tve_revision_tve_global_scripts',''),(12138,795,'tve_revision_thrive_icon_pack','0'),(12139,795,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12140,795,'tve_revision_tve_has_masonry','0'),(12141,795,'tve_revision_tve_has_typefocus','0'),(12142,795,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br />Preservation</span></h2><div id=\"lipsum\" style=\"text-align: justify;\"><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><div id=\"lipsum\" style=\"text-align: justify;\"><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><div id=\"lipsum\" style=\"text-align: justify;\"><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p>[/column]</p></div><p>[spacer height=\"80\" /]<br />[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12143,795,'tve_revision_tve_has_wistia_popover','0'),(12144,796,'tve_revision_tve_landing_page',''),(12145,796,'tve_revision_tve_disable_theme_dependency',''),(12146,796,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div id=\"lipsum\" style=\"text-align: justify;\"> </div><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12147,796,'tve_revision_tve_content_more_found',''),(12148,796,'tve_revision_tve_save_post',''),(12149,796,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea290\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12150,796,'tve_revision_tve_user_custom_css',''),(12151,796,'tve_revision_tve_page_events','a:0:{}'),(12152,796,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12153,796,'tve_revision_tve_global_scripts',''),(12154,796,'tve_revision_thrive_icon_pack','0'),(12155,796,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12156,796,'tve_revision_tve_has_masonry','0'),(12157,796,'tve_revision_tve_has_typefocus','0'),(12158,796,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div id=\"lipsum\" style=\"text-align: justify;\"> </div><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12159,796,'tve_revision_tve_has_wistia_popover','0'),(12160,797,'tve_revision_tve_landing_page',''),(12161,797,'tve_revision_tve_disable_theme_dependency',''); INSERT INTO `wp_postmeta` VALUES (12162,797,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div id=\"lipsum\" style=\"text-align: justify;\"> </div><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12163,797,'tve_revision_tve_content_more_found',''),(12164,797,'tve_revision_tve_save_post',''),(12165,797,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea290\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12166,797,'tve_revision_tve_user_custom_css',''),(12167,797,'tve_revision_tve_page_events','a:0:{}'),(12168,797,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12169,797,'tve_revision_tve_global_scripts',''),(12170,797,'tve_revision_thrive_icon_pack','0'),(12171,797,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12172,797,'tve_revision_tve_has_masonry','0'),(12173,797,'tve_revision_tve_has_typefocus','0'),(12174,797,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div id=\"lipsum\" style=\"text-align: justify;\"> </div><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12175,797,'tve_revision_tve_has_wistia_popover','0'),(12176,798,'tve_revision_tve_landing_page',''),(12177,798,'tve_revision_tve_disable_theme_dependency',''),(12178,798,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"4\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12179,798,'tve_revision_tve_content_more_found',''),(12180,798,'tve_revision_tve_save_post',''),(12181,798,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea290\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12182,798,'tve_revision_tve_user_custom_css',''),(12183,798,'tve_revision_tve_page_events','a:0:{}'),(12184,798,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12185,798,'tve_revision_tve_global_scripts',''),(12186,798,'tve_revision_thrive_icon_pack','0'),(12187,798,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12188,798,'tve_revision_tve_has_masonry','0'),(12189,798,'tve_revision_tve_has_typefocus','0'),(12190,798,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"4\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12191,798,'tve_revision_tve_has_wistia_popover','0'),(12192,369,'amazonS3_cache','a:36:{s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:91:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\";i:651;s:99:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\";i:651;s:120:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:128:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\";i:651;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\";i:651;s:100:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:108:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:108:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:116:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:128:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:136:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:85:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building.jpg\";i:611;s:93:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\";i:611;s:93:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building.jpg\";i:611;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\";i:611;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini-.jpg\";i:613;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\";i:613;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini-.jpg\";i:613;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\";i:613;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering.jpg\";i:652;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\";i:652;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering.jpg\";i:652;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\";i:652;}'),(12193,799,'tve_revision_tve_landing_page',''),(12194,799,'tve_revision_tve_disable_theme_dependency',''),(12195,799,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12196,799,'tve_revision_tve_content_more_found',''),(12197,799,'tve_revision_tve_save_post',''),(12198,799,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea290\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12199,799,'tve_revision_tve_user_custom_css',''),(12200,799,'tve_revision_tve_page_events','a:0:{}'),(12201,799,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12202,799,'tve_revision_tve_global_scripts',''),(12203,799,'tve_revision_thrive_icon_pack','0'),(12204,799,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12205,799,'tve_revision_tve_has_masonry','0'),(12206,799,'tve_revision_tve_has_typefocus','0'),(12207,799,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12208,799,'tve_revision_tve_has_wistia_popover','0'),(12209,353,'amazonS3_cache','a:40:{s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\";i:643;s:91:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\";i:651;s:99:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\";i:651;s:120:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:128:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\";i:392;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\";i:643;s:99:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\";i:651;s:107:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\";i:651;s:100:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:108:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:108:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\";i:660;s:116:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\";i:660;s:128:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:136:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png\";i:392;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\";i:423;s:85:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building.jpg\";i:611;s:93:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\";i:611;s:93:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building.jpg\";i:611;s:101:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\";i:611;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini-.jpg\";i:613;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\";i:613;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini-.jpg\";i:613;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\";i:613;s:98:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:106:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3.jpg\";i:614;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\";i:614;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\";i:643;s:87:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering.jpg\";i:652;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\";i:652;s:95:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering.jpg\";i:652;s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\";i:652;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538001659359.jpg\";i:651;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\";i:651;s:106:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\";i:651;s:114:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538005482118.jpg\";i:651;}'),(12210,800,'tve_revision_tve_landing_page',''),(12211,800,'tve_revision_tve_disable_theme_dependency',''),(12212,800,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12213,800,'tve_revision_tve_content_more_found',''),(12214,800,'tve_revision_tve_save_post',''),(12215,800,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea290\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12216,800,'tve_revision_tve_user_custom_css',''),(12217,800,'tve_revision_tve_page_events','a:0:{}'),(12218,800,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12219,800,'tve_revision_tve_global_scripts',''),(12220,800,'tve_revision_thrive_icon_pack','0'),(12221,800,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12222,800,'tve_revision_tve_has_masonry','0'),(12223,800,'tve_revision_tve_has_typefocus','0'),(12224,800,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br />[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column]<br />[spacer height=\"80\" /]<br />[column size=\"1/3\" last=\"false\"]</p><div id=\"lipsum1\"><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p></div><p>[/column]<br />[column size=\"1/3\" last=\"false\"]<br />[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column]<br />[column size=\"1/3\" last=\"true\"]<br /><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br />[/column]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div><div class=\"wi-fullwidth has_border\" style=\"padding-top: 200px; padding-bottom: 200px; background-image: url("https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913110711/508-Rhett-St-Rendering-1-Copy-1.jpg"); background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\">\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n<p></p><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic<br>\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\n<p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\n<p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102707/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p>\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p>\n<p></p></div><div class=\"clearfix\"></div>\n<p></p></div>\n<p></p><div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-4 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 322px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(546px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(819px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(273px, 161px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\"><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em><br>\n</p></div></div><div class=\"author\"><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p></div></div><div class=\"author\"><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group</div></div><p></p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><p></p>\n<p id=\"ctl00_Header\"></p><div class=\"wi-testimonial\"><div class=\"testimonial-content\"><div class=\"text\"><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p></div></div><div class=\"author\"><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations</div></div><p></p>\n<p></p></div><div class=\"clearfix\"></div><br>\n<div class=\"clearfix\"></div><div class=\"spacer\" style=\"height:80px\"></div><div class=\"clearfix\"></div><br>\n<div class=\"wi-column column-1-3\"><p></p>\n<div id=\"lipsum1\">\n<p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p>\n</div>\n<p></p></div><br>\n<div class=\"wi-column column-1-3\"><br>\n<div class=\"wi-member\"><div class=\"image\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"></div><div class=\"text\"><div class=\"name\"></div></div></div><p></p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n<p></p></div><br>\n<div class=\"wi-column column-last column-1-3\"><br>\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><br>\n</div><div class=\"clearfix\"></div><p></p>\n</div></div>'),(12225,800,'tve_revision_tve_has_wistia_popover','0'),(12226,801,'tve_revision_tve_landing_page',''),(12227,801,'tve_revision_tve_disable_theme_dependency',''),(12228,801,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12229,801,'tve_revision_tve_content_more_found',''),(12230,801,'tve_revision_tve_save_post',''),(12231,801,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea290\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12232,801,'tve_revision_tve_user_custom_css',''),(12233,801,'tve_revision_tve_page_events','a:0:{}'),(12234,801,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12235,801,'tve_revision_tve_global_scripts',''),(12236,801,'tve_revision_thrive_icon_pack','0'),(12237,801,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12238,801,'tve_revision_tve_has_masonry','0'),(12239,801,'tve_revision_tve_has_typefocus','0'),(12240,801,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: left;\">Historic<br>Preservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12241,801,'tve_revision_tve_has_wistia_popover','0'),(12242,569,'tve_revision_tve_landing_page',''),(12243,569,'tve_revision_tve_disable_theme_dependency',''),(12244,569,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12245,569,'tve_revision_tve_content_more_found',''),(12246,569,'tve_revision_tve_save_post',''),(12247,569,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }}'),(12248,569,'tve_revision_tve_user_custom_css',''),(12249,569,'tve_revision_tve_page_events','a:0:{}'),(12250,569,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12251,569,'tve_revision_tve_global_scripts',''),(12252,569,'tve_revision_thrive_icon_pack','0'),(12253,569,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12254,569,'tve_revision_tve_has_masonry','0'),(12255,569,'tve_revision_tve_has_typefocus','0'),(12256,569,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1531px; left: -215.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12257,569,'tve_revision_tve_has_wistia_popover','0'),(12258,10,'tcb2_ready','1'),(12259,10,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]Portfolio[/center_heading]\n[column size=\"2/3\" last=\"false\"]\n<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]\n__TVE_SHORTCODE_RAW___</div></div>'),(12260,10,'tve_content_more_found',''),(12261,10,'tve_custom_css',''),(12262,10,'tve_user_custom_css',''),(12263,10,'tve_page_events','a:0:{}'),(12264,10,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]Portfolio[/center_heading]\n[column size=\"2/3\" last=\"false\"]\n<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]\n__TVE_SHORTCODE_RAW___</div></div>'),(12265,10,'tcb_editor_enabled','1'),(12266,802,'tve_revision_tve_landing_page',''),(12267,802,'tve_revision_tve_disable_theme_dependency',''),(12268,802,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]Portfolio[/center_heading]\n[column size=\"2/3\" last=\"false\"]\n<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]\n__TVE_SHORTCODE_RAW___</div></div>'),(12269,802,'tve_revision_tve_content_more_found',''),(12270,802,'tve_revision_tve_save_post',''),(12271,802,'tve_revision_tve_custom_css',''),(12272,802,'tve_revision_tve_user_custom_css',''),(12273,802,'tve_revision_tve_page_events','a:0:{}'),(12274,802,'tve_revision_tve_globals',''),(12275,802,'tve_revision_tve_global_scripts',''),(12276,802,'tve_revision_thrive_icon_pack',''),(12277,802,'tve_revision_thrive_tcb_post_fonts',''),(12278,802,'tve_revision_tve_has_masonry',''),(12279,802,'tve_revision_tve_has_typefocus',''),(12280,802,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]Portfolio[/center_heading]\n[column size=\"2/3\" last=\"false\"]\n<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]\n__TVE_SHORTCODE_RAW___</div></div>'),(12281,802,'tve_revision_tve_has_wistia_popover',''),(12282,10,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12283,10,'thrive_tcb_post_fonts','a:0:{}'),(12284,10,'thrive_icon_pack','0'),(12285,10,'tve_has_masonry','0'),(12286,10,'tve_has_typefocus','0'),(12287,10,'tve_has_wistia_popover','0'),(12288,803,'tve_revision_tve_landing_page',''),(12289,803,'tve_revision_tve_disable_theme_dependency',''),(12290,803,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]Portfolio[/center_heading]\n[column size=\"2/3\" last=\"false\"]\n<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]\n__TVE_SHORTCODE_RAW___</div></div>'),(12291,803,'tve_revision_tve_content_more_found',''),(12292,803,'tve_revision_tve_save_post',''),(12293,803,'tve_revision_tve_custom_css',''),(12294,803,'tve_revision_tve_user_custom_css',''),(12295,803,'tve_revision_tve_page_events','a:0:{}'),(12296,803,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12297,803,'tve_revision_tve_global_scripts',''),(12298,803,'tve_revision_thrive_icon_pack','0'),(12299,803,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12300,803,'tve_revision_tve_has_masonry','0'),(12301,803,'tve_revision_tve_has_typefocus','0'),(12302,803,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__[spacer height=\"30\" /]\n[center_heading h=\"h2\"]Portfolio[/center_heading]\n[column size=\"2/3\" last=\"false\"]\n<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]\n__TVE_SHORTCODE_RAW___</div></div>'),(12303,803,'tve_revision_tve_has_wistia_popover','0'),(12304,804,'tve_revision_tve_landing_page',''),(12305,804,'tve_revision_tve_disable_theme_dependency',''),(12306,804,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(12307,804,'tve_revision_tve_content_more_found',''),(12308,804,'tve_revision_tve_save_post',''),(12309,804,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }}'),(12310,804,'tve_revision_tve_user_custom_css',''),(12311,804,'tve_revision_tve_page_events','a:0:{}'),(12312,804,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12313,804,'tve_revision_tve_global_scripts',''),(12314,804,'tve_revision_thrive_icon_pack','0'),(12315,804,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12316,804,'tve_revision_tve_has_masonry','0'),(12317,804,'tve_revision_tve_has_typefocus','0'),(12318,804,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(12319,804,'tve_revision_tve_has_wistia_popover','0'),(12320,804,'tve_revision_tve_landing_page',''),(12321,804,'tve_revision_tve_disable_theme_dependency',''),(12322,804,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(12323,804,'tve_revision_tve_content_more_found',''),(12324,804,'tve_revision_tve_save_post',''),(12325,804,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 732px; }}'),(12326,804,'tve_revision_tve_user_custom_css',''),(12327,804,'tve_revision_tve_page_events','a:0:{}'),(12328,804,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12329,804,'tve_revision_tve_global_scripts',''),(12330,804,'tve_revision_thrive_icon_pack','0'),(12331,804,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12332,804,'tve_revision_tve_has_masonry','0'),(12333,804,'tve_revision_tve_has_typefocus','0'),(12334,804,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div>'),(12335,804,'tve_revision_tve_has_wistia_popover','0'),(12338,805,'tve_revision_tve_landing_page',''),(12339,805,'tve_revision_tve_disable_theme_dependency',''),(12340,805,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br><div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12341,805,'tve_revision_tve_content_more_found',''),(12342,805,'tve_revision_tve_save_post',''),(12343,805,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12344,805,'tve_revision_tve_user_custom_css',''),(12345,805,'tve_revision_tve_page_events','a:0:{}'),(12346,805,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12347,805,'tve_revision_tve_global_scripts',''),(12348,805,'tve_revision_thrive_icon_pack','0'),(12349,805,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12350,805,'tve_revision_tve_has_masonry','0'),(12351,805,'tve_revision_tve_has_typefocus','0'),(12352,805,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br><div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12353,805,'tve_revision_tve_has_wistia_popover','0'),(12354,806,'tve_revision_tve_landing_page',''),(12355,806,'tve_revision_tve_disable_theme_dependency',''),(12356,806,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br><div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12357,806,'tve_revision_tve_content_more_found',''),(12358,806,'tve_revision_tve_save_post',''),(12359,806,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(12360,806,'tve_revision_tve_user_custom_css',''),(12361,806,'tve_revision_tve_page_events','a:0:{}'),(12362,806,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12363,806,'tve_revision_tve_global_scripts',''),(12364,806,'tve_revision_thrive_icon_pack','0'),(12365,806,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12366,806,'tve_revision_tve_has_masonry','0'),(12367,806,'tve_revision_tve_has_typefocus','0'),(12368,806,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br><div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12369,806,'tve_revision_tve_has_wistia_popover','0'),(12370,807,'tve_revision_tve_landing_page',''),(12371,807,'tve_revision_tve_disable_theme_dependency',''),(12372,807,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613715294\">Sherer & Associates</span>, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br><div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12373,807,'tve_revision_tve_content_more_found',''),(12374,807,'tve_revision_tve_save_post',''),(12375,807,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }}'),(12376,807,'tve_revision_tve_user_custom_css',''),(12377,807,'tve_revision_tve_page_events','a:0:{}'),(12378,807,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12379,807,'tve_revision_tve_global_scripts',''),(12380,807,'tve_revision_thrive_icon_pack','0'),(12381,807,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12382,807,'tve_revision_tve_has_masonry','0'),(12383,807,'tve_revision_tve_has_typefocus','0'),(12384,807,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613715294\">Sherer & Associates</span>, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />[/fullwidth]</p>__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br><div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br><div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12385,807,'tve_revision_tve_has_wistia_popover','0'),(12386,808,'tve_revision_tve_landing_page',''),(12387,808,'tve_revision_tve_disable_theme_dependency',''),(12388,808,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613715294\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12389,808,'tve_revision_tve_content_more_found',''),(12390,808,'tve_revision_tve_save_post',''),(12391,808,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829125927/508-Rhett-St-Rendering-1-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }}'),(12392,808,'tve_revision_tve_user_custom_css',''),(12393,808,'tve_revision_tve_page_events','a:0:{}'),(12394,808,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12395,808,'tve_revision_tve_global_scripts',''),(12396,808,'tve_revision_thrive_icon_pack','0'),(12397,808,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12398,808,'tve_revision_tve_has_masonry','0'),(12399,808,'tve_revision_tve_has_typefocus','0'),(12400,808,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613715294\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(12401,808,'tve_revision_tve_has_wistia_popover','0'),(12402,809,'tve_revision_tve_landing_page',''),(12403,809,'tve_revision_tve_disable_theme_dependency',''),(12404,809,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12405,809,'tve_revision_tve_content_more_found',''),(12406,809,'tve_revision_tve_save_post',''),(12407,809,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: capitalize !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }}'),(12408,809,'tve_revision_tve_user_custom_css',''),(12409,809,'tve_revision_tve_page_events','a:0:{}'),(12410,809,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12411,809,'tve_revision_tve_global_scripts',''),(12412,809,'tve_revision_thrive_icon_pack','0'),(12413,809,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12414,809,'tve_revision_tve_has_masonry','0'),(12415,809,'tve_revision_tve_has_typefocus','0'),(12416,809,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12417,809,'tve_revision_tve_has_wistia_popover','0'),(12418,810,'tve_revision_tve_landing_page',''),(12419,810,'tve_revision_tve_disable_theme_dependency',''),(12420,810,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12421,810,'tve_revision_tve_content_more_found',''),(12422,810,'tve_revision_tve_save_post',''),(12423,810,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: capitalize !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }}'),(12424,810,'tve_revision_tve_user_custom_css',''),(12425,810,'tve_revision_tve_page_events','a:0:{}'),(12426,810,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12427,810,'tve_revision_tve_global_scripts',''),(12428,810,'tve_revision_thrive_icon_pack','0'),(12429,810,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12430,810,'tve_revision_tve_has_masonry','0'),(12431,810,'tve_revision_tve_has_typefocus','0'),(12432,810,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12433,810,'tve_revision_tve_has_wistia_popover','0'),(12434,811,'tve_revision_tve_landing_page',''),(12435,811,'tve_revision_tve_disable_theme_dependency',''),(12436,811,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12437,811,'tve_revision_tve_content_more_found',''),(12438,811,'tve_revision_tve_save_post',''),(12439,811,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: capitalize !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; }}'),(12440,811,'tve_revision_tve_user_custom_css',''),(12441,811,'tve_revision_tve_page_events','a:0:{}'),(12442,811,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12443,811,'tve_revision_tve_global_scripts',''),(12444,811,'tve_revision_thrive_icon_pack','0'),(12445,811,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12446,811,'tve_revision_tve_has_masonry','0'),(12447,811,'tve_revision_tve_has_typefocus','0'),(12448,811,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(12449,811,'tve_revision_tve_has_wistia_popover','0'),(12450,812,'tve_revision_tve_landing_page',''),(12451,812,'tve_revision_tve_disable_theme_dependency',''),(12452,812,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>! - IT’S WHAT WE DO!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12453,812,'tve_revision_tve_content_more_found',''),(12454,812,'tve_revision_tve_save_post',''),(12455,812,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }}'),(12456,812,'tve_revision_tve_user_custom_css',''),(12457,812,'tve_revision_tve_page_events','a:0:{}'),(12458,812,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12459,812,'tve_revision_tve_global_scripts',''),(12460,812,'tve_revision_thrive_icon_pack','0'),(12461,812,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12462,812,'tve_revision_tve_has_masonry','0'),(12463,812,'tve_revision_tve_has_typefocus','0'),(12464,812,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>! - IT’S WHAT WE DO!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12465,812,'tve_revision_tve_has_wistia_popover','0'),(12466,813,'tve_revision_tve_landing_page',''),(12467,813,'tve_revision_tve_disable_theme_dependency',''),(12468,813,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>! - I<span style=\"text-transform: capitalize;\" data-css=\"tve-u-1661378247f\">t\'s What we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12469,813,'tve_revision_tve_content_more_found',''),(12470,813,'tve_revision_tve_save_post',''),(12471,813,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: capitalize !important; }}'),(12472,813,'tve_revision_tve_user_custom_css',''),(12473,813,'tve_revision_tve_page_events','a:0:{}'),(12474,813,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12475,813,'tve_revision_tve_global_scripts',''),(12476,813,'tve_revision_thrive_icon_pack','0'),(12477,813,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12478,813,'tve_revision_tve_has_masonry','0'),(12479,813,'tve_revision_tve_has_typefocus','0'),(12480,813,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>! - I<span style=\"text-transform: capitalize;\" data-css=\"tve-u-1661378247f\">t\'s What we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12481,813,'tve_revision_tve_has_wistia_popover','0'),(12482,814,'tve_revision_tve_landing_page',''),(12483,814,'tve_revision_tve_disable_theme_dependency',''),(12484,814,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">I<span style=\"text-transform: capitalize;\" data-css=\"tve-u-1661378247f\">t\'s What we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12485,814,'tve_revision_tve_content_more_found',''),(12486,814,'tve_revision_tve_save_post',''),(12487,814,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: capitalize !important; }}'),(12488,814,'tve_revision_tve_user_custom_css',''),(12489,814,'tve_revision_tve_page_events','a:0:{}'),(12490,814,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12491,814,'tve_revision_tve_global_scripts',''),(12492,814,'tve_revision_thrive_icon_pack','0'),(12493,814,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12494,814,'tve_revision_tve_has_masonry','0'),(12495,814,'tve_revision_tve_has_typefocus','0'),(12496,814,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">I<span style=\"text-transform: capitalize;\" data-css=\"tve-u-1661378247f\">t\'s What we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12497,814,'tve_revision_tve_has_wistia_popover','0'),(12498,815,'tve_revision_tve_landing_page',''),(12499,815,'tve_revision_tve_disable_theme_dependency',''),(12500,815,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12501,815,'tve_revision_tve_content_more_found',''),(12502,815,'tve_revision_tve_save_post',''),(12503,815,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: lowercase !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(12504,815,'tve_revision_tve_user_custom_css',''),(12505,815,'tve_revision_tve_page_events','a:0:{}'),(12506,815,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12507,815,'tve_revision_tve_global_scripts',''),(12508,815,'tve_revision_thrive_icon_pack','0'),(12509,815,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12510,815,'tve_revision_tve_has_masonry','0'),(12511,815,'tve_revision_tve_has_typefocus','0'),(12512,815,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12513,815,'tve_revision_tve_has_wistia_popover','0'),(12514,816,'tve_revision_tve_landing_page',''),(12515,816,'tve_revision_tve_disable_theme_dependency',''),(12516,816,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12517,816,'tve_revision_tve_content_more_found',''),(12518,816,'tve_revision_tve_save_post',''),(12519,816,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(12520,816,'tve_revision_tve_user_custom_css',''),(12521,816,'tve_revision_tve_page_events','a:0:{}'),(12522,816,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12523,816,'tve_revision_tve_global_scripts',''),(12524,816,'tve_revision_thrive_icon_pack','0'),(12525,816,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12526,816,'tve_revision_tve_has_masonry','0'),(12527,816,'tve_revision_tve_has_typefocus','0'),(12528,816,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12529,816,'tve_revision_tve_has_wistia_popover','0'),(12530,817,'tve_revision_tve_landing_page',''),(12531,817,'tve_revision_tve_disable_theme_dependency',''),(12532,817,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12533,817,'tve_revision_tve_content_more_found',''),(12534,817,'tve_revision_tve_save_post',''),(12535,817,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(12536,817,'tve_revision_tve_user_custom_css',''),(12537,817,'tve_revision_tve_page_events','a:0:{}'),(12538,817,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12539,817,'tve_revision_tve_global_scripts',''),(12540,817,'tve_revision_thrive_icon_pack','0'),(12541,817,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12542,817,'tve_revision_tve_has_masonry','0'),(12543,817,'tve_revision_tve_has_typefocus','0'),(12544,817,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12545,817,'tve_revision_tve_has_wistia_popover','0'),(12546,818,'tve_revision_tve_landing_page',''),(12547,818,'tve_revision_tve_disable_theme_dependency',''),(12548,818,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to sign up for our newsletter and periodic updates.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12549,818,'tve_revision_tve_content_more_found',''),(12550,818,'tve_revision_tve_save_post',''),(12551,818,'tve_revision_tve_custom_css',''),(12552,818,'tve_revision_tve_user_custom_css',''),(12553,818,'tve_revision_tve_page_events','a:0:{}'),(12554,818,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12555,818,'tve_revision_tve_global_scripts',''),(12556,818,'tve_revision_thrive_icon_pack','0'),(12557,818,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12558,818,'tve_revision_tve_has_masonry','0'),(12559,818,'tve_revision_tve_has_typefocus','0'),(12560,818,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to sign up for our newsletter and periodic updates.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12561,818,'tve_revision_tve_has_wistia_popover','0'),(12562,819,'tve_revision_tve_landing_page',''),(12563,819,'tve_revision_tve_disable_theme_dependency',''),(12564,819,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to sign up for our newsletter and periodic updates.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12565,819,'tve_revision_tve_content_more_found',''),(12566,819,'tve_revision_tve_save_post',''),(12567,819,'tve_revision_tve_custom_css',''),(12568,819,'tve_revision_tve_user_custom_css',''),(12569,819,'tve_revision_tve_page_events','a:0:{}'),(12570,819,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12571,819,'tve_revision_tve_global_scripts',''),(12572,819,'tve_revision_thrive_icon_pack','0'),(12573,819,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12574,819,'tve_revision_tve_has_masonry','0'),(12575,819,'tve_revision_tve_has_typefocus','0'),(12576,819,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to sign up for our newsletter and periodic updates.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12577,819,'tve_revision_tve_has_wistia_popover','0'),(12578,820,'tve_revision_tve_landing_page',''),(12579,820,'tve_revision_tve_disable_theme_dependency',''),(12580,820,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to recieve news and updates from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12581,820,'tve_revision_tve_content_more_found',''),(12582,820,'tve_revision_tve_save_post',''),(12583,820,'tve_revision_tve_custom_css',''),(12584,820,'tve_revision_tve_user_custom_css',''),(12585,820,'tve_revision_tve_page_events','a:0:{}'),(12586,820,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12587,820,'tve_revision_tve_global_scripts',''),(12588,820,'tve_revision_thrive_icon_pack','0'),(12589,820,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12590,820,'tve_revision_tve_has_masonry','0'),(12591,820,'tve_revision_tve_has_typefocus','0'),(12592,820,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to recieve news and updates from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12593,820,'tve_revision_tve_has_wistia_popover','0'),(12594,821,'tve_revision_tve_landing_page',''),(12595,821,'tve_revision_tve_disable_theme_dependency',''),(12596,821,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12597,821,'tve_revision_tve_content_more_found',''),(12598,821,'tve_revision_tve_save_post',''),(12599,821,'tve_revision_tve_custom_css',''),(12600,821,'tve_revision_tve_user_custom_css',''),(12601,821,'tve_revision_tve_page_events','a:0:{}'),(12602,821,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12603,821,'tve_revision_tve_global_scripts',''),(12604,821,'tve_revision_thrive_icon_pack','0'),(12605,821,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12606,821,'tve_revision_tve_has_masonry','0'),(12607,821,'tve_revision_tve_has_typefocus','0'),(12608,821,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12609,821,'tve_revision_tve_has_wistia_popover','0'),(12610,822,'tve_revision_tve_landing_page',''),(12611,822,'tve_revision_tve_disable_theme_dependency',''),(12612,822,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12613,822,'tve_revision_tve_content_more_found',''),(12614,822,'tve_revision_tve_save_post',''),(12615,822,'tve_revision_tve_custom_css',''),(12616,822,'tve_revision_tve_user_custom_css',''),(12617,822,'tve_revision_tve_page_events','a:0:{}'),(12618,822,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12619,822,'tve_revision_tve_global_scripts',''),(12620,822,'tve_revision_thrive_icon_pack','0'),(12621,822,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12622,822,'tve_revision_tve_has_masonry','0'),(12623,822,'tve_revision_tve_has_typefocus','0'),(12624,822,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p>\n<p><strong>10 Things To Consider When Developing a Commercial Project</strong></p>\n<p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>The value of experience in developing commercial projects</li>\n<li>Considering all potential development possibilties for your project</li>\n<li>The importance of have a realistic budget</li>\n<li>and much more!</li>\n</ul>\n<p>[/iconlist]</p>\n<p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12625,822,'tve_revision_tve_has_wistia_popover','0'),(12626,823,'tve_revision_tve_landing_page',''),(12627,823,'tve_revision_tve_disable_theme_dependency',''),(12628,823,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12629,823,'tve_revision_tve_content_more_found',''),(12630,823,'tve_revision_tve_save_post',''),(12631,823,'tve_revision_tve_custom_css',''),(12632,823,'tve_revision_tve_user_custom_css',''),(12633,823,'tve_revision_tve_page_events','a:0:{}'),(12634,823,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12635,823,'tve_revision_tve_global_scripts',''),(12636,823,'tve_revision_thrive_icon_pack','0'),(12637,823,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12638,823,'tve_revision_tve_has_masonry','0'),(12639,823,'tve_revision_tve_has_typefocus','0'),(12640,823,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12641,823,'tve_revision_tve_has_wistia_popover','0'),(12642,824,'tve_revision_tve_landing_page',''),(12643,824,'tve_revision_tve_disable_theme_dependency',''),(12644,824,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12645,824,'tve_revision_tve_content_more_found',''),(12646,824,'tve_revision_tve_save_post',''),(12647,824,'tve_revision_tve_custom_css',''),(12648,824,'tve_revision_tve_user_custom_css',''),(12649,824,'tve_revision_tve_page_events','a:0:{}'),(12650,824,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12651,824,'tve_revision_tve_global_scripts',''),(12652,824,'tve_revision_thrive_icon_pack','0'),(12653,824,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12654,824,'tve_revision_tve_has_masonry','0'),(12655,824,'tve_revision_tve_has_typefocus','0'),(12656,824,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12657,824,'tve_revision_tve_has_wistia_popover','0'),(12658,825,'tve_revision_tve_landing_page',''),(12659,825,'tve_revision_tve_disable_theme_dependency',''),(12660,825,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-166138e897e\">Bringing Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12661,825,'tve_revision_tve_content_more_found',''),(12662,825,'tve_revision_tve_save_post',''),(12663,825,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }}'),(12664,825,'tve_revision_tve_user_custom_css',''),(12665,825,'tve_revision_tve_page_events','a:0:{}'),(12666,825,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12667,825,'tve_revision_tve_global_scripts',''),(12668,825,'tve_revision_thrive_icon_pack','0'),(12669,825,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12670,825,'tve_revision_tve_has_masonry','0'),(12671,825,'tve_revision_tve_has_typefocus','0'),(12672,825,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-166138e897e\">Bringing Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12673,825,'tve_revision_tve_has_wistia_popover','0'),(12675,826,'tve_revision_tve_landing_page',''),(12676,826,'tve_revision_tve_disable_theme_dependency',''),(12677,826,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div>'),(12678,826,'tve_revision_tve_content_more_found',''),(12679,826,'tve_revision_tve_save_post',''),(12680,826,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 392px; }}'),(12681,826,'tve_revision_tve_user_custom_css',''),(12682,826,'tve_revision_tve_page_events','a:0:{}'),(12683,826,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12684,826,'tve_revision_tve_global_scripts',''),(12685,826,'tve_revision_thrive_icon_pack','0'),(12686,826,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12687,826,'tve_revision_tve_has_masonry','0'),(12688,826,'tve_revision_tve_has_typefocus','0'),(12689,826,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div>'),(12690,826,'tve_revision_tve_has_wistia_popover','0'),(12693,827,'tve_revision_tve_landing_page',''),(12694,827,'tve_revision_tve_disable_theme_dependency',''),(12695,827,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div>'),(12696,827,'tve_revision_tve_content_more_found',''),(12697,827,'tve_revision_tve_save_post',''),(12698,827,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 392px; }}'),(12699,827,'tve_revision_tve_user_custom_css',''),(12700,827,'tve_revision_tve_page_events','a:0:{}'),(12701,827,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12702,827,'tve_revision_tve_global_scripts',''),(12703,827,'tve_revision_thrive_icon_pack','0'),(12704,827,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12705,827,'tve_revision_tve_has_masonry','0'),(12706,827,'tve_revision_tve_has_typefocus','0'),(12707,827,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div>'),(12708,827,'tve_revision_tve_has_wistia_popover','0'),(12711,828,'tve_revision_tve_landing_page',''),(12712,828,'tve_revision_tve_disable_theme_dependency',''),(12713,828,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div>'),(12714,828,'tve_revision_tve_content_more_found',''),(12715,828,'tve_revision_tve_save_post',''),(12716,828,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 392px; }}'),(12717,828,'tve_revision_tve_user_custom_css',''),(12718,828,'tve_revision_tve_page_events','a:0:{}'),(12719,828,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12720,828,'tve_revision_tve_global_scripts',''),(12721,828,'tve_revision_thrive_icon_pack','0'),(12722,828,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12723,828,'tve_revision_tve_has_masonry','0'),(12724,828,'tve_revision_tve_has_typefocus','0'),(12725,828,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div>'),(12726,828,'tve_revision_tve_has_wistia_popover','0'),(12728,829,'tve_revision_tve_landing_page',''),(12729,829,'tve_revision_tve_disable_theme_dependency',''),(12730,829,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(12731,829,'tve_revision_tve_content_more_found',''),(12732,829,'tve_revision_tve_save_post',''),(12733,829,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 100%; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }}'),(12734,829,'tve_revision_tve_user_custom_css',''),(12735,829,'tve_revision_tve_page_events','a:0:{}'),(12736,829,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12737,829,'tve_revision_tve_global_scripts',''),(12738,829,'tve_revision_thrive_icon_pack','0'),(12739,829,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12740,829,'tve_revision_tve_has_masonry','0'),(12741,829,'tve_revision_tve_has_typefocus','0'),(12742,829,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(12743,829,'tve_revision_tve_has_wistia_popover','0'),(12745,830,'tve_revision_tve_landing_page',''),(12746,830,'tve_revision_tve_disable_theme_dependency',''),(12747,830,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12748,830,'tve_revision_tve_content_more_found',''),(12749,830,'tve_revision_tve_save_post',''),(12750,830,'tve_revision_tve_custom_css',''),(12751,830,'tve_revision_tve_user_custom_css',''),(12752,830,'tve_revision_tve_page_events','a:0:{}'),(12753,830,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12754,830,'tve_revision_tve_global_scripts',''),(12755,830,'tve_revision_thrive_icon_pack','0'),(12756,830,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12757,830,'tve_revision_tve_has_masonry','0'),(12758,830,'tve_revision_tve_has_typefocus','0'),(12759,830,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12760,830,'tve_revision_tve_has_wistia_popover','0'),(12762,831,'tve_revision_tve_landing_page',''),(12763,831,'tve_revision_tve_disable_theme_dependency',''),(12764,831,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12765,831,'tve_revision_tve_content_more_found',''),(12766,831,'tve_revision_tve_save_post',''),(12767,831,'tve_revision_tve_custom_css',''),(12768,831,'tve_revision_tve_user_custom_css',''),(12769,831,'tve_revision_tve_page_events','a:0:{}'),(12770,831,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12771,831,'tve_revision_tve_global_scripts',''),(12772,831,'tve_revision_thrive_icon_pack','0'),(12773,831,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12774,831,'tve_revision_tve_has_masonry','0'),(12775,831,'tve_revision_tve_has_typefocus','0'),(12776,831,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(12777,831,'tve_revision_tve_has_wistia_popover','0'),(12778,832,'tve_revision_tve_landing_page',''),(12779,832,'tve_revision_tve_disable_theme_dependency',''),(12780,832,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\">Bringing Your Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12781,832,'tve_revision_tve_content_more_found',''),(12782,832,'tve_revision_tve_save_post',''),(12783,832,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }}'),(12784,832,'tve_revision_tve_user_custom_css',''),(12785,832,'tve_revision_tve_page_events','a:0:{}'),(12786,832,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12787,832,'tve_revision_tve_global_scripts',''),(12788,832,'tve_revision_thrive_icon_pack','0'),(12789,832,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12790,832,'tve_revision_tve_has_masonry','0'),(12791,832,'tve_revision_tve_has_typefocus','0'),(12792,832,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\">Bringing Your Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12793,832,'tve_revision_tve_has_wistia_popover','0'),(12794,833,'tve_revision_tve_landing_page',''),(12795,833,'tve_revision_tve_disable_theme_dependency',''),(12796,833,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12797,833,'tve_revision_tve_content_more_found',''),(12798,833,'tve_revision_tve_save_post',''),(12799,833,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(12800,833,'tve_revision_tve_user_custom_css',''),(12801,833,'tve_revision_tve_page_events','a:0:{}'),(12802,833,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12803,833,'tve_revision_tve_global_scripts',''),(12804,833,'tve_revision_thrive_icon_pack','0'),(12805,833,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12806,833,'tve_revision_tve_has_masonry','0'),(12807,833,'tve_revision_tve_has_typefocus','0'),(12808,833,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul></div>'),(12809,833,'tve_revision_tve_has_wistia_popover','0'),(12810,834,'tve_revision_tve_landing_page',''),(12811,834,'tve_revision_tve_disable_theme_dependency',''),(12812,834,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\">Bringing Your Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12813,834,'tve_revision_tve_content_more_found',''),(12814,834,'tve_revision_tve_save_post',''),(12815,834,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }}'),(12816,834,'tve_revision_tve_user_custom_css',''),(12817,834,'tve_revision_tve_page_events','a:0:{}'),(12818,834,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12819,834,'tve_revision_tve_global_scripts',''),(12820,834,'tve_revision_thrive_icon_pack','0'),(12821,834,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12822,834,'tve_revision_tve_has_masonry','0'),(12823,834,'tve_revision_tve_has_typefocus','0'),(12824,834,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\">Bringing Your Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12825,834,'tve_revision_tve_has_wistia_popover','0'),(12826,835,'tve_revision_tve_landing_page',''),(12827,835,'tve_revision_tve_disable_theme_dependency',''),(12828,835,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul class=\"tve-droppable\"><li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"tve-droppable\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>__TVE_SHORTCODE_RAW___</div></div>'),(12829,835,'tve_revision_tve_content_more_found',''),(12830,835,'tve_revision_tve_save_post',''),(12831,835,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(12832,835,'tve_revision_tve_user_custom_css',''),(12833,835,'tve_revision_tve_page_events','a:0:{}'),(12834,835,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12835,835,'tve_revision_tve_global_scripts',''),(12836,835,'tve_revision_thrive_icon_pack','0'),(12837,835,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12838,835,'tve_revision_tve_has_masonry','0'),(12839,835,'tve_revision_tve_has_typefocus','0'),(12840,835,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul class=\"tve-droppable\"><li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"tve-droppable\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>__TVE_SHORTCODE_RAW___</div></div>'),(12841,835,'tve_revision_tve_has_wistia_popover','0'),(12842,836,'tve_revision_tve_landing_page',''),(12843,836,'tve_revision_tve_disable_theme_dependency',''),(12844,836,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12845,836,'tve_revision_tve_content_more_found',''),(12846,836,'tve_revision_tve_save_post',''),(12847,836,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(12848,836,'tve_revision_tve_user_custom_css',''),(12849,836,'tve_revision_tve_page_events','a:0:{}'),(12850,836,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12851,836,'tve_revision_tve_global_scripts',''),(12852,836,'tve_revision_thrive_icon_pack','0'),(12853,836,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12854,836,'tve_revision_tve_has_masonry','0'),(12855,836,'tve_revision_tve_has_typefocus','0'),(12856,836,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12857,836,'tve_revision_tve_has_wistia_popover','0'),(12858,837,'tve_revision_tve_landing_page',''),(12859,837,'tve_revision_tve_disable_theme_dependency',''),(12860,837,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12861,837,'tve_revision_tve_content_more_found',''),(12862,837,'tve_revision_tve_save_post',''),(12863,837,'tve_revision_tve_custom_css',''),(12864,837,'tve_revision_tve_user_custom_css',''),(12865,837,'tve_revision_tve_page_events','a:0:{}'),(12866,837,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12867,837,'tve_revision_tve_global_scripts',''),(12868,837,'tve_revision_thrive_icon_pack','0'),(12869,837,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12870,837,'tve_revision_tve_has_masonry','0'),(12871,837,'tve_revision_tve_has_typefocus','0'),(12872,837,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time.\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12873,837,'tve_revision_tve_has_wistia_popover','0'),(12874,838,'tve_revision_tve_landing_page',''),(12875,838,'tve_revision_tve_disable_theme_dependency',''),(12876,838,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12877,838,'tve_revision_tve_content_more_found',''),(12878,838,'tve_revision_tve_save_post',''),(12879,838,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 5px 7px 12px 0px; }}'),(12880,838,'tve_revision_tve_user_custom_css',''),(12881,838,'tve_revision_tve_page_events','a:0:{}'),(12882,838,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12883,838,'tve_revision_tve_global_scripts',''),(12884,838,'tve_revision_thrive_icon_pack','0'),(12885,838,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12886,838,'tve_revision_tve_has_masonry','0'),(12887,838,'tve_revision_tve_has_typefocus','0'),(12888,838,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12889,838,'tve_revision_tve_has_wistia_popover','0'),(12890,839,'tve_revision_tve_landing_page',''),(12891,839,'tve_revision_tve_disable_theme_dependency',''),(12892,839,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12893,839,'tve_revision_tve_content_more_found',''),(12894,839,'tve_revision_tve_save_post',''),(12895,839,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 7px 4px 12px 0px; }}'),(12896,839,'tve_revision_tve_user_custom_css',''),(12897,839,'tve_revision_tve_page_events','a:0:{}'),(12898,839,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12899,839,'tve_revision_tve_global_scripts',''),(12900,839,'tve_revision_thrive_icon_pack','0'),(12901,839,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12902,839,'tve_revision_tve_has_masonry','0'),(12903,839,'tve_revision_tve_has_typefocus','0'),(12904,839,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(12905,839,'tve_revision_tve_has_wistia_popover','0'),(12906,840,'tve_revision_tve_landing_page',''),(12907,840,'tve_revision_tve_disable_theme_dependency',''),(12908,840,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12909,840,'tve_revision_tve_content_more_found',''),(12910,840,'tve_revision_tve_save_post',''),(12911,840,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(12912,840,'tve_revision_tve_user_custom_css',''),(12913,840,'tve_revision_tve_page_events','a:0:{}'),(12914,840,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(12915,840,'tve_revision_tve_global_scripts',''),(12916,840,'tve_revision_thrive_icon_pack','0'),(12917,840,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(12918,840,'tve_revision_tve_has_masonry','0'),(12919,840,'tve_revision_tve_has_typefocus','0'),(12920,840,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(12921,840,'tve_revision_tve_has_wistia_popover','0'),(12922,841,'tve_revision_tve_landing_page',''),(12923,841,'tve_revision_tve_disable_theme_dependency',''),(12924,841,'tve_revision_tve_content_before_more',''),(12925,841,'tve_revision_tve_content_more_found',''),(12926,841,'tve_revision_tve_save_post',''),(12927,841,'tve_revision_tve_custom_css',''),(12928,841,'tve_revision_tve_user_custom_css',''),(12929,841,'tve_revision_tve_page_events',''),(12930,841,'tve_revision_tve_globals',''),(12931,841,'tve_revision_tve_global_scripts',''),(12932,841,'tve_revision_thrive_icon_pack',''),(12933,841,'tve_revision_thrive_tcb_post_fonts',''),(12934,841,'tve_revision_tve_has_masonry',''),(12935,841,'tve_revision_tve_has_typefocus',''),(12936,841,'tve_revision_tve_updated_post',''),(12937,841,'tve_revision_tve_has_wistia_popover',''),(12938,841,'tve_revision_tve_landing_page',''),(12939,841,'tve_revision_tve_disable_theme_dependency',''),(12940,841,'tve_revision_tve_content_before_more',''),(12941,841,'tve_revision_tve_content_more_found',''),(12942,841,'tve_revision_tve_save_post',''),(12943,841,'tve_revision_tve_custom_css',''),(12944,841,'tve_revision_tve_user_custom_css',''),(12945,841,'tve_revision_tve_page_events',''),(12946,841,'tve_revision_tve_globals',''),(12947,841,'tve_revision_tve_global_scripts',''),(12948,841,'tve_revision_thrive_icon_pack',''),(12949,841,'tve_revision_thrive_tcb_post_fonts',''),(12950,841,'tve_revision_tve_has_masonry',''),(12951,841,'tve_revision_tve_has_typefocus',''),(12952,841,'tve_revision_tve_updated_post',''),(12953,841,'tve_revision_tve_has_wistia_popover',''),(12954,841,'tve_revision_tve_landing_page',''),(12955,841,'tve_revision_tve_disable_theme_dependency',''),(12956,841,'tve_revision_tve_content_before_more',''),(12957,841,'tve_revision_tve_content_more_found',''),(12958,841,'tve_revision_tve_save_post',''),(12959,841,'tve_revision_tve_custom_css',''),(12960,841,'tve_revision_tve_user_custom_css',''),(12961,841,'tve_revision_tve_page_events',''),(12962,841,'tve_revision_tve_globals',''),(12963,841,'tve_revision_tve_global_scripts',''),(12964,841,'tve_revision_thrive_icon_pack',''),(12965,841,'tve_revision_thrive_tcb_post_fonts',''),(12966,841,'tve_revision_tve_has_masonry',''),(12967,841,'tve_revision_tve_has_typefocus',''),(12968,841,'tve_revision_tve_updated_post',''),(12969,841,'tve_revision_tve_has_wistia_popover',''),(12970,841,'tve_revision_tve_landing_page',''),(12971,841,'tve_revision_tve_disable_theme_dependency',''),(12972,841,'tve_revision_tve_content_before_more',''),(12973,841,'tve_revision_tve_content_more_found',''),(12974,841,'tve_revision_tve_save_post',''),(12975,841,'tve_revision_tve_custom_css',''),(12976,841,'tve_revision_tve_user_custom_css',''),(12977,841,'tve_revision_tve_page_events',''),(12978,841,'tve_revision_tve_globals',''),(12979,841,'tve_revision_tve_global_scripts',''),(12980,841,'tve_revision_thrive_icon_pack',''),(12981,841,'tve_revision_thrive_tcb_post_fonts',''),(12982,841,'tve_revision_tve_has_masonry',''),(12983,841,'tve_revision_tve_has_typefocus',''),(12984,841,'tve_revision_tve_updated_post',''),(12985,841,'tve_revision_tve_has_wistia_popover',''),(12986,841,'tve_revision_tve_landing_page',''),(12987,841,'tve_revision_tve_disable_theme_dependency',''),(12988,841,'tve_revision_tve_content_before_more',''),(12989,841,'tve_revision_tve_content_more_found',''),(12990,841,'tve_revision_tve_save_post',''),(12991,841,'tve_revision_tve_custom_css',''),(12992,841,'tve_revision_tve_user_custom_css',''),(12993,841,'tve_revision_tve_page_events',''),(12994,841,'tve_revision_tve_globals',''),(12995,841,'tve_revision_tve_global_scripts',''),(12996,841,'tve_revision_thrive_icon_pack',''),(12997,841,'tve_revision_thrive_tcb_post_fonts',''),(12998,841,'tve_revision_tve_has_masonry',''),(12999,841,'tve_revision_tve_has_typefocus',''),(13000,841,'tve_revision_tve_updated_post',''),(13001,841,'tve_revision_tve_has_wistia_popover',''),(13002,841,'tve_revision_tve_landing_page',''),(13003,841,'tve_revision_tve_disable_theme_dependency',''),(13004,841,'tve_revision_tve_content_before_more',''),(13005,841,'tve_revision_tve_content_more_found',''),(13006,841,'tve_revision_tve_save_post',''),(13007,841,'tve_revision_tve_custom_css',''),(13008,841,'tve_revision_tve_user_custom_css',''),(13009,841,'tve_revision_tve_page_events',''),(13010,841,'tve_revision_tve_globals',''),(13011,841,'tve_revision_tve_global_scripts',''),(13012,841,'tve_revision_thrive_icon_pack',''),(13013,841,'tve_revision_thrive_tcb_post_fonts',''),(13014,841,'tve_revision_tve_has_masonry',''),(13015,841,'tve_revision_tve_has_typefocus',''),(13016,841,'tve_revision_tve_updated_post',''),(13017,841,'tve_revision_tve_has_wistia_popover',''),(13018,842,'tve_revision_tve_landing_page',''),(13019,842,'tve_revision_tve_disable_theme_dependency',''),(13020,842,'tve_revision_tve_content_before_more',''),(13021,842,'tve_revision_tve_content_more_found',''),(13022,842,'tve_revision_tve_save_post',''),(13023,842,'tve_revision_tve_custom_css',''),(13024,842,'tve_revision_tve_user_custom_css',''),(13025,842,'tve_revision_tve_page_events',''),(13026,842,'tve_revision_tve_globals',''),(13027,842,'tve_revision_tve_global_scripts',''),(13028,842,'tve_revision_thrive_icon_pack',''),(13029,842,'tve_revision_thrive_tcb_post_fonts',''),(13030,842,'tve_revision_tve_has_masonry',''),(13031,842,'tve_revision_tve_has_typefocus',''),(13032,842,'tve_revision_tve_updated_post',''),(13033,842,'tve_revision_tve_has_wistia_popover',''),(13034,843,'tve_revision_tve_landing_page',''),(13035,843,'tve_revision_tve_disable_theme_dependency',''),(13036,843,'tve_revision_tve_content_before_more',''),(13037,843,'tve_revision_tve_content_more_found',''),(13038,843,'tve_revision_tve_save_post',''),(13039,843,'tve_revision_tve_custom_css',''),(13040,843,'tve_revision_tve_user_custom_css',''),(13041,843,'tve_revision_tve_page_events',''),(13042,843,'tve_revision_tve_globals',''),(13043,843,'tve_revision_tve_global_scripts',''),(13044,843,'tve_revision_thrive_icon_pack',''),(13045,843,'tve_revision_thrive_tcb_post_fonts',''),(13046,843,'tve_revision_tve_has_masonry',''),(13047,843,'tve_revision_tve_has_typefocus',''),(13048,843,'tve_revision_tve_updated_post',''),(13049,843,'tve_revision_tve_has_wistia_popover',''),(13050,844,'tve_revision_tve_landing_page',''),(13051,844,'tve_revision_tve_disable_theme_dependency',''),(13052,844,'tve_revision_tve_content_before_more',''),(13053,844,'tve_revision_tve_content_more_found',''),(13054,844,'tve_revision_tve_save_post',''),(13055,844,'tve_revision_tve_custom_css',''),(13056,844,'tve_revision_tve_user_custom_css',''),(13057,844,'tve_revision_tve_page_events',''),(13058,844,'tve_revision_tve_globals',''),(13059,844,'tve_revision_tve_global_scripts',''),(13060,844,'tve_revision_thrive_icon_pack',''),(13061,844,'tve_revision_thrive_tcb_post_fonts',''),(13062,844,'tve_revision_tve_has_masonry',''),(13063,844,'tve_revision_tve_has_typefocus',''),(13064,844,'tve_revision_tve_updated_post',''),(13065,844,'tve_revision_tve_has_wistia_popover',''),(13066,844,'tve_revision_tve_landing_page',''),(13067,844,'tve_revision_tve_disable_theme_dependency',''),(13068,844,'tve_revision_tve_content_before_more',''),(13069,844,'tve_revision_tve_content_more_found',''),(13070,844,'tve_revision_tve_save_post',''),(13071,844,'tve_revision_tve_custom_css',''),(13072,844,'tve_revision_tve_user_custom_css',''),(13073,844,'tve_revision_tve_page_events',''),(13074,844,'tve_revision_tve_globals',''),(13075,844,'tve_revision_tve_global_scripts',''),(13076,844,'tve_revision_thrive_icon_pack',''),(13077,844,'tve_revision_thrive_tcb_post_fonts',''),(13078,844,'tve_revision_tve_has_masonry',''),(13079,844,'tve_revision_tve_has_typefocus',''),(13080,844,'tve_revision_tve_updated_post',''),(13081,844,'tve_revision_tve_has_wistia_popover',''),(13082,845,'tve_revision_tve_landing_page',''),(13083,845,'tve_revision_tve_disable_theme_dependency',''),(13084,845,'tve_revision_tve_content_before_more',''),(13085,845,'tve_revision_tve_content_more_found',''),(13086,845,'tve_revision_tve_save_post',''),(13087,845,'tve_revision_tve_custom_css',''),(13088,845,'tve_revision_tve_user_custom_css',''),(13089,845,'tve_revision_tve_page_events',''),(13090,845,'tve_revision_tve_globals',''),(13091,845,'tve_revision_tve_global_scripts',''),(13092,845,'tve_revision_thrive_icon_pack',''),(13093,845,'tve_revision_thrive_tcb_post_fonts',''),(13094,845,'tve_revision_tve_has_masonry',''),(13095,845,'tve_revision_tve_has_typefocus',''),(13096,845,'tve_revision_tve_updated_post',''),(13097,845,'tve_revision_tve_has_wistia_popover',''),(13098,846,'tve_revision_tve_landing_page',''),(13099,846,'tve_revision_tve_disable_theme_dependency',''),(13100,846,'tve_revision_tve_content_before_more',''),(13101,846,'tve_revision_tve_content_more_found',''),(13102,846,'tve_revision_tve_save_post',''),(13103,846,'tve_revision_tve_custom_css',''),(13104,846,'tve_revision_tve_user_custom_css',''),(13105,846,'tve_revision_tve_page_events',''),(13106,846,'tve_revision_tve_globals',''),(13107,846,'tve_revision_tve_global_scripts',''),(13108,846,'tve_revision_thrive_icon_pack',''),(13109,846,'tve_revision_thrive_tcb_post_fonts',''),(13110,846,'tve_revision_tve_has_masonry',''),(13111,846,'tve_revision_tve_has_typefocus',''),(13112,846,'tve_revision_tve_updated_post',''),(13113,846,'tve_revision_tve_has_wistia_popover',''),(13114,847,'tve_revision_tve_landing_page',''),(13115,847,'tve_revision_tve_disable_theme_dependency',''),(13116,847,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13117,847,'tve_revision_tve_content_more_found',''),(13118,847,'tve_revision_tve_save_post',''),(13119,847,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(13120,847,'tve_revision_tve_user_custom_css',''),(13121,847,'tve_revision_tve_page_events','a:0:{}'),(13122,847,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13123,847,'tve_revision_tve_global_scripts',''),(13124,847,'tve_revision_thrive_icon_pack','0'),(13125,847,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13126,847,'tve_revision_tve_has_masonry','0'),(13127,847,'tve_revision_tve_has_typefocus','0'),(13128,847,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13129,847,'tve_revision_tve_has_wistia_popover','0'),(13130,848,'tve_revision_tve_landing_page',''),(13131,848,'tve_revision_tve_disable_theme_dependency',''),(13132,848,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16614131fd8\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13133,848,'tve_revision_tve_content_more_found',''),(13134,848,'tve_revision_tve_save_post',''),(13135,848,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 277px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16614131fd8\"] { max-width: 1100px; }}'),(13136,848,'tve_revision_tve_user_custom_css',''),(13137,848,'tve_revision_tve_page_events','a:0:{}'),(13138,848,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13139,848,'tve_revision_tve_global_scripts',''),(13140,848,'tve_revision_thrive_icon_pack','0'),(13141,848,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13142,848,'tve_revision_tve_has_masonry','0'),(13143,848,'tve_revision_tve_has_typefocus','0'),(13144,848,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16614131fd8\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13145,848,'tve_revision_tve_has_wistia_popover','0'),(13146,849,'tve_revision_tve_landing_page',''),(13147,849,'tve_revision_tve_disable_theme_dependency',''),(13148,849,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16614131fd8\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1380px; left: -141px;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13149,849,'tve_revision_tve_content_more_found',''),(13150,849,'tve_revision_tve_save_post',''),(13151,849,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 277px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16614131fd8\"] { max-width: 1100px; }}'),(13152,849,'tve_revision_tve_user_custom_css',''),(13153,849,'tve_revision_tve_page_events','a:0:{}'),(13154,849,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13155,849,'tve_revision_tve_global_scripts',''),(13156,849,'tve_revision_thrive_icon_pack','0'),(13157,849,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13158,849,'tve_revision_tve_has_masonry','0'),(13159,849,'tve_revision_tve_has_typefocus','0'),(13160,849,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16614131fd8\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1380px; left: -141px;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13161,849,'tve_revision_tve_has_wistia_popover','0'),(13163,625,'tve_revision_tve_landing_page',''),(13164,625,'tve_revision_tve_disable_theme_dependency',''),(13165,625,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16614131fd8\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1380px; left: -141px;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13166,625,'tve_revision_tve_content_more_found',''),(13167,625,'tve_revision_tve_save_post',''),(13168,625,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 277px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16614131fd8\"] { max-width: 1100px; }}'),(13169,625,'tve_revision_tve_user_custom_css',''),(13170,625,'tve_revision_tve_page_events','a:0:{}'),(13171,625,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13172,625,'tve_revision_tve_global_scripts',''),(13173,625,'tve_revision_thrive_icon_pack','0'),(13174,625,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13175,625,'tve_revision_tve_has_masonry','0'),(13176,625,'tve_revision_tve_has_typefocus','0'),(13177,625,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16614131fd8\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1380px; left: -141px;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(13178,625,'tve_revision_tve_has_wistia_popover','0'),(13179,850,'tve_revision_tve_landing_page',''),(13180,850,'tve_revision_tve_disable_theme_dependency',''),(13181,850,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13182,850,'tve_revision_tve_content_more_found',''),(13183,850,'tve_revision_tve_save_post',''),(13184,850,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(13185,850,'tve_revision_tve_user_custom_css',''),(13186,850,'tve_revision_tve_page_events','a:0:{}'),(13187,850,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13188,850,'tve_revision_tve_global_scripts',''),(13189,850,'tve_revision_thrive_icon_pack','0'),(13190,850,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13191,850,'tve_revision_tve_has_masonry','0'),(13192,850,'tve_revision_tve_has_typefocus','0'),(13193,850,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13194,850,'tve_revision_tve_has_wistia_popover','0'),(13196,739,'tcb2_ready','1'),(13197,851,'tve_revision_tve_landing_page',''),(13198,851,'tve_revision_tve_disable_theme_dependency',''),(13199,851,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13200,851,'tve_revision_tve_content_more_found',''),(13201,851,'tve_revision_tve_save_post',''),(13202,851,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 0px 1px; }}'),(13203,851,'tve_revision_tve_user_custom_css',''),(13204,851,'tve_revision_tve_page_events','a:0:{}'),(13205,851,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13206,851,'tve_revision_tve_global_scripts',''),(13207,851,'tve_revision_thrive_icon_pack','0'),(13208,851,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13209,851,'tve_revision_tve_has_masonry','0'),(13210,851,'tve_revision_tve_has_typefocus','0'),(13211,851,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13212,851,'tve_revision_tve_has_wistia_popover','0'),(13213,852,'tve_revision_tve_landing_page',''),(13214,852,'tve_revision_tve_disable_theme_dependency',''),(13215,852,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13216,852,'tve_revision_tve_content_more_found',''),(13217,852,'tve_revision_tve_save_post',''),(13218,852,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 0px 1px; }}'),(13219,852,'tve_revision_tve_user_custom_css',''),(13220,852,'tve_revision_tve_page_events','a:0:{}'),(13221,852,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13222,852,'tve_revision_tve_global_scripts',''),(13223,852,'tve_revision_thrive_icon_pack','0'),(13224,852,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13225,852,'tve_revision_tve_has_masonry','0'),(13226,852,'tve_revision_tve_has_typefocus','0'),(13227,852,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13228,852,'tve_revision_tve_has_wistia_popover','0'),(13229,625,'tve_revision_tve_landing_page',''),(13230,625,'tve_revision_tve_disable_theme_dependency',''),(13231,625,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13232,625,'tve_revision_tve_content_more_found',''),(13233,625,'tve_revision_tve_save_post',''),(13234,625,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(13235,625,'tve_revision_tve_user_custom_css',''),(13236,625,'tve_revision_tve_page_events','a:0:{}'),(13237,625,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13238,625,'tve_revision_tve_global_scripts',''),(13239,625,'tve_revision_thrive_icon_pack','0'),(13240,625,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13241,625,'tve_revision_tve_has_masonry','0'),(13242,625,'tve_revision_tve_has_typefocus','0'),(13243,625,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13244,625,'tve_revision_tve_has_wistia_popover','0'),(13245,853,'tve_revision_tve_landing_page',''),(13246,853,'tve_revision_tve_disable_theme_dependency',''),(13247,853,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong>Feasibility Analysis™</a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp™</a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13248,853,'tve_revision_tve_content_more_found',''),(13249,853,'tve_revision_tve_save_post',''),(13250,853,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(13251,853,'tve_revision_tve_user_custom_css',''),(13252,853,'tve_revision_tve_page_events','a:0:{}'),(13253,853,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13254,853,'tve_revision_tve_global_scripts',''),(13255,853,'tve_revision_thrive_icon_pack','0'),(13256,853,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13257,853,'tve_revision_tve_has_masonry','0'),(13258,853,'tve_revision_tve_has_typefocus','0'),(13259,853,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong>Feasibility Analysis™</a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Base Camp™</a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13260,853,'tve_revision_tve_has_wistia_popover','0'),(13264,855,'tve_revision_tve_landing_page',''),(13265,855,'tve_revision_tve_disable_theme_dependency',''),(13266,855,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13267,855,'tve_revision_tve_content_more_found',''),(13268,855,'tve_revision_tve_save_post',''),(13269,855,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1100px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926102927/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }}'),(13270,855,'tve_revision_tve_user_custom_css',''),(13271,855,'tve_revision_tve_page_events','a:0:{}'),(13272,855,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13273,855,'tve_revision_tve_global_scripts',''),(13274,855,'tve_revision_thrive_icon_pack','0'),(13275,855,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13276,855,'tve_revision_tve_has_masonry','0'),(13277,855,'tve_revision_tve_has_typefocus','0'),(13278,855,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13279,855,'tve_revision_tve_has_wistia_popover','0'),(13280,856,'tve_revision_tve_landing_page',''),(13281,856,'tve_revision_tve_disable_theme_dependency',''),(13282,856,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13283,856,'tve_revision_tve_content_more_found',''),(13284,856,'tve_revision_tve_save_post',''),(13285,856,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926102927/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(13286,856,'tve_revision_tve_user_custom_css',''),(13287,856,'tve_revision_tve_page_events','a:0:{}'),(13288,856,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13289,856,'tve_revision_tve_global_scripts',''),(13290,856,'tve_revision_thrive_icon_pack','0'),(13291,856,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13292,856,'tve_revision_tve_has_masonry','0'),(13293,856,'tve_revision_tve_has_typefocus','0'),(13294,856,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13295,856,'tve_revision_tve_has_wistia_popover','0'),(13296,857,'_wp_attached_file','2018/09/WEB-SLIDER-replacement-DSC-10521.jpg'),(13297,857,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:80:\"wp-content/uploads/sites/371/20180926103356/WEB-SLIDER-replacement-DSC-10521.jpg\";}'),(13298,857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:44:\"2018/09/WEB-SLIDER-replacement-DSC-10521.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-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:44:\"WEB-SLIDER-replacement-DSC-10521-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:44:\"WEB-SLIDER-replacement-DSC-10521-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(13299,858,'tve_revision_tve_landing_page',''),(13300,858,'tve_revision_tve_disable_theme_dependency',''); INSERT INTO `wp_postmeta` VALUES (13301,858,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13302,858,'tve_revision_tve_content_more_found',''),(13303,858,'tve_revision_tve_save_post',''),(13304,858,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926103356/WEB-SLIDER-replacement-DSC-10521.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(13305,858,'tve_revision_tve_user_custom_css',''),(13306,858,'tve_revision_tve_page_events','a:0:{}'),(13307,858,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13308,858,'tve_revision_tve_global_scripts',''),(13309,858,'tve_revision_thrive_icon_pack','0'),(13310,858,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13311,858,'tve_revision_tve_has_masonry','0'),(13312,858,'tve_revision_tve_has_typefocus','0'),(13313,858,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"]<br />\n[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13314,858,'tve_revision_tve_has_wistia_popover','0'),(13315,859,'tve_revision_tve_landing_page',''),(13316,859,'tve_revision_tve_disable_theme_dependency',''),(13317,859,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13318,859,'tve_revision_tve_content_more_found',''),(13319,859,'tve_revision_tve_save_post',''),(13320,859,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926103356/WEB-SLIDER-replacement-DSC-10521.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(13321,859,'tve_revision_tve_user_custom_css',''),(13322,859,'tve_revision_tve_page_events','a:0:{}'),(13323,859,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13324,859,'tve_revision_tve_global_scripts',''),(13325,859,'tve_revision_thrive_icon_pack','0'),(13326,859,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13327,859,'tve_revision_tve_has_masonry','0'),(13328,859,'tve_revision_tve_has_typefocus','0'),(13329,859,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br />[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br />\n[/fullwidth]</p>\n__TVE_SHORTCODE_RAW___</div><div class=\"wi-fullwidth has_bg\" style=\"padding-top: 0px; padding-bottom: 0px; background-attachment: fixed;\"><div class=\"wi-fullwidth-content\"><div class=\"container\"><br>\n<div class=\"wi-portfolio-wrapper style-1 open-content\">\n<div class=\"wi-portfolio portfolio-3 style-1 portfolio-effect-popup no-padding isotope\" data-default=\"\" style=\"position: relative; overflow: hidden; height: 430px;\">\n<span class=\"viewport-ele\"></span>\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-739 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-739\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>508 Rhett Street</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-703 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-703\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102626/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Columbia Craft Brewery</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial post-386 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial isotope-item running\" id=\"portfolio-386\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 0px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span>\n<span class=\"categories belowtitle\">Commercial</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-369 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-369\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124203/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>First Base Building Interior Renovations</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-renovation-remodel post-361 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-renovation-remodel isotope-item running\" id=\"portfolio-361\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(366px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124154/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Altman Building Charleston, SC</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n<article class=\"portfolio-item wi-commercial wi-new-construction post-353 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-commercial portfolio_category-new-construction isotope-item running\" id=\"portfolio-353\" style=\"position: absolute; left: 0px; top: 0px; transform: translate3d(732px, 215px, 0px);\">\n<div class=\"inner\">\n<div class=\"thumb thumb-content\">\n<a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180829124207/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"> <span class=\"overlay\"></span>\n<span class=\"name\"><span>Lake Carolina Towncenter</span></span>\n<span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span>\n</a>\n</div><!-- .thumb -->\n</div><!-- .inner -->\n</article><!-- .portfolio-item -->\n</div><!-- .wi-portfolio -->\n<div class=\"clearfix\"></div>\n</div><!-- .wi-portfolio-wrapper -->\n<br>\n<div class=\"clearfix\"></div></div></div><div class=\"wi-fullwidth-overlay\" style=\"opacity:0;\"></div></div><div class=\"container\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13330,859,'tve_revision_tve_has_wistia_popover','0'),(13331,860,'tve_revision_tve_landing_page',''),(13332,860,'tve_revision_tve_disable_theme_dependency',''),(13333,860,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13334,860,'tve_revision_tve_content_more_found',''),(13335,860,'tve_revision_tve_save_post',''),(13336,860,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926103356/WEB-SLIDER-replacement-DSC-10521.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 75%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(13337,860,'tve_revision_tve_user_custom_css',''),(13338,860,'tve_revision_tve_page_events','a:0:{}'),(13339,860,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13340,860,'tve_revision_tve_global_scripts',''),(13341,860,'tve_revision_thrive_icon_pack','0'),(13342,860,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13343,860,'tve_revision_tve_has_masonry','0'),(13344,860,'tve_revision_tve_has_typefocus','0'),(13345,860,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1605px; left: -252.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13346,860,'tve_revision_tve_has_wistia_popover','0'),(13347,625,'tve_revision_tve_landing_page',''),(13348,625,'tve_revision_tve_disable_theme_dependency',''),(13349,625,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13350,625,'tve_revision_tve_content_more_found',''),(13351,625,'tve_revision_tve_save_post',''),(13352,625,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 460px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(13353,625,'tve_revision_tve_user_custom_css',''),(13354,625,'tve_revision_tve_page_events','a:0:{}'),(13355,625,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13356,625,'tve_revision_tve_global_scripts',''),(13357,625,'tve_revision_thrive_icon_pack','0'),(13358,625,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13359,625,'tve_revision_tve_has_masonry','0'),(13360,625,'tve_revision_tve_has_typefocus','0'),(13361,625,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13362,625,'tve_revision_tve_has_wistia_popover','0'),(13363,861,'tve_revision_tve_landing_page',''),(13364,861,'tve_revision_tve_disable_theme_dependency',''),(13365,861,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13366,861,'tve_revision_tve_content_more_found',''),(13367,861,'tve_revision_tve_save_post',''),(13368,861,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f36\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f37\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }[data-css=\"tve-u-166117f6240\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(13369,861,'tve_revision_tve_user_custom_css',''),(13370,861,'tve_revision_tve_page_events','a:0:{}'),(13371,861,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13372,861,'tve_revision_tve_global_scripts',''),(13373,861,'tve_revision_thrive_icon_pack','0'),(13374,861,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13375,861,'tve_revision_tve_has_masonry','0'),(13376,861,'tve_revision_tve_has_typefocus','0'),(13377,861,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1660d1bf4ae\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3d8f36\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d3d8f37\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-166117f6240\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13378,861,'tve_revision_tve_has_wistia_popover','0'),(13379,12,'_wi_template','fullwidth'),(13380,862,'tve_revision_tve_landing_page',''),(13381,862,'tve_revision_tve_disable_theme_dependency',''),(13382,862,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13383,862,'tve_revision_tve_content_more_found',''),(13384,862,'tve_revision_tve_save_post',''),(13385,862,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -10px !important; }}'),(13386,862,'tve_revision_tve_user_custom_css',''),(13387,862,'tve_revision_tve_page_events','a:0:{}'),(13388,862,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13389,862,'tve_revision_tve_global_scripts',''),(13390,862,'tve_revision_thrive_icon_pack','0'),(13391,862,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13392,862,'tve_revision_tve_has_masonry','0'),(13393,862,'tve_revision_tve_has_typefocus','0'),(13394,862,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13395,862,'tve_revision_tve_has_wistia_popover','0'),(13396,863,'tve_revision_tve_landing_page',''),(13397,863,'tve_revision_tve_disable_theme_dependency',''),(13398,863,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13399,863,'tve_revision_tve_content_more_found',''),(13400,863,'tve_revision_tve_save_post',''),(13401,863,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -15px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }}'),(13402,863,'tve_revision_tve_user_custom_css',''),(13403,863,'tve_revision_tve_page_events','a:0:{}'),(13404,863,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13405,863,'tve_revision_tve_global_scripts',''),(13406,863,'tve_revision_thrive_icon_pack','0'),(13407,863,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13408,863,'tve_revision_tve_has_masonry','0'),(13409,863,'tve_revision_tve_has_typefocus','0'),(13410,863,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13411,863,'tve_revision_tve_has_wistia_popover','0'),(13412,864,'tve_revision_tve_landing_page',''),(13413,864,'tve_revision_tve_disable_theme_dependency',''),(13414,864,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13415,864,'tve_revision_tve_content_more_found',''),(13416,864,'tve_revision_tve_save_post',''),(13417,864,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }}'),(13418,864,'tve_revision_tve_user_custom_css',''),(13419,864,'tve_revision_tve_page_events','a:0:{}'),(13420,864,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13421,864,'tve_revision_tve_global_scripts',''),(13422,864,'tve_revision_thrive_icon_pack','0'),(13423,864,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13424,864,'tve_revision_tve_has_masonry','0'),(13425,864,'tve_revision_tve_has_typefocus','0'),(13426,864,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13427,864,'tve_revision_tve_has_wistia_popover','0'),(13428,865,'tve_revision_tve_landing_page',''),(13429,865,'tve_revision_tve_disable_theme_dependency',''),(13430,865,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13431,865,'tve_revision_tve_content_more_found',''),(13432,865,'tve_revision_tve_save_post',''),(13433,865,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }}'),(13434,865,'tve_revision_tve_user_custom_css',''),(13435,865,'tve_revision_tve_page_events','a:0:{}'),(13436,865,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13437,865,'tve_revision_tve_global_scripts',''),(13438,865,'tve_revision_thrive_icon_pack','0'),(13439,865,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13440,865,'tve_revision_tve_has_masonry','0'),(13441,865,'tve_revision_tve_has_typefocus','0'),(13442,865,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13443,865,'tve_revision_tve_has_wistia_popover','0'),(13444,866,'tve_revision_tve_landing_page',''),(13445,866,'tve_revision_tve_disable_theme_dependency',''),(13446,866,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13447,866,'tve_revision_tve_content_more_found',''),(13448,866,'tve_revision_tve_save_post',''),(13449,866,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }}'),(13450,866,'tve_revision_tve_user_custom_css',''),(13451,866,'tve_revision_tve_page_events','a:0:{}'),(13452,866,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13453,866,'tve_revision_tve_global_scripts',''),(13454,866,'tve_revision_thrive_icon_pack','0'),(13455,866,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13456,866,'tve_revision_tve_has_masonry','0'),(13457,866,'tve_revision_tve_has_typefocus','0'),(13458,866,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>Enter Your Name and Best Email</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13459,866,'tve_revision_tve_has_wistia_popover','0'),(13460,867,'tve_revision_tve_landing_page',''),(13461,867,'tve_revision_tve_disable_theme_dependency',''),(13462,867,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email and receive news and updates from us\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13463,867,'tve_revision_tve_content_more_found',''),(13464,867,'tve_revision_tve_save_post',''),(13465,867,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 0px 1px; }}'),(13466,867,'tve_revision_tve_user_custom_css',''),(13467,867,'tve_revision_tve_page_events','a:0:{}'),(13468,867,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13469,867,'tve_revision_tve_global_scripts',''),(13470,867,'tve_revision_thrive_icon_pack','0'),(13471,867,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13472,867,'tve_revision_tve_has_masonry','0'),(13473,867,'tve_revision_tve_has_typefocus','0'),(13474,867,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email and receive news and updates from us\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13475,867,'tve_revision_tve_has_wistia_popover','0'),(13476,868,'tve_revision_tve_landing_page',''),(13477,868,'tve_revision_tve_disable_theme_dependency',''),(13478,868,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(13479,868,'tve_revision_tve_content_more_found',''),(13480,868,'tve_revision_tve_save_post',''),(13481,868,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: capitalize !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; }}'),(13482,868,'tve_revision_tve_user_custom_css',''),(13483,868,'tve_revision_tve_page_events','a:0:{}'),(13484,868,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13485,868,'tve_revision_tve_global_scripts',''),(13486,868,'tve_revision_thrive_icon_pack','0'),(13487,868,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13488,868,'tve_revision_tve_has_masonry','0'),(13489,868,'tve_revision_tve_has_typefocus','0'),(13490,868,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(13491,868,'tve_revision_tve_has_wistia_popover','0'),(13492,869,'tve_revision_tve_landing_page',''),(13493,869,'tve_revision_tve_disable_theme_dependency',''),(13494,869,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13495,869,'tve_revision_tve_content_more_found',''),(13496,869,'tve_revision_tve_save_post',''),(13497,869,'tve_revision_tve_custom_css',''),(13498,869,'tve_revision_tve_user_custom_css',''),(13499,869,'tve_revision_tve_page_events','a:0:{}'),(13500,869,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13501,869,'tve_revision_tve_global_scripts',''),(13502,869,'tve_revision_thrive_icon_pack','0'),(13503,869,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13504,869,'tve_revision_tve_has_masonry','0'),(13505,869,'tve_revision_tve_has_typefocus','0'),(13506,869,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13507,869,'tve_revision_tve_has_wistia_popover','0'),(13508,870,'tve_revision_tve_landing_page',''),(13509,870,'tve_revision_tve_disable_theme_dependency',''),(13510,870,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13511,870,'tve_revision_tve_content_more_found',''),(13512,870,'tve_revision_tve_save_post',''),(13513,870,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 0px 1px; }}'),(13514,870,'tve_revision_tve_user_custom_css',''),(13515,870,'tve_revision_tve_page_events','a:0:{}'),(13516,870,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13517,870,'tve_revision_tve_global_scripts',''),(13518,870,'tve_revision_thrive_icon_pack','0'),(13519,870,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13520,870,'tve_revision_tve_has_masonry','0'),(13521,870,'tve_revision_tve_has_typefocus','0'),(13522,870,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13523,870,'tve_revision_tve_has_wistia_popover','0'),(13524,871,'tve_revision_tve_landing_page',''),(13525,871,'tve_revision_tve_disable_theme_dependency',''),(13526,871,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13527,871,'tve_revision_tve_content_more_found',''),(13528,871,'tve_revision_tve_save_post',''),(13529,871,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 0px 1px; }}'),(13530,871,'tve_revision_tve_user_custom_css',''),(13531,871,'tve_revision_tve_page_events','a:0:{}'),(13532,871,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13533,871,'tve_revision_tve_global_scripts',''),(13534,871,'tve_revision_thrive_icon_pack','0'),(13535,871,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13536,871,'tve_revision_tve_has_masonry','0'),(13537,871,'tve_revision_tve_has_typefocus','0'),(13538,871,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(13539,871,'tve_revision_tve_has_wistia_popover','0'),(13540,872,'tve_revision_tve_landing_page',''),(13541,872,'tve_revision_tve_disable_theme_dependency',''),(13542,872,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13543,872,'tve_revision_tve_content_more_found',''),(13544,872,'tve_revision_tve_save_post',''),(13545,872,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }}'),(13546,872,'tve_revision_tve_user_custom_css',''),(13547,872,'tve_revision_tve_page_events','a:0:{}'),(13548,872,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13549,872,'tve_revision_tve_global_scripts',''),(13550,872,'tve_revision_thrive_icon_pack','0'),(13551,872,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13552,872,'tve_revision_tve_has_masonry','0'),(13553,872,'tve_revision_tve_has_typefocus','0'),(13554,872,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13555,872,'tve_revision_tve_has_wistia_popover','0'),(13556,873,'tve_revision_tve_landing_page',''),(13557,873,'tve_revision_tve_disable_theme_dependency',''),(13558,873,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13559,873,'tve_revision_tve_content_more_found',''),(13560,873,'tve_revision_tve_save_post',''),(13561,873,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(13562,873,'tve_revision_tve_user_custom_css',''),(13563,873,'tve_revision_tve_page_events','a:0:{}'),(13564,873,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13565,873,'tve_revision_tve_global_scripts',''),(13566,873,'tve_revision_thrive_icon_pack','0'),(13567,873,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13568,873,'tve_revision_tve_has_masonry','0'),(13569,873,'tve_revision_tve_has_typefocus','0'),(13570,873,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13571,873,'tve_revision_tve_has_wistia_popover','0'),(13572,874,'tve_revision_tve_landing_page',''),(13573,874,'tve_revision_tve_disable_theme_dependency',''),(13574,874,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEIVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13575,874,'tve_revision_tve_content_more_found',''),(13576,874,'tve_revision_tve_save_post',''),(13577,874,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(13578,874,'tve_revision_tve_user_custom_css',''),(13579,874,'tve_revision_tve_page_events','a:0:{}'),(13580,874,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13581,874,'tve_revision_tve_global_scripts',''),(13582,874,'tve_revision_thrive_icon_pack','0'),(13583,874,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13584,874,'tve_revision_tve_has_masonry','0'),(13585,874,'tve_revision_tve_has_typefocus','0'),(13586,874,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEIVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(13587,874,'tve_revision_tve_has_wistia_popover','0'),(13589,776,'_wi_show-featured-image','no'),(13591,875,'tve_revision_tve_landing_page',''),(13592,875,'tve_revision_tve_disable_theme_dependency',''),(13593,875,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come...</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come...</p></div></div></div></div></div></div>\n</div>'),(13594,875,'tve_revision_tve_content_more_found',''),(13595,875,'tve_revision_tve_save_post',''),(13596,875,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 400px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16617eee8a3\"] { width: 303px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16617f1b082\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }}'),(13597,875,'tve_revision_tve_user_custom_css',''),(13598,875,'tve_revision_tve_page_events','a:0:{}'),(13599,875,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13600,875,'tve_revision_tve_global_scripts',''),(13601,875,'tve_revision_thrive_icon_pack','0'),(13602,875,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13603,875,'tve_revision_tve_has_masonry','0'),(13604,875,'tve_revision_tve_has_typefocus','0'),(13605,875,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come...</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come...</p></div></div></div></div></div></div>\n</div>'),(13606,875,'tve_revision_tve_has_wistia_popover','0'),(13609,755,'_wi_show-featured-image','no'),(13611,876,'tve_revision_tve_landing_page',''),(13612,876,'tve_revision_tve_disable_theme_dependency',''),(13613,876,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure...</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><p>New To Come Structure...</p></div></div></div></div></div>'),(13614,876,'tve_revision_tve_content_more_found',''),(13615,876,'tve_revision_tve_save_post',''),(13616,876,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 417px; }[data-css=\"tve-u-166118ce290\"] { width: 363px; }[data-css=\"tve-u-16617f40175\"] { width: 476px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16617f51c7c\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(13617,876,'tve_revision_tve_user_custom_css',''),(13618,876,'tve_revision_tve_page_events','a:0:{}'),(13619,876,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13620,876,'tve_revision_tve_global_scripts',''),(13621,876,'tve_revision_thrive_icon_pack','0'),(13622,876,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13623,876,'tve_revision_tve_has_masonry','0'),(13624,876,'tve_revision_tve_has_typefocus','0'),(13625,876,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure...</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><p>New To Come Structure...</p></div></div></div></div></div>'),(13626,876,'tve_revision_tve_has_wistia_popover','0'),(13629,877,'tve_revision_tve_landing_page',''),(13630,877,'tve_revision_tve_disable_theme_dependency',''),(13631,877,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure...</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">New To Come Structure...</p></div></div></div></div></div>'),(13632,877,'tve_revision_tve_content_more_found',''),(13633,877,'tve_revision_tve_save_post',''),(13634,877,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 417px; }[data-css=\"tve-u-166118ce290\"] { width: 363px; }[data-css=\"tve-u-16617f40175\"] { width: 476px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16617f51c7c\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-16617f5656b\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(13635,877,'tve_revision_tve_user_custom_css',''),(13636,877,'tve_revision_tve_page_events','a:0:{}'),(13637,877,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13638,877,'tve_revision_tve_global_scripts',''),(13639,877,'tve_revision_thrive_icon_pack','0'),(13640,877,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13641,877,'tve_revision_tve_has_masonry','0'),(13642,877,'tve_revision_tve_has_typefocus','0'),(13643,877,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p>\n<p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p>\n<p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p>\n<p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p>\n<p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p>\n<p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p>\n<p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p>\n<p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p>\n<p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p>\n<p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p>\n<p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure...</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">New To Come Structure...</p></div></div></div></div></div>'),(13644,877,'tve_revision_tve_has_wistia_popover','0'),(13649,756,'_wi_show-featured-image','no'),(13650,749,'tcb_editor_enabled','1'),(13651,340,'tcb2_ready','1'),(13652,338,'tcb2_ready','1'),(13653,644,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:81:\"wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\";}'),(13654,644,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:22:\"1321-Lady-Before-2.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"1321-Lady-Before-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"1321-Lady-Before-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"1321-Lady-Before-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"1321-Lady-Before-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-orig\";a:4:{s:4:\"file\";s:32:\"1321-Lady-Before-2-1100x1467.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"thumb-1100-crop-orig\";a:4:{s:4:\"file\";s:31:\"1321-Lady-Before-2-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-orig\";a:4:{s:4:\"file\";s:31:\"1321-Lady-Before-2-820x1093.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-820-crop-orig\";a:4:{s:4:\"file\";s:30:\"1321-Lady-Before-2-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-orig\";a:4:{s:4:\"file\";s:30:\"1321-Lady-Before-2-540x720.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-540-crop-orig\";a:4:{s:4:\"file\";s:30:\"1321-Lady-Before-2-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-orig\";a:4:{s:4:\"file\";s:30:\"1321-Lady-Before-2-400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-400-crop-orig\";a:4:{s:4:\"file\";s:30:\"1321-Lady-Before-2-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(13656,878,'tve_revision_tve_landing_page',''),(13657,878,'tve_revision_tve_disable_theme_dependency',''),(13658,878,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f8bff0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(13659,878,'tve_revision_tve_content_more_found',''),(13660,878,'tve_revision_tve_save_post',''),(13661,878,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 91%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16617f8bff0\"] { width: 100%; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(13662,878,'tve_revision_tve_user_custom_css',''),(13663,878,'tve_revision_tve_page_events','a:0:{}'),(13664,878,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13665,878,'tve_revision_tve_global_scripts',''),(13666,878,'tve_revision_thrive_icon_pack','0'),(13667,878,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13668,878,'tve_revision_tve_has_masonry','0'),(13669,878,'tve_revision_tve_has_typefocus','0'),(13670,878,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f8bff0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(13671,878,'tve_revision_tve_has_wistia_popover','0'),(13673,749,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p>\n<p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p>\n<p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p>\n<p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p>\n<p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p>\n<p>For example, a year and a half ago, when we designed J Peters Grill &amp; Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p>\n<p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p>\n<p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p>\n<p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p>\n<p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p>\n<p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13674,749,'tve_content_more_found',''),(13675,749,'tve_custom_css',''),(13676,749,'tve_user_custom_css',''),(13677,749,'tve_page_events','a:0:{}'),(13678,749,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p>\n<p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p>\n<p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p>\n<p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p>\n<p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p>\n<p>For example, a year and a half ago, when we designed J Peters Grill &amp; Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p>\n<p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p>\n<p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p>\n<p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p>\n<p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p>\n<p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13680,879,'tve_revision_tve_landing_page',''),(13681,879,'tve_revision_tve_disable_theme_dependency',''),(13682,879,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p>\n<p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p>\n<p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p>\n<p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p>\n<p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p>\n<p>For example, a year and a half ago, when we designed J Peters Grill &amp; Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p>\n<p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p>\n<p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p>\n<p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p>\n<p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p>\n<p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13683,879,'tve_revision_tve_content_more_found',''),(13684,879,'tve_revision_tve_save_post',''),(13685,879,'tve_revision_tve_custom_css',''),(13686,879,'tve_revision_tve_user_custom_css',''),(13687,879,'tve_revision_tve_page_events','a:0:{}'),(13688,879,'tve_revision_tve_globals',''),(13689,879,'tve_revision_tve_global_scripts',''),(13690,879,'tve_revision_thrive_icon_pack',''),(13691,879,'tve_revision_thrive_tcb_post_fonts',''),(13692,879,'tve_revision_tve_has_masonry',''),(13693,879,'tve_revision_tve_has_typefocus',''),(13694,879,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p>\n<p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p>\n<p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p>\n<p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p>\n<p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p>\n<p>For example, a year and a half ago, when we designed J Peters Grill &amp; Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p>\n<p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p>\n<p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p>\n<p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p>\n<p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p>\n<p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13695,879,'tve_revision_tve_has_wistia_popover',''),(13696,749,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13697,749,'thrive_tcb_post_fonts','a:0:{}'),(13698,749,'thrive_icon_pack','0'),(13699,749,'tve_has_masonry','0'),(13700,749,'tve_has_typefocus','0'),(13701,749,'tve_has_wistia_popover','0'),(13703,880,'tve_revision_tve_landing_page',''),(13704,880,'tve_revision_tve_disable_theme_dependency',''),(13705,880,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p>\n<p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p>\n<p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p>\n<p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p>\n<p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p>\n<p>For example, a year and a half ago, when we designed J Peters Grill &amp; Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p>\n<p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p>\n<p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p>\n<p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p>\n<p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p>\n<p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13706,880,'tve_revision_tve_content_more_found',''),(13707,880,'tve_revision_tve_save_post',''),(13708,880,'tve_revision_tve_custom_css',''),(13709,880,'tve_revision_tve_user_custom_css',''),(13710,880,'tve_revision_tve_page_events','a:0:{}'),(13711,880,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13712,880,'tve_revision_tve_global_scripts',''),(13713,880,'tve_revision_thrive_icon_pack','0'),(13714,880,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13715,880,'tve_revision_tve_has_masonry','0'),(13716,880,'tve_revision_tve_has_typefocus','0'),(13717,880,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p>\n<p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p>\n<p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p>\n<p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p>\n<p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p>\n<p>For example, a year and a half ago, when we designed J Peters Grill &amp; Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p>\n<p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p>\n<p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p>\n<p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p>\n<p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p>\n<p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13718,880,'tve_revision_tve_has_wistia_popover','0'),(13719,653,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:87:\"wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\";}'),(13720,653,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2988;s:6:\"height\";i:5312;s:4:\"file\";s:28:\"Brewery-taps-and-flavors.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"Brewery-taps-and-flavors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"Brewery-taps-and-flavors-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"Brewery-taps-and-flavors-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:37:\"Brewery-taps-and-flavors-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-orig\";a:4:{s:4:\"file\";s:38:\"Brewery-taps-and-flavors-1100x1956.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1956;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"thumb-1100-crop-orig\";a:4:{s:4:\"file\";s:37:\"Brewery-taps-and-flavors-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-orig\";a:4:{s:4:\"file\";s:37:\"Brewery-taps-and-flavors-820x1458.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-820-crop-orig\";a:4:{s:4:\"file\";s:36:\"Brewery-taps-and-flavors-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-orig\";a:4:{s:4:\"file\";s:36:\"Brewery-taps-and-flavors-540x960.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-540-crop-orig\";a:4:{s:4:\"file\";s:36:\"Brewery-taps-and-flavors-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-orig\";a:4:{s:4:\"file\";s:36:\"Brewery-taps-and-flavors-400x711.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-400-crop-orig\";a:4:{s:4:\"file\";s:36:\"Brewery-taps-and-flavors-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(13723,651,'_wp_attachment_backup_sizes','a:14:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1917;s:6:\"height\";i:1917;s:4:\"file\";s:25:\"Brewery-brews-on-tap-.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:35:\"Brewery-brews-on-tap--1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-orig\";a:4:{s:4:\"file\";s:35:\"Brewery-brews-on-tap--1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"thumb-1100-crop-orig\";a:4:{s:4:\"file\";s:34:\"Brewery-brews-on-tap--1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--820x820.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-820-crop-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-540-crop-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-400-crop-orig\";a:4:{s:4:\"file\";s:33:\"Brewery-brews-on-tap--400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1538005482118\";a:3:{s:5:\"width\";i:1917;s:6:\"height\";i:1145;s:4:\"file\";s:40:\"Brewery-brews-on-tap--e1538001659359.jpg\";}}'),(13724,881,'tve_revision_tve_landing_page',''),(13725,881,'tve_revision_tve_disable_theme_dependency',''),(13726,881,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13727,881,'tve_revision_tve_content_more_found',''),(13728,881,'tve_revision_tve_save_post',''),(13729,881,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926103356/WEB-SLIDER-replacement-DSC-10521.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: capitalize !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(13730,881,'tve_revision_tve_user_custom_css',''),(13731,881,'tve_revision_tve_page_events','a:0:{}'),(13732,881,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13733,881,'tve_revision_tve_global_scripts',''),(13734,881,'tve_revision_thrive_icon_pack','0'),(13735,881,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13736,881,'tve_revision_tve_has_masonry','0'),(13737,881,'tve_revision_tve_has_typefocus','0'),(13738,881,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(13739,881,'tve_revision_tve_has_wistia_popover','0'),(13740,882,'tve_revision_tve_landing_page',''),(13741,882,'tve_revision_tve_disable_theme_dependency',''),(13742,882,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEiVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(13743,882,'tve_revision_tve_content_more_found',''),(13744,882,'tve_revision_tve_save_post',''),(13745,882,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: capitalize !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; }}'),(13746,882,'tve_revision_tve_user_custom_css',''),(13747,882,'tve_revision_tve_page_events','a:0:{}'),(13748,882,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13749,882,'tve_revision_tve_global_scripts',''),(13750,882,'tve_revision_thrive_icon_pack','0'),(13751,882,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13752,882,'tve_revision_tve_has_masonry','0'),(13753,882,'tve_revision_tve_has_typefocus','0'),(13754,882,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEiVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1604px; left: -252px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(13755,882,'tve_revision_tve_has_wistia_popover','0'),(13756,883,'tve_revision_tve_landing_page',''),(13757,883,'tve_revision_tve_disable_theme_dependency',''),(13758,883,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Start Here</strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13759,883,'tve_revision_tve_content_more_found',''),(13760,883,'tve_revision_tve_save_post',''),(13761,883,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }}'),(13762,883,'tve_revision_tve_user_custom_css',''),(13763,883,'tve_revision_tve_page_events','a:0:{}'),(13764,883,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13765,883,'tve_revision_tve_global_scripts',''),(13766,883,'tve_revision_thrive_icon_pack','0'),(13767,883,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13768,883,'tve_revision_tve_has_masonry','0'),(13769,883,'tve_revision_tve_has_typefocus','0'),(13770,883,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Start Here</strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13771,883,'tve_revision_tve_has_wistia_popover','0'),(13772,884,'tve_revision_tve_landing_page',''),(13773,884,'tve_revision_tve_disable_theme_dependency',''),(13774,884,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span style=\"text-transform: uppercase;\" data-css=\"tve-u-16618145581\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13775,884,'tve_revision_tve_content_more_found',''),(13776,884,'tve_revision_tve_save_post',''),(13777,884,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(13778,884,'tve_revision_tve_user_custom_css',''),(13779,884,'tve_revision_tve_page_events','a:0:{}'),(13780,884,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13781,884,'tve_revision_tve_global_scripts',''),(13782,884,'tve_revision_thrive_icon_pack','0'),(13783,884,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13784,884,'tve_revision_tve_has_masonry','0'),(13785,884,'tve_revision_tve_has_typefocus','0'),(13786,884,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span style=\"text-transform: uppercase;\" data-css=\"tve-u-16618145581\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13787,884,'tve_revision_tve_has_wistia_popover','0'),(13788,885,'tve_revision_tve_landing_page',''),(13789,885,'tve_revision_tve_disable_theme_dependency',''),(13790,885,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13791,885,'tve_revision_tve_content_more_found',''),(13792,885,'tve_revision_tve_save_post',''),(13793,885,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(13794,885,'tve_revision_tve_user_custom_css',''),(13795,885,'tve_revision_tve_page_events','a:0:{}'),(13796,885,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13797,885,'tve_revision_tve_global_scripts',''),(13798,885,'tve_revision_thrive_icon_pack','0'),(13799,885,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13800,885,'tve_revision_tve_has_masonry','0'),(13801,885,'tve_revision_tve_has_typefocus','0'),(13802,885,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13803,885,'tve_revision_tve_has_wistia_popover','0'),(13804,886,'tve_revision_tve_landing_page',''),(13805,886,'tve_revision_tve_disable_theme_dependency',''),(13806,886,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13807,886,'tve_revision_tve_content_more_found',''),(13808,886,'tve_revision_tve_save_post',''),(13809,886,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(13810,886,'tve_revision_tve_user_custom_css',''),(13811,886,'tve_revision_tve_page_events','a:0:{}'),(13812,886,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13813,886,'tve_revision_tve_global_scripts',''),(13814,886,'tve_revision_thrive_icon_pack','0'),(13815,886,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13816,886,'tve_revision_tve_has_masonry','0'),(13817,886,'tve_revision_tve_has_typefocus','0'),(13818,886,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(13819,886,'tve_revision_tve_has_wistia_popover','0'),(13821,887,'tve_revision_tve_landing_page',''),(13822,887,'tve_revision_tve_disable_theme_dependency',''),(13823,887,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(13824,887,'tve_revision_tve_content_more_found',''),(13825,887,'tve_revision_tve_save_post',''),(13826,887,'tve_revision_tve_custom_css',''),(13827,887,'tve_revision_tve_user_custom_css',''),(13828,887,'tve_revision_tve_page_events','a:0:{}'),(13829,887,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13830,887,'tve_revision_tve_global_scripts',''),(13831,887,'tve_revision_thrive_icon_pack','0'),(13832,887,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13833,887,'tve_revision_tve_has_masonry','0'),(13834,887,'tve_revision_tve_has_typefocus','0'),(13835,887,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p></div>'),(13836,887,'tve_revision_tve_has_wistia_popover','0'),(13837,746,'_wp_old_slug','dans-journey-history-of-base-camp'),(13839,888,'tve_revision_tve_landing_page',''),(13840,888,'tve_revision_tve_disable_theme_dependency',''),(13841,888,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! </p><p style=\"text-align: center;\">More to come...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come...</p></div></div></div></div></div></div>\n</div>'),(13842,888,'tve_revision_tve_content_more_found',''),(13843,888,'tve_revision_tve_save_post',''),(13844,888,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 400px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617eee8a3\"] { width: 303px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f1b082\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(13845,888,'tve_revision_tve_user_custom_css',''),(13846,888,'tve_revision_tve_page_events','a:0:{}'),(13847,888,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13848,888,'tve_revision_tve_global_scripts',''),(13849,888,'tve_revision_thrive_icon_pack','0'),(13850,888,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13851,888,'tve_revision_tve_has_masonry','0'),(13852,888,'tve_revision_tve_has_typefocus','0'),(13853,888,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! </p><p style=\"text-align: center;\">More to come...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come...</p></div></div></div></div></div></div>\n</div>'),(13854,888,'tve_revision_tve_has_wistia_popover','0'),(13857,889,'tve_revision_tve_landing_page',''),(13858,889,'tve_revision_tve_disable_theme_dependency',''),(13859,889,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure...</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">New To Come Structure...</p></div></div></div></div></div>'),(13860,889,'tve_revision_tve_content_more_found',''),(13861,889,'tve_revision_tve_save_post',''),(13862,889,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 417px; }[data-css=\"tve-u-166118ce290\"] { width: 363px; }[data-css=\"tve-u-16617f40175\"] { width: 476px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f51c7c\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f5656b\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(13863,889,'tve_revision_tve_user_custom_css',''),(13864,889,'tve_revision_tve_page_events','a:0:{}'),(13865,889,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13866,889,'tve_revision_tve_global_scripts',''),(13867,889,'tve_revision_thrive_icon_pack','0'),(13868,889,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13869,889,'tve_revision_tve_has_masonry','0'),(13870,889,'tve_revision_tve_has_typefocus','0'),(13871,889,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure...</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">New To Come Structure...</p></div></div></div></div></div>'),(13872,889,'tve_revision_tve_has_wistia_popover','0'),(13875,890,'tve_revision_tve_landing_page',''),(13876,890,'tve_revision_tve_disable_theme_dependency',''),(13877,890,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">Coming soon</p></div></div></div></div></div>'),(13878,890,'tve_revision_tve_content_more_found',''),(13879,890,'tve_revision_tve_save_post',''),(13880,890,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 417px; }[data-css=\"tve-u-166118ce290\"] { width: 363px; }[data-css=\"tve-u-16617f40175\"] { width: 476px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f51c7c\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f5656b\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(13881,890,'tve_revision_tve_user_custom_css',''),(13882,890,'tve_revision_tve_page_events','a:0:{}'),(13883,890,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13884,890,'tve_revision_tve_global_scripts',''),(13885,890,'tve_revision_thrive_icon_pack','0'),(13886,890,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13887,890,'tve_revision_tve_has_masonry','0'),(13888,890,'tve_revision_tve_has_typefocus','0'),(13889,890,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">Coming soon</p></div></div></div></div></div>'),(13890,890,'tve_revision_tve_has_wistia_popover','0'),(13893,891,'tve_revision_tve_landing_page',''),(13894,891,'tve_revision_tve_disable_theme_dependency',''),(13895,891,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">Coming Soon</p></div></div></div></div></div>'),(13896,891,'tve_revision_tve_content_more_found',''),(13897,891,'tve_revision_tve_save_post',''),(13898,891,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 417px; }[data-css=\"tve-u-166118ce290\"] { width: 363px; }[data-css=\"tve-u-16617f40175\"] { width: 476px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f51c7c\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f5656b\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(13899,891,'tve_revision_tve_user_custom_css',''),(13900,891,'tve_revision_tve_page_events','a:0:{}'),(13901,891,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13902,891,'tve_revision_tve_global_scripts',''),(13903,891,'tve_revision_thrive_icon_pack','0'),(13904,891,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13905,891,'tve_revision_tve_has_masonry','0'),(13906,891,'tve_revision_tve_has_typefocus','0'),(13907,891,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f40175\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102538/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"https://shererarch.com/first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102533/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f51c7c\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118ce290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102536/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f5656b\"><p style=\"text-align: center;\">Coming Soon</p></div></div></div></div></div>'),(13908,891,'tve_revision_tve_has_wistia_popover','0'),(13911,892,'tve_revision_tve_landing_page',''),(13912,892,'tve_revision_tve_disable_theme_dependency',''),(13913,892,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC!</p><p style=\"text-align: center;\">More to come...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come</p></div></div></div></div></div></div>\n</div>'),(13914,892,'tve_revision_tve_content_more_found',''),(13915,892,'tve_revision_tve_save_post',''),(13916,892,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118cbe8f\"] { width: 400px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617eee8a3\"] { width: 303px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16617f1b082\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(13917,892,'tve_revision_tve_user_custom_css',''),(13918,892,'tve_revision_tve_page_events','a:0:{}'),(13919,892,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13920,892,'tve_revision_tve_global_scripts',''),(13921,892,'tve_revision_thrive_icon_pack','0'),(13922,892,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13923,892,'tve_revision_tve_has_masonry','0'),(13924,892,'tve_revision_tve_has_typefocus','0'),(13925,892,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC!</p><p style=\"text-align: center;\">More to come...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617eee8a3\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103314/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617f1b082\"><p style=\"text-align: center;\">Existing Structure</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118cbe8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180925103327/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16617eefcdd\"><p style=\"text-align: center;\">New Structure To Come</p></div></div></div></div></div></div>\n</div>'),(13926,892,'tve_revision_tve_has_wistia_popover','0'),(13929,893,'tve_revision_tve_landing_page',''),(13930,893,'tve_revision_tve_disable_theme_dependency',''),(13931,893,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f8bff0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <strong><a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></strong> and be sure to ask for our <strong><a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a></strong>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(13932,893,'tve_revision_tve_content_more_found',''),(13933,893,'tve_revision_tve_save_post',''),(13934,893,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-166118564c5\"] { width: 91%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166118575a9\"] { width: 100%; border: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1661186cfa4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16617f8bff0\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }}'),(13935,893,'tve_revision_tve_user_custom_css',''),(13936,893,'tve_revision_tve_page_events','a:0:{}'),(13937,893,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(13938,893,'tve_revision_tve_global_scripts',''),(13939,893,'tve_revision_thrive_icon_pack','0'),(13940,893,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(13941,893,'tve_revision_tve_has_masonry','0'),(13942,893,'tve_revision_tve_has_typefocus','0'),(13943,893,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1661186cfa4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16617f8bff0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102559/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118564c5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102550/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166118575a9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102609/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <strong><a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></strong> and be sure to ask for our <strong><a href=\"https://shererarch.com/first-steps/\">Base Camp Feasibility Analysis™</a></strong>. Save time and Money!</p>__TVE_SHORTCODE_RAW___</div></div>'),(13944,893,'tve_revision_tve_has_wistia_popover','0'),(13948,841,'tve_revision_tve_landing_page',''),(13949,841,'tve_revision_tve_disable_theme_dependency',''),(13950,841,'tve_revision_tve_content_before_more',''),(13951,841,'tve_revision_tve_content_more_found',''),(13952,841,'tve_revision_tve_save_post',''),(13953,841,'tve_revision_tve_custom_css',''),(13954,841,'tve_revision_tve_user_custom_css',''),(13955,841,'tve_revision_tve_page_events',''),(13956,841,'tve_revision_tve_globals',''),(13957,841,'tve_revision_tve_global_scripts',''),(13958,841,'tve_revision_thrive_icon_pack',''),(13959,841,'tve_revision_thrive_tcb_post_fonts',''),(13960,841,'tve_revision_tve_has_masonry',''),(13961,841,'tve_revision_tve_has_typefocus',''),(13962,841,'tve_revision_tve_updated_post',''),(13963,841,'tve_revision_tve_has_wistia_popover',''),(13964,841,'tve_revision_tve_landing_page',''),(13965,841,'tve_revision_tve_disable_theme_dependency',''),(13966,841,'tve_revision_tve_content_before_more',''),(13967,841,'tve_revision_tve_content_more_found',''),(13968,841,'tve_revision_tve_save_post',''),(13969,841,'tve_revision_tve_custom_css',''),(13970,841,'tve_revision_tve_user_custom_css',''),(13971,841,'tve_revision_tve_page_events',''),(13972,841,'tve_revision_tve_globals',''),(13973,841,'tve_revision_tve_global_scripts',''),(13974,841,'tve_revision_thrive_icon_pack',''),(13975,841,'tve_revision_thrive_tcb_post_fonts',''),(13976,841,'tve_revision_tve_has_masonry',''),(13977,841,'tve_revision_tve_has_typefocus',''),(13978,841,'tve_revision_tve_updated_post',''),(13979,841,'tve_revision_tve_has_wistia_popover',''),(13980,842,'tve_revision_tve_landing_page',''),(13981,842,'tve_revision_tve_disable_theme_dependency',''),(13982,842,'tve_revision_tve_content_before_more',''),(13983,842,'tve_revision_tve_content_more_found',''),(13984,842,'tve_revision_tve_save_post',''),(13985,842,'tve_revision_tve_custom_css',''),(13986,842,'tve_revision_tve_user_custom_css',''),(13987,842,'tve_revision_tve_page_events',''),(13988,842,'tve_revision_tve_globals',''),(13989,842,'tve_revision_tve_global_scripts',''),(13990,842,'tve_revision_thrive_icon_pack',''),(13991,842,'tve_revision_thrive_tcb_post_fonts',''),(13992,842,'tve_revision_tve_has_masonry',''),(13993,842,'tve_revision_tve_has_typefocus',''),(13994,842,'tve_revision_tve_updated_post',''),(13995,842,'tve_revision_tve_has_wistia_popover',''),(13996,843,'tve_revision_tve_landing_page',''),(13997,843,'tve_revision_tve_disable_theme_dependency',''),(13998,843,'tve_revision_tve_content_before_more',''),(13999,843,'tve_revision_tve_content_more_found',''),(14000,843,'tve_revision_tve_save_post',''),(14001,843,'tve_revision_tve_custom_css',''),(14002,843,'tve_revision_tve_user_custom_css',''),(14003,843,'tve_revision_tve_page_events',''),(14004,843,'tve_revision_tve_globals',''),(14005,843,'tve_revision_tve_global_scripts',''),(14006,843,'tve_revision_thrive_icon_pack',''),(14007,843,'tve_revision_thrive_tcb_post_fonts',''),(14008,843,'tve_revision_tve_has_masonry',''),(14009,843,'tve_revision_tve_has_typefocus',''),(14010,843,'tve_revision_tve_updated_post',''),(14011,843,'tve_revision_tve_has_wistia_popover',''),(14012,846,'tve_revision_tve_landing_page',''),(14013,846,'tve_revision_tve_disable_theme_dependency',''),(14014,846,'tve_revision_tve_content_before_more',''),(14015,846,'tve_revision_tve_content_more_found',''),(14016,846,'tve_revision_tve_save_post',''),(14017,846,'tve_revision_tve_custom_css',''),(14018,846,'tve_revision_tve_user_custom_css',''),(14019,846,'tve_revision_tve_page_events',''),(14020,846,'tve_revision_tve_globals',''),(14021,846,'tve_revision_tve_global_scripts',''),(14022,846,'tve_revision_thrive_icon_pack',''),(14023,846,'tve_revision_thrive_tcb_post_fonts',''),(14024,846,'tve_revision_tve_has_masonry',''),(14025,846,'tve_revision_tve_has_typefocus',''),(14026,846,'tve_revision_tve_updated_post',''),(14027,846,'tve_revision_tve_has_wistia_popover',''),(14028,388,'_edit_lock','1538005530:166'),(14029,651,'_edit_lock','1538005371:166'),(14030,651,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:84:\"wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538005482118.jpg\";}'),(14031,842,'tve_revision_tve_landing_page',''),(14032,842,'tve_revision_tve_disable_theme_dependency',''),(14033,842,'tve_revision_tve_content_before_more',''),(14034,842,'tve_revision_tve_content_more_found',''),(14035,842,'tve_revision_tve_save_post',''),(14036,842,'tve_revision_tve_custom_css',''),(14037,842,'tve_revision_tve_user_custom_css',''),(14038,842,'tve_revision_tve_page_events',''),(14039,842,'tve_revision_tve_globals',''),(14040,842,'tve_revision_tve_global_scripts',''),(14041,842,'tve_revision_thrive_icon_pack',''),(14042,842,'tve_revision_thrive_tcb_post_fonts',''),(14043,842,'tve_revision_tve_has_masonry',''),(14044,842,'tve_revision_tve_has_typefocus',''),(14045,842,'tve_revision_tve_updated_post',''),(14046,842,'tve_revision_tve_has_wistia_popover',''),(14047,894,'tve_revision_tve_landing_page',''),(14048,894,'tve_revision_tve_disable_theme_dependency',''),(14049,894,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><p class=\"tve-droppable\"><a draggable=\"false\" href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p>[iconlist icon=\"checkmark\" color=\"dark blue\"]</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></li></ul><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li></ul><p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li></ul><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li></ul><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li></ul><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li></ul><p>[/iconlist icon]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14050,894,'tve_revision_tve_content_more_found',''),(14051,894,'tve_revision_tve_save_post',''),(14052,894,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14053,894,'tve_revision_tve_user_custom_css',''),(14054,894,'tve_revision_tve_page_events','a:0:{}'),(14055,894,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14056,894,'tve_revision_tve_global_scripts',''),(14057,894,'tve_revision_thrive_icon_pack','0'),(14058,894,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14059,894,'tve_revision_tve_has_masonry','0'),(14060,894,'tve_revision_tve_has_typefocus','0'),(14061,894,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><p class=\"tve-droppable\"><a draggable=\"false\" href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p>[iconlist icon=\"checkmark\" color=\"dark blue\"]</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></li></ul><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li></ul><p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li></ul><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li></ul><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li></ul><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li></ul><p>[/iconlist icon]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14062,894,'tve_revision_tve_has_wistia_popover','0'),(14063,895,'tve_revision_tve_landing_page',''),(14064,895,'tve_revision_tve_disable_theme_dependency',''),(14065,895,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14066,895,'tve_revision_tve_content_more_found',''),(14067,895,'tve_revision_tve_save_post',''),(14068,895,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14069,895,'tve_revision_tve_user_custom_css',''),(14070,895,'tve_revision_tve_page_events','a:0:{}'),(14071,895,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14072,895,'tve_revision_tve_global_scripts',''),(14073,895,'tve_revision_thrive_icon_pack','0'),(14074,895,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14075,895,'tve_revision_tve_has_masonry','0'),(14076,895,'tve_revision_tve_has_typefocus','0'),(14077,895,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p><a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14078,895,'tve_revision_tve_has_wistia_popover','0'),(14080,755,'_wp_old_date','2018-09-25'),(14082,756,'_wp_old_date','2018-09-25'),(14084,749,'_wp_old_date','2018-09-24'),(14086,746,'_wp_old_date','2018-09-24'),(14088,340,'_wp_old_date','2018-06-08'),(14089,896,'tve_revision_tve_landing_page',''),(14090,896,'tve_revision_tve_disable_theme_dependency',''),(14091,896,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp ™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a> </p></div>'),(14092,896,'tve_revision_tve_content_more_found',''),(14093,896,'tve_revision_tve_save_post',''),(14094,896,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(14095,896,'tve_revision_tve_user_custom_css',''),(14096,896,'tve_revision_tve_page_events','a:0:{}'),(14097,896,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14098,896,'tve_revision_tve_global_scripts',''),(14099,896,'tve_revision_thrive_icon_pack','0'),(14100,896,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14101,896,'tve_revision_tve_has_masonry','0'),(14102,896,'tve_revision_tve_has_typefocus','0'),(14103,896,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp ™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a> </p></div>'),(14104,896,'tve_revision_tve_has_wistia_popover','0'),(14105,897,'tve_revision_tve_landing_page',''),(14106,897,'tve_revision_tve_disable_theme_dependency',''),(14107,897,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp ™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14108,897,'tve_revision_tve_content_more_found',''),(14109,897,'tve_revision_tve_save_post',''),(14110,897,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14111,897,'tve_revision_tve_user_custom_css',''),(14112,897,'tve_revision_tve_page_events','a:0:{}'),(14113,897,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14114,897,'tve_revision_tve_global_scripts',''),(14115,897,'tve_revision_thrive_icon_pack','0'),(14116,897,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14117,897,'tve_revision_tve_has_masonry','0'),(14118,897,'tve_revision_tve_has_typefocus','0'),(14119,897,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp ™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14120,897,'tve_revision_tve_has_wistia_popover','0'),(14121,898,'tve_revision_tve_landing_page',''),(14122,898,'tve_revision_tve_disable_theme_dependency',''),(14123,898,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14124,898,'tve_revision_tve_content_more_found',''),(14125,898,'tve_revision_tve_save_post',''),(14126,898,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14127,898,'tve_revision_tve_user_custom_css',''),(14128,898,'tve_revision_tve_page_events','a:0:{}'),(14129,898,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14130,898,'tve_revision_tve_global_scripts',''),(14131,898,'tve_revision_thrive_icon_pack','0'),(14132,898,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14133,898,'tve_revision_tve_has_masonry','0'),(14134,898,'tve_revision_tve_has_typefocus','0'),(14135,898,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14136,898,'tve_revision_tve_has_wistia_popover','0'),(14137,899,'tve_revision_tve_landing_page',''),(14138,899,'tve_revision_tve_disable_theme_dependency',''),(14139,899,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p></div>'),(14140,899,'tve_revision_tve_content_more_found',''),(14141,899,'tve_revision_tve_save_post',''),(14142,899,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(14143,899,'tve_revision_tve_user_custom_css',''),(14144,899,'tve_revision_tve_page_events','a:0:{}'),(14145,899,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14146,899,'tve_revision_tve_global_scripts',''),(14147,899,'tve_revision_thrive_icon_pack','0'),(14148,899,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14149,899,'tve_revision_tve_has_masonry','0'),(14150,899,'tve_revision_tve_has_typefocus','0'),(14151,899,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p></div>'),(14152,899,'tve_revision_tve_has_wistia_popover','0'),(14153,900,'tve_revision_tve_landing_page',''),(14154,900,'tve_revision_tve_disable_theme_dependency',''),(14155,900,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEiVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14156,900,'tve_revision_tve_content_more_found',''),(14157,900,'tve_revision_tve_save_post',''),(14158,900,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; }}'),(14159,900,'tve_revision_tve_user_custom_css',''),(14160,900,'tve_revision_tve_page_events','a:0:{}'),(14161,900,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14162,900,'tve_revision_tve_global_scripts',''),(14163,900,'tve_revision_thrive_icon_pack','0'),(14164,900,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14165,900,'tve_revision_tve_has_masonry','0'),(14166,900,'tve_revision_tve_has_typefocus','0'),(14167,900,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEiVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14168,900,'tve_revision_tve_has_wistia_popover','0'),(14169,901,'tve_revision_tve_landing_page',''),(14170,901,'tve_revision_tve_disable_theme_dependency',''),(14171,901,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14172,901,'tve_revision_tve_content_more_found',''),(14173,901,'tve_revision_tve_save_post',''),(14174,901,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926103356/WEB-SLIDER-replacement-DSC-10521.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14175,901,'tve_revision_tve_user_custom_css',''),(14176,901,'tve_revision_tve_page_events','a:0:{}'),(14177,901,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14178,901,'tve_revision_tve_global_scripts',''),(14179,901,'tve_revision_thrive_icon_pack','0'),(14180,901,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14181,901,'tve_revision_tve_has_masonry','0'),(14182,901,'tve_revision_tve_has_typefocus','0'),(14183,901,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14184,901,'tve_revision_tve_has_wistia_popover','0'),(14185,902,'tve_revision_tve_landing_page',''),(14186,902,'tve_revision_tve_disable_theme_dependency',''),(14187,902,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14188,902,'tve_revision_tve_content_more_found',''),(14189,902,'tve_revision_tve_save_post',''),(14190,902,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180926103356/WEB-SLIDER-replacement-DSC-10521.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14191,902,'tve_revision_tve_user_custom_css',''),(14192,902,'tve_revision_tve_page_events','a:0:{}'),(14193,902,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14194,902,'tve_revision_tve_global_scripts',''),(14195,902,'tve_revision_thrive_icon_pack','0'),(14196,902,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14197,902,'tve_revision_tve_has_masonry','0'),(14198,902,'tve_revision_tve_has_typefocus','0'),(14199,902,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14200,902,'tve_revision_tve_has_wistia_popover','0'),(14201,903,'tve_revision_tve_landing_page',''),(14202,903,'tve_revision_tve_disable_theme_dependency',''),(14203,903,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter your information below to get your free copy and receive occasional news and updates from us</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14204,903,'tve_revision_tve_content_more_found',''),(14205,903,'tve_revision_tve_save_post',''),(14206,903,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; }}'),(14207,903,'tve_revision_tve_user_custom_css',''),(14208,903,'tve_revision_tve_page_events','a:0:{}'),(14209,903,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14210,903,'tve_revision_tve_global_scripts',''),(14211,903,'tve_revision_thrive_icon_pack','0'),(14212,903,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14213,903,'tve_revision_tve_has_masonry','0'),(14214,903,'tve_revision_tve_has_typefocus','0'),(14215,903,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>Enter your information below to get your free copy and receive occasional news and updates from us</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14216,903,'tve_revision_tve_has_wistia_popover','0'),(14217,904,'tve_revision_tve_landing_page',''),(14218,904,'tve_revision_tve_disable_theme_dependency',''),(14219,904,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14220,904,'tve_revision_tve_content_more_found',''),(14221,904,'tve_revision_tve_save_post',''),(14222,904,'tve_revision_tve_custom_css',''),(14223,904,'tve_revision_tve_user_custom_css',''),(14224,904,'tve_revision_tve_page_events','a:0:{}'),(14225,904,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14226,904,'tve_revision_tve_global_scripts',''),(14227,904,'tve_revision_thrive_icon_pack','0'),(14228,904,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14229,904,'tve_revision_tve_has_masonry','0'),(14230,904,'tve_revision_tve_has_typefocus','0'),(14231,904,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper thrv_text_element\"><h4 style=\"text-align: center;\"><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14232,904,'tve_revision_tve_has_wistia_popover','0'),(14233,905,'tve_revision_tve_landing_page',''),(14234,905,'tve_revision_tve_disable_theme_dependency',''),(14235,905,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14236,905,'tve_revision_tve_content_more_found',''),(14237,905,'tve_revision_tve_save_post',''),(14238,905,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 0px 1px; }}'),(14239,905,'tve_revision_tve_user_custom_css',''),(14240,905,'tve_revision_tve_page_events','a:0:{}'),(14241,905,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14242,905,'tve_revision_tve_global_scripts',''),(14243,905,'tve_revision_thrive_icon_pack','0'),(14244,905,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14245,905,'tve_revision_tve_has_masonry','0'),(14246,905,'tve_revision_tve_has_typefocus','0'),(14247,905,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14248,905,'tve_revision_tve_has_wistia_popover','0'),(14249,906,'tve_revision_tve_landing_page',''),(14250,906,'tve_revision_tve_disable_theme_dependency',''),(14251,906,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14252,906,'tve_revision_tve_content_more_found',''),(14253,906,'tve_revision_tve_save_post',''),(14254,906,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 0px 1px; }}'),(14255,906,'tve_revision_tve_user_custom_css',''),(14256,906,'tve_revision_tve_page_events','a:0:{}'),(14257,906,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14258,906,'tve_revision_tve_global_scripts',''),(14259,906,'tve_revision_thrive_icon_pack','0'),(14260,906,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14261,906,'tve_revision_tve_has_masonry','0'),(14262,906,'tve_revision_tve_has_typefocus','0'),(14263,906,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14264,906,'tve_revision_tve_has_wistia_popover','0'),(14265,907,'tve_revision_tve_landing_page',''),(14266,907,'tve_revision_tve_disable_theme_dependency',''),(14267,907,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(14268,907,'tve_revision_tve_content_more_found',''),(14269,907,'tve_revision_tve_save_post',''),(14270,907,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(14271,907,'tve_revision_tve_user_custom_css',''),(14272,907,'tve_revision_tve_page_events','a:0:{}'),(14273,907,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14274,907,'tve_revision_tve_global_scripts',''),(14275,907,'tve_revision_thrive_icon_pack','0'),(14276,907,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14277,907,'tve_revision_tve_has_masonry','0'),(14278,907,'tve_revision_tve_has_typefocus','0'),(14279,907,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(14280,907,'tve_revision_tve_has_wistia_popover','0'),(14281,908,'tve_revision_tve_landing_page',''),(14282,908,'tve_revision_tve_disable_theme_dependency',''),(14283,908,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14284,908,'tve_revision_tve_content_more_found',''),(14285,908,'tve_revision_tve_save_post',''),(14286,908,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; }}'),(14287,908,'tve_revision_tve_user_custom_css',''),(14288,908,'tve_revision_tve_page_events','a:0:{}'),(14289,908,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14290,908,'tve_revision_tve_global_scripts',''),(14291,908,'tve_revision_thrive_icon_pack','0'),(14292,908,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14293,908,'tve_revision_tve_has_masonry','0'),(14294,908,'tve_revision_tve_has_typefocus','0'),(14295,908,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14296,908,'tve_revision_tve_has_wistia_popover','0'),(14297,909,'_wp_attached_file','2018/09/WEB-SLIDER-replacement-DSC-1052.jpg'),(14298,909,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\";}'),(14299,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:43:\"2018/09/WEB-SLIDER-replacement-DSC-1052.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-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:\"WEB-SLIDER-replacement-DSC-1052-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"WEB-SLIDER-replacement-DSC-1052-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(14300,910,'tve_revision_tve_landing_page',''),(14301,910,'tve_revision_tve_disable_theme_dependency',''),(14302,910,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14303,910,'tve_revision_tve_content_more_found',''),(14304,910,'tve_revision_tve_save_post',''),(14305,910,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14306,910,'tve_revision_tve_user_custom_css',''),(14307,910,'tve_revision_tve_page_events','a:0:{}'),(14308,910,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14309,910,'tve_revision_tve_global_scripts',''),(14310,910,'tve_revision_thrive_icon_pack','0'),(14311,910,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14312,910,'tve_revision_tve_has_masonry','0'),(14313,910,'tve_revision_tve_has_typefocus','0'),(14314,910,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14315,910,'tve_revision_tve_has_wistia_popover','0'),(14316,911,'tve_revision_tve_landing_page',''),(14317,911,'tve_revision_tve_disable_theme_dependency',''),(14318,911,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14319,911,'tve_revision_tve_content_more_found',''),(14320,911,'tve_revision_tve_save_post',''),(14321,911,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14322,911,'tve_revision_tve_user_custom_css',''),(14323,911,'tve_revision_tve_page_events','a:0:{}'),(14324,911,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14325,911,'tve_revision_tve_global_scripts',''),(14326,911,'tve_revision_thrive_icon_pack','0'),(14327,911,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14328,911,'tve_revision_tve_has_masonry','0'),(14329,911,'tve_revision_tve_has_typefocus','0'),(14330,911,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14331,911,'tve_revision_tve_has_wistia_popover','0'),(14332,912,'_edit_lock','1538238201:166'),(14333,912,'_edit_last','166'),(14334,912,'amazonS3_cache','a:1:{s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1538170551;}}'),(14335,912,'_wp_page_template','default'),(14336,912,'slide_template','default'),(14337,914,'tve_revision_tve_landing_page',''),(14338,914,'tve_revision_tve_disable_theme_dependency',''),(14339,914,'tve_revision_tve_content_before_more',''),(14340,914,'tve_revision_tve_content_more_found',''),(14341,914,'tve_revision_tve_save_post',''),(14342,914,'tve_revision_tve_custom_css',''),(14343,914,'tve_revision_tve_user_custom_css',''),(14344,914,'tve_revision_tve_page_events',''),(14345,914,'tve_revision_tve_globals',''),(14346,914,'tve_revision_tve_global_scripts',''),(14347,914,'tve_revision_thrive_icon_pack',''),(14348,914,'tve_revision_thrive_tcb_post_fonts',''),(14349,914,'tve_revision_tve_has_masonry',''),(14350,914,'tve_revision_tve_has_typefocus',''),(14351,914,'tve_revision_tve_updated_post',''),(14352,914,'tve_revision_tve_has_wistia_popover',''),(14353,912,'_wi_side-nav-headings','h2'),(14354,912,'_wi_side-nav-scroll-style','normal'),(14355,912,'_wi_titlebar-padding','20'),(14356,912,'_wi_hide-titlebar-area','0'),(14357,912,'_wi_titlebar-overlay-opacity','0'),(14358,912,'_wi_titlebar-background-clipmask','none'),(14359,912,'_wi_titlebar-background-clipmask-opacity','0'),(14360,912,'_wi_titlebar-background-image-parallax','0'),(14361,912,'_wi_zero-content-padding-top','0'),(14362,912,'_wi_show-bottom-popup','0'),(14363,912,'_wi_revslider','0'),(14364,912,'_yoast_wpseo_content_score','30'),(14365,915,'tve_revision_tve_landing_page',''),(14366,915,'tve_revision_tve_disable_theme_dependency',''),(14367,915,'tve_revision_tve_content_before_more',''),(14368,915,'tve_revision_tve_content_more_found',''),(14369,915,'tve_revision_tve_save_post',''),(14370,915,'tve_revision_tve_custom_css',''),(14371,915,'tve_revision_tve_user_custom_css',''),(14372,915,'tve_revision_tve_page_events',''),(14373,915,'tve_revision_tve_globals',''),(14374,915,'tve_revision_tve_global_scripts',''),(14375,915,'tve_revision_thrive_icon_pack',''),(14376,915,'tve_revision_thrive_tcb_post_fonts',''),(14377,915,'tve_revision_tve_has_masonry',''),(14378,915,'tve_revision_tve_has_typefocus',''),(14379,915,'tve_revision_tve_updated_post',''),(14380,915,'tve_revision_tve_has_wistia_popover',''),(14381,916,'tve_revision_tve_landing_page',''),(14382,916,'tve_revision_tve_disable_theme_dependency',''),(14383,916,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></h3></div>'),(14384,916,'tve_revision_tve_content_more_found',''),(14385,916,'tve_revision_tve_save_post',''),(14386,916,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(14387,916,'tve_revision_tve_user_custom_css',''),(14388,916,'tve_revision_tve_page_events','a:0:{}'),(14389,916,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14390,916,'tve_revision_tve_global_scripts',''),(14391,916,'tve_revision_thrive_icon_pack','0'),(14392,916,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14393,916,'tve_revision_tve_has_masonry','0'),(14394,916,'tve_revision_tve_has_typefocus','0'),(14395,916,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></h3></div>'),(14396,916,'tve_revision_tve_has_wistia_popover','0'),(14397,917,'tve_revision_tve_landing_page',''),(14398,917,'tve_revision_tve_disable_theme_dependency',''),(14399,917,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14400,917,'tve_revision_tve_content_more_found',''),(14401,917,'tve_revision_tve_save_post',''),(14402,917,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14403,917,'tve_revision_tve_user_custom_css',''),(14404,917,'tve_revision_tve_page_events','a:0:{}'),(14405,917,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14406,917,'tve_revision_tve_global_scripts',''),(14407,917,'tve_revision_thrive_icon_pack','0'),(14408,917,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14409,917,'tve_revision_tve_has_masonry','0'),(14410,917,'tve_revision_tve_has_typefocus','0'),(14411,917,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14412,917,'tve_revision_tve_has_wistia_popover','0'),(14413,918,'tve_revision_tve_landing_page',''),(14414,918,'tve_revision_tve_disable_theme_dependency',''),(14415,918,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14416,918,'tve_revision_tve_content_more_found',''),(14417,918,'tve_revision_tve_save_post',''),(14418,918,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14419,918,'tve_revision_tve_user_custom_css',''),(14420,918,'tve_revision_tve_page_events','a:0:{}'),(14421,918,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14422,918,'tve_revision_tve_global_scripts',''),(14423,918,'tve_revision_thrive_icon_pack','0'),(14424,918,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14425,918,'tve_revision_tve_has_masonry','0'),(14426,918,'tve_revision_tve_has_typefocus','0'),(14427,918,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14428,918,'tve_revision_tve_has_wistia_popover','0'),(14429,919,'tve_revision_tve_landing_page',''),(14430,919,'tve_revision_tve_disable_theme_dependency',''),(14431,919,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14432,919,'tve_revision_tve_content_more_found',''),(14433,919,'tve_revision_tve_save_post',''),(14434,919,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14435,919,'tve_revision_tve_user_custom_css',''),(14436,919,'tve_revision_tve_page_events','a:0:{}'),(14437,919,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14438,919,'tve_revision_tve_global_scripts',''),(14439,919,'tve_revision_thrive_icon_pack','0'),(14440,919,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14441,919,'tve_revision_tve_has_masonry','0'),(14442,919,'tve_revision_tve_has_typefocus','0'),(14443,919,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14444,919,'tve_revision_tve_has_wistia_popover','0'),(14445,920,'tve_revision_tve_landing_page',''),(14446,920,'tve_revision_tve_disable_theme_dependency',''),(14447,920,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14448,920,'tve_revision_tve_content_more_found',''),(14449,920,'tve_revision_tve_save_post',''),(14450,920,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(14451,920,'tve_revision_tve_user_custom_css',''),(14452,920,'tve_revision_tve_page_events','a:0:{}'),(14453,920,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14454,920,'tve_revision_tve_global_scripts',''),(14455,920,'tve_revision_thrive_icon_pack','0'),(14456,920,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14457,920,'tve_revision_tve_has_masonry','0'),(14458,920,'tve_revision_tve_has_typefocus','0'),(14459,920,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(14460,920,'tve_revision_tve_has_wistia_popover','0'),(14461,921,'tve_revision_tve_landing_page',''),(14462,921,'tve_revision_tve_disable_theme_dependency',''),(14463,921,'tve_revision_tve_content_before_more',''),(14464,921,'tve_revision_tve_content_more_found',''),(14465,921,'tve_revision_tve_save_post',''),(14466,921,'tve_revision_tve_custom_css',''),(14467,921,'tve_revision_tve_user_custom_css',''),(14468,921,'tve_revision_tve_page_events',''),(14469,921,'tve_revision_tve_globals',''),(14470,921,'tve_revision_tve_global_scripts',''),(14471,921,'tve_revision_thrive_icon_pack',''),(14472,921,'tve_revision_thrive_tcb_post_fonts',''),(14473,921,'tve_revision_tve_has_masonry',''),(14474,921,'tve_revision_tve_has_typefocus',''),(14475,921,'tve_revision_tve_updated_post',''),(14476,921,'tve_revision_tve_has_wistia_popover',''),(14477,922,'tve_revision_tve_landing_page',''),(14478,922,'tve_revision_tve_disable_theme_dependency',''),(14479,922,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14480,922,'tve_revision_tve_content_more_found',''),(14481,922,'tve_revision_tve_save_post',''),(14482,922,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 5px 1px; }}'),(14483,922,'tve_revision_tve_user_custom_css',''),(14484,922,'tve_revision_tve_page_events','a:0:{}'),(14485,922,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14486,922,'tve_revision_tve_global_scripts',''),(14487,922,'tve_revision_thrive_icon_pack','0'),(14488,922,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14489,922,'tve_revision_tve_has_masonry','0'),(14490,922,'tve_revision_tve_has_typefocus','0'),(14491,922,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14492,922,'tve_revision_tve_has_wistia_popover','0'),(14493,923,'tve_revision_tve_landing_page',''),(14494,923,'tve_revision_tve_disable_theme_dependency',''),(14495,923,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14496,923,'tve_revision_tve_content_more_found',''),(14497,923,'tve_revision_tve_save_post',''),(14498,923,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 3px 4px 5px 1px; }}'),(14499,923,'tve_revision_tve_user_custom_css',''),(14500,923,'tve_revision_tve_page_events','a:0:{}'),(14501,923,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14502,923,'tve_revision_tve_global_scripts',''),(14503,923,'tve_revision_thrive_icon_pack','0'),(14504,923,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14505,923,'tve_revision_tve_has_masonry','0'),(14506,923,'tve_revision_tve_has_typefocus','0'),(14507,923,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14508,923,'tve_revision_tve_has_wistia_popover','0'),(14509,596,'tve_revision_tve_landing_page',''),(14510,596,'tve_revision_tve_disable_theme_dependency',''),(14511,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14512,596,'tve_revision_tve_content_more_found',''),(14513,596,'tve_revision_tve_save_post',''),(14514,596,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14515,596,'tve_revision_tve_user_custom_css',''),(14516,596,'tve_revision_tve_page_events','a:0:{}'),(14517,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14518,596,'tve_revision_tve_global_scripts',''),(14519,596,'tve_revision_thrive_icon_pack','0'),(14520,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14521,596,'tve_revision_tve_has_masonry','0'),(14522,596,'tve_revision_tve_has_typefocus','0'),(14523,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14524,596,'tve_revision_tve_has_wistia_popover','0'),(14525,596,'tve_revision_tve_landing_page',''),(14526,596,'tve_revision_tve_disable_theme_dependency',''),(14527,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14528,596,'tve_revision_tve_content_more_found',''),(14529,596,'tve_revision_tve_save_post',''),(14530,596,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14531,596,'tve_revision_tve_user_custom_css',''),(14532,596,'tve_revision_tve_page_events','a:0:{}'),(14533,596,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14534,596,'tve_revision_tve_global_scripts',''),(14535,596,'tve_revision_thrive_icon_pack','0'),(14536,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14537,596,'tve_revision_tve_has_masonry','0'),(14538,596,'tve_revision_tve_has_typefocus','0'),(14539,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14540,596,'tve_revision_tve_has_wistia_popover','0'),(14542,924,'tve_revision_tve_landing_page',''),(14543,924,'tve_revision_tve_disable_theme_dependency',''),(14544,924,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14545,924,'tve_revision_tve_content_more_found',''),(14546,924,'tve_revision_tve_save_post',''),(14547,924,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(14548,924,'tve_revision_tve_user_custom_css',''),(14549,924,'tve_revision_tve_page_events','a:0:{}'),(14550,924,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14551,924,'tve_revision_tve_global_scripts',''),(14552,924,'tve_revision_thrive_icon_pack','0'),(14553,924,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14554,924,'tve_revision_tve_has_masonry','0'),(14555,924,'tve_revision_tve_has_typefocus','0'),(14556,924,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14557,924,'tve_revision_tve_has_wistia_popover','0'),(14558,925,'tve_revision_tve_landing_page',''),(14559,925,'tve_revision_tve_disable_theme_dependency',''),(14560,925,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14561,925,'tve_revision_tve_content_more_found',''),(14562,925,'tve_revision_tve_save_post',''),(14563,925,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(14564,925,'tve_revision_tve_user_custom_css',''),(14565,925,'tve_revision_tve_page_events','a:0:{}'),(14566,925,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14567,925,'tve_revision_tve_global_scripts',''),(14568,925,'tve_revision_thrive_icon_pack','0'),(14569,925,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14570,925,'tve_revision_tve_has_masonry','0'),(14571,925,'tve_revision_tve_has_typefocus','0'),(14572,925,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(14573,925,'tve_revision_tve_has_wistia_popover','0'),(14577,926,'tve_revision_tve_landing_page',''),(14578,926,'tve_revision_tve_disable_theme_dependency',''),(14579,926,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on the boards\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(14580,926,'tve_revision_tve_content_more_found',''),(14581,926,'tve_revision_tve_save_post',''),(14582,926,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(14583,926,'tve_revision_tve_user_custom_css',''),(14584,926,'tve_revision_tve_page_events','a:0:{}'),(14585,926,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14586,926,'tve_revision_tve_global_scripts',''),(14587,926,'tve_revision_thrive_icon_pack','0'),(14588,926,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14589,926,'tve_revision_tve_has_masonry','0'),(14590,926,'tve_revision_tve_has_typefocus','0'),(14591,926,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on the boards\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(14592,926,'tve_revision_tve_has_wistia_popover','0'),(14594,927,'tve_revision_tve_landing_page',''),(14595,927,'tve_revision_tve_disable_theme_dependency',''),(14596,927,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(14597,927,'tve_revision_tve_content_more_found',''),(14598,927,'tve_revision_tve_save_post',''),(14599,927,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(14600,927,'tve_revision_tve_user_custom_css',''),(14601,927,'tve_revision_tve_page_events','a:0:{}'),(14602,927,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14603,927,'tve_revision_tve_global_scripts',''),(14604,927,'tve_revision_thrive_icon_pack','0'),(14605,927,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14606,927,'tve_revision_tve_has_masonry','0'),(14607,927,'tve_revision_tve_has_typefocus','0'),(14608,927,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(14609,927,'tve_revision_tve_has_wistia_popover','0'),(14612,928,'tve_revision_tve_landing_page',''),(14613,928,'tve_revision_tve_disable_theme_dependency',''),(14614,928,'tve_revision_tve_content_before_more',''),(14615,928,'tve_revision_tve_content_more_found',''),(14616,928,'tve_revision_tve_save_post',''),(14617,928,'tve_revision_tve_custom_css',''),(14618,928,'tve_revision_tve_user_custom_css',''),(14619,928,'tve_revision_tve_page_events',''),(14620,928,'tve_revision_tve_globals',''),(14621,928,'tve_revision_tve_global_scripts',''),(14622,928,'tve_revision_thrive_icon_pack',''),(14623,928,'tve_revision_thrive_tcb_post_fonts',''),(14624,928,'tve_revision_tve_has_masonry',''),(14625,928,'tve_revision_tve_has_typefocus',''),(14626,928,'tve_revision_tve_updated_post',''),(14627,928,'tve_revision_tve_has_wistia_popover',''),(14628,929,'tve_revision_tve_landing_page',''),(14629,929,'tve_revision_tve_disable_theme_dependency',''),(14630,929,'tve_revision_tve_content_before_more',''),(14631,929,'tve_revision_tve_content_more_found',''),(14632,929,'tve_revision_tve_save_post',''),(14633,929,'tve_revision_tve_custom_css',''),(14634,929,'tve_revision_tve_user_custom_css',''),(14635,929,'tve_revision_tve_page_events',''),(14636,929,'tve_revision_tve_globals',''),(14637,929,'tve_revision_tve_global_scripts',''),(14638,929,'tve_revision_thrive_icon_pack',''),(14639,929,'tve_revision_thrive_tcb_post_fonts',''),(14640,929,'tve_revision_tve_has_masonry',''),(14641,929,'tve_revision_tve_has_typefocus',''),(14642,929,'tve_revision_tve_updated_post',''),(14643,929,'tve_revision_tve_has_wistia_popover',''),(14644,930,'tve_revision_tve_landing_page',''),(14645,930,'tve_revision_tve_disable_theme_dependency',''),(14646,930,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(14647,930,'tve_revision_tve_content_more_found',''),(14648,930,'tve_revision_tve_save_post',''),(14649,930,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(14650,930,'tve_revision_tve_user_custom_css',''),(14651,930,'tve_revision_tve_page_events','a:0:{}'),(14652,930,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14653,930,'tve_revision_tve_global_scripts',''),(14654,930,'tve_revision_thrive_icon_pack','0'),(14655,930,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14656,930,'tve_revision_tve_has_masonry','0'),(14657,930,'tve_revision_tve_has_typefocus','0'),(14658,930,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(14659,930,'tve_revision_tve_has_wistia_popover','0'),(14660,931,'tve_revision_tve_landing_page',''),(14661,931,'tve_revision_tve_disable_theme_dependency',''),(14662,931,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14663,931,'tve_revision_tve_content_more_found',''),(14664,931,'tve_revision_tve_save_post',''),(14665,931,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14666,931,'tve_revision_tve_user_custom_css',''),(14667,931,'tve_revision_tve_page_events','a:0:{}'),(14668,931,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14669,931,'tve_revision_tve_global_scripts',''),(14670,931,'tve_revision_thrive_icon_pack','0'),(14671,931,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14672,931,'tve_revision_tve_has_masonry','0'),(14673,931,'tve_revision_tve_has_typefocus','0'),(14674,931,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14675,931,'tve_revision_tve_has_wistia_popover','0'),(14684,569,'tve_revision_tve_landing_page',''),(14685,569,'tve_revision_tve_disable_theme_dependency',''),(14686,569,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14687,569,'tve_revision_tve_content_more_found',''),(14688,569,'tve_revision_tve_save_post',''),(14689,569,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; }}'),(14690,569,'tve_revision_tve_user_custom_css',''),(14691,569,'tve_revision_tve_page_events','a:0:{}'),(14692,569,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14693,569,'tve_revision_tve_global_scripts',''),(14694,569,'tve_revision_thrive_icon_pack','0'),(14695,569,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14696,569,'tve_revision_tve_has_masonry','0'),(14697,569,'tve_revision_tve_has_typefocus','0'),(14698,569,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(14699,569,'tve_revision_tve_has_wistia_popover','0'),(14700,932,'tve_revision_tve_landing_page',''),(14701,932,'tve_revision_tve_disable_theme_dependency',''),(14702,932,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14703,932,'tve_revision_tve_content_more_found',''),(14704,932,'tve_revision_tve_save_post',''),(14705,932,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14706,932,'tve_revision_tve_user_custom_css',''),(14707,932,'tve_revision_tve_page_events','a:0:{}'),(14708,932,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14709,932,'tve_revision_tve_global_scripts',''),(14710,932,'tve_revision_thrive_icon_pack','0'),(14711,932,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14712,932,'tve_revision_tve_has_masonry','0'),(14713,932,'tve_revision_tve_has_typefocus','0'),(14714,932,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14715,932,'tve_revision_tve_has_wistia_popover','0'),(14716,933,'tve_revision_tve_landing_page',''),(14717,933,'tve_revision_tve_disable_theme_dependency',''),(14718,933,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-7x\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14719,933,'tve_revision_tve_content_more_found',''),(14720,933,'tve_revision_tve_save_post',''),(14721,933,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14722,933,'tve_revision_tve_user_custom_css',''),(14723,933,'tve_revision_tve_page_events','a:0:{}'),(14724,933,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14725,933,'tve_revision_tve_global_scripts',''),(14726,933,'tve_revision_thrive_icon_pack','0'),(14727,933,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14728,933,'tve_revision_tve_has_masonry','0'),(14729,933,'tve_revision_tve_has_typefocus','0'),(14730,933,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-7x\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14731,933,'tve_revision_tve_has_wistia_popover','0'),(14732,934,'tve_revision_tve_landing_page',''),(14733,934,'tve_revision_tve_disable_theme_dependency',''); INSERT INTO `wp_postmeta` VALUES (14734,934,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-4x\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14735,934,'tve_revision_tve_content_more_found',''),(14736,934,'tve_revision_tve_save_post',''),(14737,934,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14738,934,'tve_revision_tve_user_custom_css',''),(14739,934,'tve_revision_tve_page_events','a:0:{}'),(14740,934,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14741,934,'tve_revision_tve_global_scripts',''),(14742,934,'tve_revision_thrive_icon_pack','0'),(14743,934,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14744,934,'tve_revision_tve_has_masonry','0'),(14745,934,'tve_revision_tve_has_typefocus','0'),(14746,934,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-4x\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14747,934,'tve_revision_tve_has_wistia_popover','0'),(14748,935,'tve_revision_tve_landing_page',''),(14749,935,'tve_revision_tve_disable_theme_dependency',''),(14750,935,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-2x\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14751,935,'tve_revision_tve_content_more_found',''),(14752,935,'tve_revision_tve_save_post',''),(14753,935,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d46435f3\"] { font-size: 25px !important; color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14754,935,'tve_revision_tve_user_custom_css',''),(14755,935,'tve_revision_tve_page_events','a:0:{}'),(14756,935,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14757,935,'tve_revision_tve_global_scripts',''),(14758,935,'tve_revision_thrive_icon_pack','0'),(14759,935,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14760,935,'tve_revision_tve_has_masonry','0'),(14761,935,'tve_revision_tve_has_typefocus','0'),(14762,935,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-2x\"></i>Base Camp Feasibility Analysis™</p>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14763,935,'tve_revision_tve_has_wistia_popover','0'),(14764,936,'tve_revision_tve_landing_page',''),(14765,936,'tve_revision_tve_disable_theme_dependency',''),(14766,936,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-2x\"></i>Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li></ul><p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li></ul><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li></ul><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li></ul><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li></ul>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14767,936,'tve_revision_tve_content_more_found',''),(14768,936,'tve_revision_tve_save_post',''),(14769,936,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14770,936,'tve_revision_tve_user_custom_css',''),(14771,936,'tve_revision_tve_page_events','a:0:{}'),(14772,936,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14773,936,'tve_revision_tve_global_scripts',''),(14774,936,'tve_revision_thrive_icon_pack','0'),(14775,936,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14776,936,'tve_revision_tve_has_masonry','0'),(14777,936,'tve_revision_tve_has_typefocus','0'),(14778,936,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-2x\"></i>Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li></ul><p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li></ul><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li></ul><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li></ul><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li></ul>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14779,936,'tve_revision_tve_has_wistia_popover','0'),(14780,937,'tve_revision_tve_landing_page',''),(14781,937,'tve_revision_tve_disable_theme_dependency',''),(14782,937,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i>Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14783,937,'tve_revision_tve_content_more_found',''),(14784,937,'tve_revision_tve_save_post',''),(14785,937,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14786,937,'tve_revision_tve_user_custom_css',''),(14787,937,'tve_revision_tve_page_events','a:0:{}'),(14788,937,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14789,937,'tve_revision_tve_global_scripts',''),(14790,937,'tve_revision_thrive_icon_pack','0'),(14791,937,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14792,937,'tve_revision_tve_has_masonry','0'),(14793,937,'tve_revision_tve_has_typefocus','0'),(14794,937,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i>Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li>\n</ul>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li>\n</ul>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li>\n</ul>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li>\n</ul>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<ul>\n<li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li>\n</ul>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14795,937,'tve_revision_tve_has_wistia_popover','0'),(14796,938,'tve_revision_tve_landing_page',''),(14797,938,'tve_revision_tve_disable_theme_dependency',''),(14798,938,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h4><i class=\"fas fa-check fa-1x\"></i>Base Camp Feasibility Analysis™</h4><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li></ul><p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li></ul><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li></ul><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li></ul><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li></ul>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14799,938,'tve_revision_tve_content_more_found',''),(14800,938,'tve_revision_tve_save_post',''),(14801,938,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d464f15e\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d4669124\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466a47c\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466b446\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d466c083\"] { font-size: 25px !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14802,938,'tve_revision_tve_user_custom_css',''),(14803,938,'tve_revision_tve_page_events','a:0:{}'),(14804,938,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14805,938,'tve_revision_tve_global_scripts',''),(14806,938,'tve_revision_thrive_icon_pack','0'),(14807,938,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14808,938,'tve_revision_tve_has_masonry','0'),(14809,938,'tve_revision_tve_has_typefocus','0'),(14810,938,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h4><i class=\"fas fa-check fa-1x\"></i>Base Camp Feasibility Analysis™</h4><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li></ul><p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li></ul><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li></ul><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li></ul><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li></ul>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14811,938,'tve_revision_tve_has_wistia_popover','0'),(14812,939,'tve_revision_tve_landing_page',''),(14813,939,'tve_revision_tve_disable_theme_dependency',''),(14814,939,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14815,939,'tve_revision_tve_content_more_found',''),(14816,939,'tve_revision_tve_save_post',''),(14817,939,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14818,939,'tve_revision_tve_user_custom_css',''),(14819,939,'tve_revision_tve_page_events','a:0:{}'),(14820,939,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14821,939,'tve_revision_tve_global_scripts',''),(14822,939,'tve_revision_thrive_icon_pack','0'),(14823,939,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14824,939,'tve_revision_tve_has_masonry','0'),(14825,939,'tve_revision_tve_has_typefocus','0'),(14826,939,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14827,939,'tve_revision_tve_has_wistia_popover','0'),(14828,940,'tve_revision_tve_landing_page',''),(14829,940,'tve_revision_tve_disable_theme_dependency',''),(14830,940,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> The Challenge™</i></h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Construction Documents</i></h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Landscape Design</i></h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Interior Design Services</i></h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Construction Management Services</i></h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14831,940,'tve_revision_tve_content_more_found',''),(14832,940,'tve_revision_tve_save_post',''),(14833,940,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14834,940,'tve_revision_tve_user_custom_css',''),(14835,940,'tve_revision_tve_page_events','a:0:{}'),(14836,940,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14837,940,'tve_revision_tve_global_scripts',''),(14838,940,'tve_revision_thrive_icon_pack','0'),(14839,940,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14840,940,'tve_revision_tve_has_masonry','0'),(14841,940,'tve_revision_tve_has_typefocus','0'),(14842,940,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> The Challenge™</i></h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Construction Documents</i></h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Landscape Design</i></h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Interior Design Services</i></h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3 class=\"tve-droppable\"><i class=\"fas fa-check fa-1x\"> Construction Management Services</i></h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14843,940,'tve_revision_tve_has_wistia_popover','0'),(14844,941,'tve_revision_tve_landing_page',''),(14845,941,'tve_revision_tve_disable_theme_dependency',''),(14846,941,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i>Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14847,941,'tve_revision_tve_content_more_found',''),(14848,941,'tve_revision_tve_save_post',''),(14849,941,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14850,941,'tve_revision_tve_user_custom_css',''),(14851,941,'tve_revision_tve_page_events','a:0:{}'),(14852,941,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14853,941,'tve_revision_tve_global_scripts',''),(14854,941,'tve_revision_thrive_icon_pack','0'),(14855,941,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14856,941,'tve_revision_tve_has_masonry','0'),(14857,941,'tve_revision_tve_has_typefocus','0'),(14858,941,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i>Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14859,941,'tve_revision_tve_has_wistia_popover','0'),(14860,942,'tve_revision_tve_landing_page',''),(14861,942,'tve_revision_tve_disable_theme_dependency',''),(14862,942,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14863,942,'tve_revision_tve_content_more_found',''),(14864,942,'tve_revision_tve_save_post',''),(14865,942,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14866,942,'tve_revision_tve_user_custom_css',''),(14867,942,'tve_revision_tve_page_events','a:0:{}'),(14868,942,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14869,942,'tve_revision_tve_global_scripts',''),(14870,942,'tve_revision_thrive_icon_pack','0'),(14871,942,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14872,942,'tve_revision_tve_has_masonry','0'),(14873,942,'tve_revision_tve_has_typefocus','0'),(14874,942,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14875,942,'tve_revision_tve_has_wistia_popover','0'),(14876,943,'tve_revision_tve_landing_page',''),(14877,943,'tve_revision_tve_disable_theme_dependency',''),(14878,943,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x style=\"color:red;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14879,943,'tve_revision_tve_content_more_found',''),(14880,943,'tve_revision_tve_save_post',''),(14881,943,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14882,943,'tve_revision_tve_user_custom_css',''),(14883,943,'tve_revision_tve_page_events','a:0:{}'),(14884,943,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14885,943,'tve_revision_tve_global_scripts',''),(14886,943,'tve_revision_thrive_icon_pack','0'),(14887,943,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14888,943,'tve_revision_tve_has_masonry','0'),(14889,943,'tve_revision_tve_has_typefocus','0'),(14890,943,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x style=\"color:red;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14891,943,'tve_revision_tve_has_wistia_popover','0'),(14892,944,'tve_revision_tve_landing_page',''),(14893,944,'tve_revision_tve_disable_theme_dependency',''),(14894,944,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-1x style=\"color:red;\"></i></p>\n<h3> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14895,944,'tve_revision_tve_content_more_found',''),(14896,944,'tve_revision_tve_save_post',''),(14897,944,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14898,944,'tve_revision_tve_user_custom_css',''),(14899,944,'tve_revision_tve_page_events','a:0:{}'),(14900,944,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14901,944,'tve_revision_tve_global_scripts',''),(14902,944,'tve_revision_thrive_icon_pack','0'),(14903,944,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14904,944,'tve_revision_tve_has_masonry','0'),(14905,944,'tve_revision_tve_has_typefocus','0'),(14906,944,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<p><i class=\"fas fa-check fa-1x style=\"color:red;\"></i></p>\n<h3> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14907,944,'tve_revision_tve_has_wistia_popover','0'),(14908,945,'tve_revision_tve_landing_page',''),(14909,945,'tve_revision_tve_disable_theme_dependency',''),(14910,945,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:red;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14911,945,'tve_revision_tve_content_more_found',''),(14912,945,'tve_revision_tve_save_post',''),(14913,945,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14914,945,'tve_revision_tve_user_custom_css',''),(14915,945,'tve_revision_tve_page_events','a:0:{}'),(14916,945,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14917,945,'tve_revision_tve_global_scripts',''),(14918,945,'tve_revision_thrive_icon_pack','0'),(14919,945,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14920,945,'tve_revision_tve_has_masonry','0'),(14921,945,'tve_revision_tve_has_typefocus','0'),(14922,945,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:red;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14923,945,'tve_revision_tve_has_wistia_popover','0'),(14924,946,'tve_revision_tve_landing_page',''),(14925,946,'tve_revision_tve_disable_theme_dependency',''),(14926,946,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14927,946,'tve_revision_tve_content_more_found',''),(14928,946,'tve_revision_tve_save_post',''),(14929,946,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16613778204\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(14930,946,'tve_revision_tve_user_custom_css',''),(14931,946,'tve_revision_tve_page_events','a:0:{}'),(14932,946,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(14933,946,'tve_revision_tve_global_scripts',''),(14934,946,'tve_revision_thrive_icon_pack','0'),(14935,946,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(14936,946,'tve_revision_tve_has_masonry','0'),(14937,946,'tve_revision_tve_has_typefocus','0'),(14938,946,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(14939,946,'tve_revision_tve_has_wistia_popover','0'),(14940,947,'_wp_attached_file','2018/09/Columbia-Craft-Grain-Silo.jpg'),(14941,947,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:73:\"wp-content/uploads/sites/371/20180929095908/Columbia-Craft-Grain-Silo.jpg\";}'),(14942,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2018/09/Columbia-Craft-Grain-Silo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Columbia-Craft-Grain-Silo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Columbia-Craft-Grain-Silo-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:37:\"Columbia-Craft-Grain-Silo-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:37:\"Columbia-Craft-Grain-Silo-450x420.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:37:\"Columbia-Craft-Grain-Silo-450x320.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:37:\"Columbia-Craft-Grain-Silo-400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:37:\"Columbia-Craft-Grain-Silo-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(14943,948,'_wp_attached_file','2018/09/Columbia-Craft-Garden-and-Gun-1.jpg'),(14944,948,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:79:\"wp-content/uploads/sites/371/20180929095911/Columbia-Craft-Garden-and-Gun-1.jpg\";}'),(14945,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:338;s:6:\"height\";i:450;s:4:\"file\";s:43:\"2018/09/Columbia-Craft-Garden-and-Gun-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun-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:\"Columbia-Craft-Garden-and-Gun-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun-1-338x450.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun-1-338x420.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun-1-338x320.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:43:\"Columbia-Craft-Garden-and-Gun-1-338x235.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:235;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:{}}}'),(14946,949,'_wp_attached_file','2018/09/Columbia-Craft-Brewery-Equipment.jpg'),(14947,949,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:80:\"wp-content/uploads/sites/371/20180929095913/Columbia-Craft-Brewery-Equipment.jpg\";}'),(14948,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:44:\"2018/09/Columbia-Craft-Brewery-Equipment.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Brewery-Equipment-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:44:\"Columbia-Craft-Brewery-Equipment-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Brewery-Equipment-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Brewery-Equipment-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Brewery-Equipment-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Brewery-Equipment-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Brewery-Equipment-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:44:\"Columbia-Craft-Brewery-Equipment-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(14949,950,'_wp_attached_file','2018/09/Brewery-wall-construction-Photo-Apr-25-MJ.jpg'),(14950,950,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:89:\"wp-content/uploads/sites/371/20180929095916/Brewery-wall-construction-Photo-Apr-25-MJ.jpg\";}'),(14951,950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:338;s:6:\"height\";i:450;s:4:\"file\";s:53:\"2018/09/Brewery-wall-construction-Photo-Apr-25-MJ.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Brewery-wall-construction-Photo-Apr-25-MJ-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:53:\"Brewery-wall-construction-Photo-Apr-25-MJ-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:53:\"Brewery-wall-construction-Photo-Apr-25-MJ-338x450.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:53:\"Brewery-wall-construction-Photo-Apr-25-MJ-338x420.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:53:\"Brewery-wall-construction-Photo-Apr-25-MJ-338x320.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:53:\"Brewery-wall-construction-Photo-Apr-25-MJ-338x235.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:235;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:{}}}'),(14952,951,'_wp_attached_file','2018/09/Brewery-taps-and-flavors-1.jpg'),(14953,951,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:74:\"wp-content/uploads/sites/371/20180929095918/Brewery-taps-and-flavors-1.jpg\";}'),(14954,951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:253;s:6:\"height\";i:450;s:4:\"file\";s:38:\"2018/09/Brewery-taps-and-flavors-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Brewery-taps-and-flavors-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:38:\"Brewery-taps-and-flavors-1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:38:\"Brewery-taps-and-flavors-1-253x450.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:38:\"Brewery-taps-and-flavors-1-253x420.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:38:\"Brewery-taps-and-flavors-1-253x320.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:38:\"Brewery-taps-and-flavors-1-253x235.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:235;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:{}}}'),(14955,952,'_wp_attached_file','2018/09/Brewery-Rendering1.jpg'),(14956,952,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:66:\"wp-content/uploads/sites/371/20180929095920/Brewery-Rendering1.jpg\";}'),(14957,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:30:\"2018/09/Brewery-Rendering1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-540x304.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:30:\"Brewery-Rendering1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(14958,953,'_wp_attached_file','2018/09/Brewery-brews-on-tap-1-1.jpg'),(14959,953,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:72:\"wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\";}'),(14960,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2018/09/Brewery-brews-on-tap-1-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Brewery-brews-on-tap-1-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:36:\"Brewery-brews-on-tap-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:36:\"Brewery-brews-on-tap-1-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:36:\"Brewery-brews-on-tap-1-1-450x420.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:36:\"Brewery-brews-on-tap-1-1-450x320.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:36:\"Brewery-brews-on-tap-1-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:36:\"Brewery-brews-on-tap-1-1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(14961,954,'_wp_attached_file','2018/09/Brewery-After-Pulaski-Photo-Oct-30-2017.jpg'),(14962,954,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:87:\"wp-content/uploads/sites/371/20180929095926/Brewery-After-Pulaski-Photo-Oct-30-2017.jpg\";}'),(14963,954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:51:\"2018/09/Brewery-After-Pulaski-Photo-Oct-30-2017.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Brewery-After-Pulaski-Photo-Oct-30-2017-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:51:\"Brewery-After-Pulaski-Photo-Oct-30-2017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:51:\"Brewery-After-Pulaski-Photo-Oct-30-2017-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:51:\"Brewery-After-Pulaski-Photo-Oct-30-2017-450x420.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:51:\"Brewery-After-Pulaski-Photo-Oct-30-2017-450x320.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:51:\"Brewery-After-Pulaski-Photo-Oct-30-2017-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:51:\"Brewery-After-Pulaski-Photo-Oct-30-2017-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(14964,955,'_wp_attached_file','2018/09/Before-Pulaski-Photo-Feb-22-MJ.jpg'),(14965,955,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:78:\"wp-content/uploads/sites/371/20180929095930/Before-Pulaski-Photo-Feb-22-MJ.jpg\";}'),(14966,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:42:\"2018/09/Before-Pulaski-Photo-Feb-22-MJ.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:42:\"Before-Pulaski-Photo-Feb-22-MJ-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(14967,842,'tve_revision_tve_landing_page',''),(14968,842,'tve_revision_tve_disable_theme_dependency',''),(14969,842,'tve_revision_tve_content_before_more',''),(14970,842,'tve_revision_tve_content_more_found',''),(14971,842,'tve_revision_tve_save_post',''),(14972,842,'tve_revision_tve_custom_css',''),(14973,842,'tve_revision_tve_user_custom_css',''),(14974,842,'tve_revision_tve_page_events',''),(14975,842,'tve_revision_tve_globals',''),(14976,842,'tve_revision_tve_global_scripts',''),(14977,842,'tve_revision_thrive_icon_pack',''),(14978,842,'tve_revision_thrive_tcb_post_fonts',''),(14979,842,'tve_revision_tve_has_masonry',''),(14980,842,'tve_revision_tve_has_typefocus',''),(14981,842,'tve_revision_tve_updated_post',''),(14982,842,'tve_revision_tve_has_wistia_popover',''),(15028,703,'_wi_slideshow-images','652'),(15029,703,'_wi_slideshow-images','955'),(15030,703,'_wi_slideshow-images','954'),(15031,703,'_wi_slideshow-images','950'),(15032,703,'_wi_slideshow-images','947'),(15033,703,'_wi_slideshow-images','951'),(15034,703,'_wi_slideshow-images','949'),(15035,703,'_wi_slideshow-images','953'),(15036,703,'_wi_slideshow-images','948'),(15037,842,'tve_revision_tve_landing_page',''),(15038,842,'tve_revision_tve_disable_theme_dependency',''),(15039,842,'tve_revision_tve_content_before_more',''),(15040,842,'tve_revision_tve_content_more_found',''),(15041,842,'tve_revision_tve_save_post',''),(15042,842,'tve_revision_tve_custom_css',''),(15043,842,'tve_revision_tve_user_custom_css',''),(15044,842,'tve_revision_tve_page_events',''),(15045,842,'tve_revision_tve_globals',''),(15046,842,'tve_revision_tve_global_scripts',''),(15047,842,'tve_revision_thrive_icon_pack',''),(15048,842,'tve_revision_thrive_tcb_post_fonts',''),(15049,842,'tve_revision_tve_has_masonry',''),(15050,842,'tve_revision_tve_has_typefocus',''),(15051,842,'tve_revision_tve_updated_post',''),(15052,842,'tve_revision_tve_has_wistia_popover',''),(15053,956,'tve_revision_tve_landing_page',''),(15054,956,'tve_revision_tve_disable_theme_dependency',''),(15055,956,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(15056,956,'tve_revision_tve_content_more_found',''),(15057,956,'tve_revision_tve_save_post',''),(15058,956,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(15059,956,'tve_revision_tve_user_custom_css',''),(15060,956,'tve_revision_tve_page_events','a:0:{}'),(15061,956,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15062,956,'tve_revision_tve_global_scripts',''),(15063,956,'tve_revision_thrive_icon_pack','0'),(15064,956,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15065,956,'tve_revision_tve_has_masonry','0'),(15066,956,'tve_revision_tve_has_typefocus','0'),(15067,956,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(15068,956,'tve_revision_tve_has_wistia_popover','0'),(15069,958,'tve_revision_tve_landing_page',''),(15070,958,'tve_revision_tve_disable_theme_dependency',''),(15071,958,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15072,958,'tve_revision_tve_content_more_found',''),(15073,958,'tve_revision_tve_save_post',''),(15074,958,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(15075,958,'tve_revision_tve_user_custom_css',''),(15076,958,'tve_revision_tve_page_events','a:0:{}'),(15077,958,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15078,958,'tve_revision_tve_global_scripts',''),(15079,958,'tve_revision_thrive_icon_pack','0'),(15080,958,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15081,958,'tve_revision_tve_has_masonry','0'),(15082,958,'tve_revision_tve_has_typefocus','0'),(15083,958,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15084,958,'tve_revision_tve_has_wistia_popover','0'),(15085,959,'tve_revision_tve_landing_page',''),(15086,959,'tve_revision_tve_disable_theme_dependency',''),(15087,959,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15088,959,'tve_revision_tve_content_more_found',''),(15089,959,'tve_revision_tve_save_post',''),(15090,959,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(15091,959,'tve_revision_tve_user_custom_css',''),(15092,959,'tve_revision_tve_page_events','a:0:{}'),(15093,959,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15094,959,'tve_revision_tve_global_scripts',''),(15095,959,'tve_revision_thrive_icon_pack','0'),(15096,959,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15097,959,'tve_revision_tve_has_masonry','0'),(15098,959,'tve_revision_tve_has_typefocus','0'),(15099,959,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p>\n<p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15100,959,'tve_revision_tve_has_wistia_popover','0'),(15101,912,'tcb2_ready','1'),(15102,202,'tcb2_ready','1'),(15103,202,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15104,202,'tve_content_more_found',''),(15105,202,'tve_custom_css',''),(15106,202,'tve_user_custom_css',''),(15107,202,'tve_page_events','a:0:{}'),(15108,202,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15109,202,'tcb_editor_enabled','1'),(15110,960,'tve_revision_tve_landing_page',''),(15111,960,'tve_revision_tve_disable_theme_dependency',''),(15112,960,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15113,960,'tve_revision_tve_content_more_found',''),(15114,960,'tve_revision_tve_save_post',''),(15115,960,'tve_revision_tve_custom_css',''),(15116,960,'tve_revision_tve_user_custom_css',''),(15117,960,'tve_revision_tve_page_events','a:0:{}'),(15118,960,'tve_revision_tve_globals',''),(15119,960,'tve_revision_tve_global_scripts',''),(15120,960,'tve_revision_thrive_icon_pack',''),(15121,960,'tve_revision_thrive_tcb_post_fonts',''),(15122,960,'tve_revision_tve_has_masonry',''),(15123,960,'tve_revision_tve_has_typefocus',''),(15124,960,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15125,960,'tve_revision_tve_has_wistia_popover',''),(15126,202,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15127,202,'thrive_tcb_post_fonts','a:0:{}'),(15128,202,'thrive_icon_pack','0'),(15129,202,'tve_has_masonry','0'),(15130,202,'tve_has_typefocus','0'),(15131,202,'tve_has_wistia_popover','0'),(15132,961,'tve_revision_tve_landing_page',''),(15133,961,'tve_revision_tve_disable_theme_dependency',''),(15134,961,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15135,961,'tve_revision_tve_content_more_found',''),(15136,961,'tve_revision_tve_save_post',''),(15137,961,'tve_revision_tve_custom_css',''),(15138,961,'tve_revision_tve_user_custom_css',''),(15139,961,'tve_revision_tve_page_events','a:0:{}'),(15140,961,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15141,961,'tve_revision_tve_global_scripts',''),(15142,961,'tve_revision_thrive_icon_pack','0'),(15143,961,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15144,961,'tve_revision_tve_has_masonry','0'),(15145,961,'tve_revision_tve_has_typefocus','0'),(15146,961,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15147,961,'tve_revision_tve_has_wistia_popover','0'),(15148,962,'tve_revision_tve_landing_page',''),(15149,962,'tve_revision_tve_disable_theme_dependency',''),(15150,962,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15151,962,'tve_revision_tve_content_more_found',''),(15152,962,'tve_revision_tve_save_post',''),(15153,962,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }}'),(15154,962,'tve_revision_tve_user_custom_css',''),(15155,962,'tve_revision_tve_page_events','a:0:{}'),(15156,962,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15157,962,'tve_revision_tve_global_scripts',''),(15158,962,'tve_revision_thrive_icon_pack','0'),(15159,962,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15160,962,'tve_revision_tve_has_masonry','0'),(15161,962,'tve_revision_tve_has_typefocus','0'),(15162,962,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15163,962,'tve_revision_tve_has_wistia_popover','0'),(15164,963,'tve_revision_tve_landing_page',''),(15165,963,'tve_revision_tve_disable_theme_dependency',''),(15166,963,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15167,963,'tve_revision_tve_content_more_found',''),(15168,963,'tve_revision_tve_save_post',''),(15169,963,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(15170,963,'tve_revision_tve_user_custom_css',''),(15171,963,'tve_revision_tve_page_events','a:0:{}'),(15172,963,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15173,963,'tve_revision_tve_global_scripts',''),(15174,963,'tve_revision_thrive_icon_pack','0'),(15175,963,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15176,963,'tve_revision_tve_has_masonry','0'),(15177,963,'tve_revision_tve_has_typefocus','0'),(15178,963,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15179,963,'tve_revision_tve_has_wistia_popover','0'),(15180,964,'tve_revision_tve_landing_page',''),(15181,964,'tve_revision_tve_disable_theme_dependency',''),(15182,964,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Contact Info</h3><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15183,964,'tve_revision_tve_content_more_found',''),(15184,964,'tve_revision_tve_save_post',''),(15185,964,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(15186,964,'tve_revision_tve_user_custom_css',''),(15187,964,'tve_revision_tve_page_events','a:0:{}'),(15188,964,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15189,964,'tve_revision_tve_global_scripts',''),(15190,964,'tve_revision_thrive_icon_pack','0'),(15191,964,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15192,964,'tve_revision_tve_has_masonry','0'),(15193,964,'tve_revision_tve_has_typefocus','0'),(15194,964,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Contact Info</h3><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15195,964,'tve_revision_tve_has_wistia_popover','0'),(15196,965,'tve_revision_tve_landing_page',''),(15197,965,'tve_revision_tve_disable_theme_dependency',''),(15198,965,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Contact Info</h3><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15199,965,'tve_revision_tve_content_more_found',''),(15200,965,'tve_revision_tve_save_post',''),(15201,965,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(15202,965,'tve_revision_tve_user_custom_css',''),(15203,965,'tve_revision_tve_page_events','a:0:{}'),(15204,965,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15205,965,'tve_revision_tve_global_scripts',''),(15206,965,'tve_revision_thrive_icon_pack','0'),(15207,965,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15208,965,'tve_revision_tve_has_masonry','0'),(15209,965,'tve_revision_tve_has_typefocus','0'),(15210,965,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Contact Info</h3><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15211,965,'tve_revision_tve_has_wistia_popover','0'),(15212,966,'tve_revision_tve_landing_page',''),(15213,966,'tve_revision_tve_disable_theme_dependency',''),(15214,966,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15215,966,'tve_revision_tve_content_more_found',''),(15216,966,'tve_revision_tve_save_post',''),(15217,966,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(15218,966,'tve_revision_tve_user_custom_css',''),(15219,966,'tve_revision_tve_page_events','a:0:{}'),(15220,966,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15221,966,'tve_revision_tve_global_scripts',''),(15222,966,'tve_revision_thrive_icon_pack','0'),(15223,966,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15224,966,'tve_revision_tve_has_masonry','0'),(15225,966,'tve_revision_tve_has_typefocus','0'),(15226,966,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p><ul><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" left;\"\"=\"\" text-align:=\"\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15227,966,'tve_revision_tve_has_wistia_popover','0'),(15228,967,'tve_revision_tve_landing_page',''),(15229,967,'tve_revision_tve_disable_theme_dependency',''),(15230,967,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15231,967,'tve_revision_tve_content_more_found',''),(15232,967,'tve_revision_tve_save_post',''),(15233,967,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }}'),(15234,967,'tve_revision_tve_user_custom_css',''),(15235,967,'tve_revision_tve_page_events','a:0:{}'),(15236,967,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15237,967,'tve_revision_tve_global_scripts',''),(15238,967,'tve_revision_thrive_icon_pack','0'),(15239,967,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15240,967,'tve_revision_tve_has_masonry','0'),(15241,967,'tve_revision_tve_has_typefocus','0'),(15242,967,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15243,967,'tve_revision_tve_has_wistia_popover','0'),(15244,968,'tve_revision_tve_landing_page',''),(15245,968,'tve_revision_tve_disable_theme_dependency',''),(15246,968,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf839a\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15247,968,'tve_revision_tve_content_more_found',''),(15248,968,'tve_revision_tve_save_post',''),(15249,968,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1662fcf839a\"] { margin-right: -30px !important; }}'),(15250,968,'tve_revision_tve_user_custom_css',''),(15251,968,'tve_revision_tve_page_events','a:0:{}'),(15252,968,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15253,968,'tve_revision_tve_global_scripts',''),(15254,968,'tve_revision_thrive_icon_pack','0'),(15255,968,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15256,968,'tve_revision_tve_has_masonry','0'),(15257,968,'tve_revision_tve_has_typefocus','0'),(15258,968,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf839a\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15259,968,'tve_revision_tve_has_wistia_popover','0'),(15260,969,'tve_revision_tve_landing_page',''),(15261,969,'tve_revision_tve_disable_theme_dependency',''),(15262,969,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15263,969,'tve_revision_tve_content_more_found',''),(15264,969,'tve_revision_tve_save_post',''),(15265,969,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1662fcf839a\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(15266,969,'tve_revision_tve_user_custom_css',''),(15267,969,'tve_revision_tve_page_events','a:0:{}'),(15268,969,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15269,969,'tve_revision_tve_global_scripts',''),(15270,969,'tve_revision_thrive_icon_pack','0'),(15271,969,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15272,969,'tve_revision_tve_has_masonry','0'),(15273,969,'tve_revision_tve_has_typefocus','0'),(15274,969,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15275,969,'tve_revision_tve_has_wistia_popover','0'),(15276,970,'tve_revision_tve_landing_page',''),(15277,970,'tve_revision_tve_disable_theme_dependency',''),(15278,970,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf839a\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15279,970,'tve_revision_tve_content_more_found',''),(15280,970,'tve_revision_tve_save_post',''),(15281,970,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1662fcf839a\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(15282,970,'tve_revision_tve_user_custom_css',''),(15283,970,'tve_revision_tve_page_events','a:0:{}'),(15284,970,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15285,970,'tve_revision_tve_global_scripts',''),(15286,970,'tve_revision_thrive_icon_pack','0'),(15287,970,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15288,970,'tve_revision_tve_has_masonry','0'),(15289,970,'tve_revision_tve_has_typefocus','0'),(15290,970,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf839a\"><p style=\"text-align: center;\">[heading h=\"h3\"] Contact Info[/heading]</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15291,970,'tve_revision_tve_has_wistia_popover','0'),(15292,971,'tve_revision_tve_landing_page',''),(15293,971,'tve_revision_tve_disable_theme_dependency',''),(15294,971,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><p style=\"text-align: center;\">Contact Info</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15295,971,'tve_revision_tve_content_more_found',''),(15296,971,'tve_revision_tve_save_post',''),(15297,971,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1662fcf839a\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(15298,971,'tve_revision_tve_user_custom_css',''),(15299,971,'tve_revision_tve_page_events','a:0:{}'),(15300,971,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15301,971,'tve_revision_tve_global_scripts',''),(15302,971,'tve_revision_thrive_icon_pack','0'),(15303,971,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15304,971,'tve_revision_tve_has_masonry','0'),(15305,971,'tve_revision_tve_has_typefocus','0'),(15306,971,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><p style=\"text-align: center;\">Contact Info</p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15307,971,'tve_revision_tve_has_wistia_popover','0'),(15308,972,'tve_revision_tve_landing_page',''),(15309,972,'tve_revision_tve_disable_theme_dependency',''),(15310,972,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15311,972,'tve_revision_tve_content_more_found',''),(15312,972,'tve_revision_tve_save_post',''),(15313,972,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1662fcf839a\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(15314,972,'tve_revision_tve_user_custom_css',''),(15315,972,'tve_revision_tve_page_events','a:0:{}'),(15316,972,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15317,972,'tve_revision_tve_global_scripts',''),(15318,972,'tve_revision_thrive_icon_pack','0'),(15319,972,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15320,972,'tve_revision_tve_has_masonry','0'),(15321,972,'tve_revision_tve_has_typefocus','0'),(15322,972,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fcf084d\"><ul><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15323,972,'tve_revision_tve_has_wistia_popover','0'),(15324,198,'_wi_template','fullwidth'),(15325,973,'tve_revision_tve_landing_page',''),(15326,973,'tve_revision_tve_disable_theme_dependency',''),(15327,973,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe0fd2b\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe0fd29\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe0fd2c\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe0fd2d\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15328,973,'tve_revision_tve_content_more_found',''),(15329,973,'tve_revision_tve_save_post',''),(15330,973,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe0fd29\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe0fd2b\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe0fd2c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe0fd2d\"] { margin-top: -15px !important; }}'),(15331,973,'tve_revision_tve_user_custom_css',''),(15332,973,'tve_revision_tve_page_events','a:0:{}'),(15333,973,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15334,973,'tve_revision_tve_global_scripts',''),(15335,973,'tve_revision_thrive_icon_pack','0'),(15336,973,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15337,973,'tve_revision_tve_has_masonry','0'),(15338,973,'tve_revision_tve_has_typefocus','0'),(15339,973,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe0fd2b\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe0fd29\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe0fd2c\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe0fd2d\"><p>Enter Your Name and Best Email</p></div></div>\n</div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15340,973,'tve_revision_tve_has_wistia_popover','0'),(15341,974,'tve_revision_tve_landing_page',''),(15342,974,'tve_revision_tve_disable_theme_dependency',''),(15343,974,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe37013\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe37014\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15344,974,'tve_revision_tve_content_more_found',''),(15345,974,'tve_revision_tve_save_post',''),(15346,974,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe37013\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe37014\"] { margin-top: -15px !important; }}'),(15347,974,'tve_revision_tve_user_custom_css',''),(15348,974,'tve_revision_tve_page_events','a:0:{}'),(15349,974,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15350,974,'tve_revision_tve_global_scripts',''),(15351,974,'tve_revision_thrive_icon_pack','0'),(15352,974,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15353,974,'tve_revision_tve_has_masonry','0'),(15354,974,'tve_revision_tve_has_typefocus','0'),(15355,974,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe37013\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe37014\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15356,974,'tve_revision_tve_has_wistia_popover','0'),(15357,975,'tve_revision_tve_landing_page',''),(15358,975,'tve_revision_tve_disable_theme_dependency',''),(15359,975,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15360,975,'tve_revision_tve_content_more_found',''),(15361,975,'tve_revision_tve_save_post',''),(15362,975,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 450px; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(15363,975,'tve_revision_tve_user_custom_css',''),(15364,975,'tve_revision_tve_page_events','a:0:{}'),(15365,975,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15366,975,'tve_revision_tve_global_scripts',''),(15367,975,'tve_revision_thrive_icon_pack','0'),(15368,975,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15369,975,'tve_revision_tve_has_masonry','0'),(15370,975,'tve_revision_tve_has_typefocus','0'),(15371,975,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15372,975,'tve_revision_tve_has_wistia_popover','0'),(15373,976,'tve_revision_tve_landing_page',''),(15374,976,'tve_revision_tve_disable_theme_dependency',''),(15375,976,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15376,976,'tve_revision_tve_content_more_found',''),(15377,976,'tve_revision_tve_save_post',''),(15378,976,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 50px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 33px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 450px; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(15379,976,'tve_revision_tve_user_custom_css',''),(15380,976,'tve_revision_tve_page_events','a:0:{}'),(15381,976,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15382,976,'tve_revision_tve_global_scripts',''),(15383,976,'tve_revision_thrive_icon_pack','0'),(15384,976,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15385,976,'tve_revision_tve_has_masonry','0'),(15386,976,'tve_revision_tve_has_typefocus','0'),(15387,976,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15388,976,'tve_revision_tve_has_wistia_popover','0'),(15389,977,'tve_revision_tve_landing_page',''),(15390,977,'tve_revision_tve_disable_theme_dependency',''),(15391,977,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15392,977,'tve_revision_tve_content_more_found',''),(15393,977,'tve_revision_tve_save_post',''),(15394,977,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 13px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 450px; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(15395,977,'tve_revision_tve_user_custom_css',''),(15396,977,'tve_revision_tve_page_events','a:0:{}'),(15397,977,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15398,977,'tve_revision_tve_global_scripts',''),(15399,977,'tve_revision_thrive_icon_pack','0'),(15400,977,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15401,977,'tve_revision_tve_has_masonry','0'),(15402,977,'tve_revision_tve_has_typefocus','0'),(15403,977,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15404,977,'tve_revision_tve_has_wistia_popover','0'),(15405,978,'tve_revision_tve_landing_page',''),(15406,978,'tve_revision_tve_disable_theme_dependency',''),(15407,978,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15408,978,'tve_revision_tve_content_more_found',''),(15409,978,'tve_revision_tve_save_post',''),(15410,978,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 450px; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: 0px !important; }}'),(15411,978,'tve_revision_tve_user_custom_css',''),(15412,978,'tve_revision_tve_page_events','a:0:{}'),(15413,978,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15414,978,'tve_revision_tve_global_scripts',''),(15415,978,'tve_revision_thrive_icon_pack','0'),(15416,978,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15417,978,'tve_revision_tve_has_masonry','0'),(15418,978,'tve_revision_tve_has_typefocus','0'),(15419,978,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15420,978,'tve_revision_tve_has_wistia_popover','0'),(15421,979,'tve_revision_tve_landing_page',''),(15422,979,'tve_revision_tve_disable_theme_dependency',''),(15423,979,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15424,979,'tve_revision_tve_content_more_found',''),(15425,979,'tve_revision_tve_save_post',''),(15426,979,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 312px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fef537d\"] { width: 298px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }}'),(15427,979,'tve_revision_tve_user_custom_css',''),(15428,979,'tve_revision_tve_page_events','a:0:{}'),(15429,979,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15430,979,'tve_revision_tve_global_scripts',''),(15431,979,'tve_revision_thrive_icon_pack','0'),(15432,979,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15433,979,'tve_revision_tve_has_masonry','0'),(15434,979,'tve_revision_tve_has_typefocus','0'),(15435,979,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-953\" alt=\"\" width=\"450\" height=\"450\" title=\"Brewery-brews-on-tap-\" data-id=\"953\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180929095923/Brewery-brews-on-tap-1-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15436,979,'tve_revision_tve_has_wistia_popover','0'),(15437,980,'tve_revision_tve_landing_page',''),(15438,980,'tve_revision_tve_disable_theme_dependency',''),(15439,980,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15440,980,'tve_revision_tve_content_more_found',''),(15441,980,'tve_revision_tve_save_post',''),(15442,980,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 298px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: -19px !important; }[data-css=\"tve-u-1662fef537d\"] { width: 298px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; margin-top: 11px !important; }}'),(15443,980,'tve_revision_tve_user_custom_css',''),(15444,980,'tve_revision_tve_page_events','a:0:{}'),(15445,980,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15446,980,'tve_revision_tve_global_scripts',''),(15447,980,'tve_revision_thrive_icon_pack','0'),(15448,980,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15449,980,'tve_revision_tve_has_masonry','0'),(15450,980,'tve_revision_tve_has_typefocus','0'),(15451,980,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15452,980,'tve_revision_tve_has_wistia_popover','0'),(15453,981,'tve_revision_tve_landing_page',''),(15454,981,'tve_revision_tve_disable_theme_dependency',''),(15455,981,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1663004b786\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15456,981,'tve_revision_tve_content_more_found',''),(15457,981,'tve_revision_tve_save_post',''),(15458,981,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 298px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -40px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: -19px !important; }[data-css=\"tve-u-1662fef537d\"] { width: 298px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; margin-top: 11px !important; }[data-css=\"tve-u-1663004b786\"] { margin-top: -40px !important; }}'),(15459,981,'tve_revision_tve_user_custom_css',''),(15460,981,'tve_revision_tve_page_events','a:0:{}'),(15461,981,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15462,981,'tve_revision_tve_global_scripts',''),(15463,981,'tve_revision_thrive_icon_pack','0'),(15464,981,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15465,981,'tve_revision_tve_has_masonry','0'),(15466,981,'tve_revision_tve_has_typefocus','0'),(15467,981,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1663004b786\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15468,981,'tve_revision_tve_has_wistia_popover','0'),(15469,982,'tve_revision_tve_landing_page',''),(15470,982,'tve_revision_tve_disable_theme_dependency',''),(15471,982,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1663004b786\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15472,982,'tve_revision_tve_content_more_found',''),(15473,982,'tve_revision_tve_save_post',''),(15474,982,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 298px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -40px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: -19px !important; }[data-css=\"tve-u-1662fef537d\"] { width: 298px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; margin-top: 11px !important; }[data-css=\"tve-u-1663004b786\"] { margin-top: -40px !important; }}'),(15475,982,'tve_revision_tve_user_custom_css',''),(15476,982,'tve_revision_tve_page_events','a:0:{}'),(15477,982,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15478,982,'tve_revision_tve_global_scripts',''),(15479,982,'tve_revision_thrive_icon_pack','0'),(15480,982,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15481,982,'tve_revision_tve_has_masonry','0'),(15482,982,'tve_revision_tve_has_typefocus','0'),(15483,982,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1663004b786\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15484,982,'tve_revision_tve_has_wistia_popover','0'),(15502,984,'tve_revision_tve_landing_page',''),(15503,984,'tve_revision_tve_disable_theme_dependency',''),(15504,984,'tve_revision_tve_content_before_more',''),(15505,984,'tve_revision_tve_content_more_found',''),(15506,984,'tve_revision_tve_save_post',''),(15507,984,'tve_revision_tve_custom_css',''),(15508,984,'tve_revision_tve_user_custom_css',''),(15509,984,'tve_revision_tve_page_events',''),(15510,984,'tve_revision_tve_globals',''),(15511,984,'tve_revision_tve_global_scripts',''),(15512,984,'tve_revision_thrive_icon_pack',''),(15513,984,'tve_revision_thrive_tcb_post_fonts',''),(15514,984,'tve_revision_tve_has_masonry',''),(15515,984,'tve_revision_tve_has_typefocus',''),(15516,984,'tve_revision_tve_updated_post',''),(15517,984,'tve_revision_tve_has_wistia_popover',''),(15535,338,'_wi_show-featured-image','no'),(15536,338,'tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e2434b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" rel=\"\"><img class=\"tve_image wp-image-653\" alt=\"\" width=\"2988\" height=\"2536\" title=\"Brewery-taps-and-flavors\" data-id=\"653\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Designing a Craft Brewery in Columbia, South Carolina</p>\n<p>People love microbreweries in this college town and as an architect I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. Here are a few of the many lessons architects are often reminded of, which we employed with this project:</p>\n<p><strong>Lesson #1: Internalize the client’s wish, and find a creative way to make it happen.</strong></p>\n<p>To enhance a feeling of community, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. My design solution…glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.</p>\n<p><strong>Lesson #2: Refurbish or replace as needed, while honoring its heritage.</strong></p>\n<p>Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the zoning board was pleased with our plan. We made it a little prettier, but it still looks like a warehouse.</p>\n<p><strong>Lesson #3: A challenge is a problem that we solve.</strong></p>\n<p>The owner Richard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the storm water runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!</p>\n<p><strong>Lesson #4: We saw once again the importance of diligence up front.</strong></p>\n<p>A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one, and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes!</p>\n<p><strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong></p>\n<p>That’s what brings fulfillment into my work. Richard and I bonded over his love of brewing and my passion for design. And, as per his request, I did some research - I toured a few breweries and got a taste of his world!</p>\n<p>I hope you enjoyed this short walk through this awesome project. We welcome any questions or new projects! Email us: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15537,338,'tve_content_more_found',''),(15538,338,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16635e2434b\"] { width: 70%; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(15539,338,'tve_user_custom_css',''),(15540,338,'tve_page_events','a:0:{}'),(15541,338,'tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e2434b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" rel=\"\"><img class=\"tve_image wp-image-653\" alt=\"\" width=\"2988\" height=\"2536\" title=\"Brewery-taps-and-flavors\" data-id=\"653\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Designing a Craft Brewery in Columbia, South Carolina</p>\n<p>People love microbreweries in this college town and as an architect I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. Here are a few of the many lessons architects are often reminded of, which we employed with this project:</p>\n<p><strong>Lesson #1: Internalize the client’s wish, and find a creative way to make it happen.</strong></p>\n<p>To enhance a feeling of community, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. My design solution…glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.</p>\n<p><strong>Lesson #2: Refurbish or replace as needed, while honoring its heritage.</strong></p>\n<p>Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the zoning board was pleased with our plan. We made it a little prettier, but it still looks like a warehouse.</p>\n<p><strong>Lesson #3: A challenge is a problem that we solve.</strong></p>\n<p>The owner Richard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the storm water runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!</p>\n<p><strong>Lesson #4: We saw once again the importance of diligence up front.</strong></p>\n<p>A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one, and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes!</p>\n<p><strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong></p>\n<p>That’s what brings fulfillment into my work. Richard and I bonded over his love of brewing and my passion for design. And, as per his request, I did some research - I toured a few breweries and got a taste of his world!</p>\n<p>I hope you enjoyed this short walk through this awesome project. We welcome any questions or new projects! Email us: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15542,338,'tcb_editor_enabled','1'),(15544,985,'tve_revision_tve_landing_page',''),(15545,985,'tve_revision_tve_disable_theme_dependency',''),(15546,985,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e2434b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" rel=\"\"><img class=\"tve_image wp-image-653\" alt=\"\" width=\"2988\" height=\"2536\" title=\"Brewery-taps-and-flavors\" data-id=\"653\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Designing a Craft Brewery in Columbia, South Carolina</p>\n<p>People love microbreweries in this college town and as an architect I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. Here are a few of the many lessons architects are often reminded of, which we employed with this project:</p>\n<p><strong>Lesson #1: Internalize the client’s wish, and find a creative way to make it happen.</strong></p>\n<p>To enhance a feeling of community, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. My design solution…glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.</p>\n<p><strong>Lesson #2: Refurbish or replace as needed, while honoring its heritage.</strong></p>\n<p>Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the zoning board was pleased with our plan. We made it a little prettier, but it still looks like a warehouse.</p>\n<p><strong>Lesson #3: A challenge is a problem that we solve.</strong></p>\n<p>The owner Richard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the storm water runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!</p>\n<p><strong>Lesson #4: We saw once again the importance of diligence up front.</strong></p>\n<p>A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one, and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes!</p>\n<p><strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong></p>\n<p>That’s what brings fulfillment into my work. Richard and I bonded over his love of brewing and my passion for design. And, as per his request, I did some research - I toured a few breweries and got a taste of his world!</p>\n<p>I hope you enjoyed this short walk through this awesome project. We welcome any questions or new projects! Email us: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15547,985,'tve_revision_tve_content_more_found',''),(15548,985,'tve_revision_tve_save_post',''),(15549,985,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16635e2434b\"] { width: 70%; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(15550,985,'tve_revision_tve_user_custom_css',''),(15551,985,'tve_revision_tve_page_events','a:0:{}'),(15552,985,'tve_revision_tve_globals',''),(15553,985,'tve_revision_tve_global_scripts',''),(15554,985,'tve_revision_thrive_icon_pack',''),(15555,985,'tve_revision_thrive_tcb_post_fonts',''),(15556,985,'tve_revision_tve_has_masonry',''),(15557,985,'tve_revision_tve_has_typefocus',''),(15558,985,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e2434b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" rel=\"\"><img class=\"tve_image wp-image-653\" alt=\"\" width=\"2988\" height=\"2536\" title=\"Brewery-taps-and-flavors\" data-id=\"653\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Designing a Craft Brewery in Columbia, South Carolina</p>\n<p>People love microbreweries in this college town and as an architect I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. Here are a few of the many lessons architects are often reminded of, which we employed with this project:</p>\n<p><strong>Lesson #1: Internalize the client’s wish, and find a creative way to make it happen.</strong></p>\n<p>To enhance a feeling of community, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. My design solution…glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.</p>\n<p><strong>Lesson #2: Refurbish or replace as needed, while honoring its heritage.</strong></p>\n<p>Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the zoning board was pleased with our plan. We made it a little prettier, but it still looks like a warehouse.</p>\n<p><strong>Lesson #3: A challenge is a problem that we solve.</strong></p>\n<p>The owner Richard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the storm water runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!</p>\n<p><strong>Lesson #4: We saw once again the importance of diligence up front.</strong></p>\n<p>A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one, and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes!</p>\n<p><strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong></p>\n<p>That’s what brings fulfillment into my work. Richard and I bonded over his love of brewing and my passion for design. And, as per his request, I did some research - I toured a few breweries and got a taste of his world!</p>\n<p>I hope you enjoyed this short walk through this awesome project. We welcome any questions or new projects! Email us: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15559,985,'tve_revision_tve_has_wistia_popover',''),(15560,338,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15561,338,'thrive_tcb_post_fonts','a:0:{}'),(15562,338,'thrive_icon_pack','0'),(15563,338,'tve_has_masonry','0'),(15564,338,'tve_has_typefocus','0'),(15565,338,'tve_has_wistia_popover','0'),(15567,986,'tve_revision_tve_landing_page',''),(15568,986,'tve_revision_tve_disable_theme_dependency',''),(15569,986,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e2434b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" rel=\"\"><img class=\"tve_image wp-image-653\" alt=\"\" width=\"2988\" height=\"2536\" title=\"Brewery-taps-and-flavors\" data-id=\"653\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Designing a Craft Brewery in Columbia, South Carolina</p>\n<p>People love microbreweries in this college town and as an architect I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. Here are a few of the many lessons architects are often reminded of, which we employed with this project:</p>\n<p><strong>Lesson #1: Internalize the client’s wish, and find a creative way to make it happen.</strong></p>\n<p>To enhance a feeling of community, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. My design solution…glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.</p>\n<p><strong>Lesson #2: Refurbish or replace as needed, while honoring its heritage.</strong></p>\n<p>Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the zoning board was pleased with our plan. We made it a little prettier, but it still looks like a warehouse.</p>\n<p><strong>Lesson #3: A challenge is a problem that we solve.</strong></p>\n<p>The owner Richard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the storm water runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!</p>\n<p><strong>Lesson #4: We saw once again the importance of diligence up front.</strong></p>\n<p>A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one, and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes!</p>\n<p><strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong></p>\n<p>That’s what brings fulfillment into my work. Richard and I bonded over his love of brewing and my passion for design. And, as per his request, I did some research - I toured a few breweries and got a taste of his world!</p>\n<p>I hope you enjoyed this short walk through this awesome project. We welcome any questions or new projects! Email us: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15570,986,'tve_revision_tve_content_more_found',''),(15571,986,'tve_revision_tve_save_post',''),(15572,986,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16635e2434b\"] { width: 70%; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(15573,986,'tve_revision_tve_user_custom_css',''),(15574,986,'tve_revision_tve_page_events','a:0:{}'),(15575,986,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15576,986,'tve_revision_tve_global_scripts',''),(15577,986,'tve_revision_thrive_icon_pack','0'),(15578,986,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15579,986,'tve_revision_tve_has_masonry','0'),(15580,986,'tve_revision_tve_has_typefocus','0'),(15581,986,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e2434b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" rel=\"\"><img class=\"tve_image wp-image-653\" alt=\"\" width=\"2988\" height=\"2536\" title=\"Brewery-taps-and-flavors\" data-id=\"653\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102634/Brewery-taps-and-flavors-e1538000688162.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>Designing a Craft Brewery in Columbia, South Carolina</p>\n<p>People love microbreweries in this college town and as an architect I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. Here are a few of the many lessons architects are often reminded of, which we employed with this project:</p>\n<p><strong>Lesson #1: Internalize the client’s wish, and find a creative way to make it happen.</strong></p>\n<p>To enhance a feeling of community, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. My design solution…glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.</p>\n<p><strong>Lesson #2: Refurbish or replace as needed, while honoring its heritage.</strong></p>\n<p>Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the zoning board was pleased with our plan. We made it a little prettier, but it still looks like a warehouse.</p>\n<p><strong>Lesson #3: A challenge is a problem that we solve.</strong></p>\n<p>The owner Richard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the storm water runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!</p>\n<p><strong>Lesson #4: We saw once again the importance of diligence up front.</strong></p>\n<p>A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one, and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes!</p>\n<p><strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong></p>\n<p>That’s what brings fulfillment into my work. Richard and I bonded over his love of brewing and my passion for design. And, as per his request, I did some research - I toured a few breweries and got a taste of his world!</p>\n<p>I hope you enjoyed this short walk through this awesome project. We welcome any questions or new projects! Email us: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(15582,986,'tve_revision_tve_has_wistia_popover','0'),(15583,987,'tve_revision_tve_landing_page',''),(15584,987,'tve_revision_tve_disable_theme_dependency',''),(15585,987,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1663004b786\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15586,987,'tve_revision_tve_content_more_found',''),(15587,987,'tve_revision_tve_save_post',''),(15588,987,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1662fe37010\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe37012\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe6ddff\"] { width: 298px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1662fe6fba0\"] { margin-top: -40px !important; }[data-css=\"tve-u-1662fe78e25\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1662fe78e27\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1662fe78e28\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1662fe78e29\"] { margin-top: -15px !important; }[data-css=\"tve-u-1662fe93a11\"] { margin-bottom: 0px !important; margin-top: -19px !important; }[data-css=\"tve-u-1662fef537d\"] { width: 298px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; margin-top: 11px !important; }[data-css=\"tve-u-1663004b786\"] { margin-top: -40px !important; }}'),(15589,987,'tve_revision_tve_user_custom_css',''),(15590,987,'tve_revision_tve_page_events','a:0:{}'),(15591,987,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15592,987,'tve_revision_tve_global_scripts',''),(15593,987,'tve_revision_thrive_icon_pack','0'),(15594,987,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15595,987,'tve_revision_tve_has_masonry','0'),(15596,987,'tve_revision_tve_has_typefocus','0'),(15597,987,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe37012\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">Free Guide</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fe6ddff\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" rel=\"\"><img class=\"tve_image wp-image-501\" alt=\"\" width=\"400\" height=\"533\" title=\"10-things-cover-photo-new-with-shadow\" data-id=\"501\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1662fe6fba0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_1\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe93a11\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe37010\"><h4 style=\"text-align: center;\">NewsLetter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1662fef537d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" rel=\"\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1662fe78e27\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fe78e25\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1662fe78e28\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1662fe78e29\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1663004b786\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_15\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div></div>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div>'),(15598,987,'tve_revision_tve_has_wistia_popover','0'),(15601,988,'_wp_attached_file','2018/10/Capgemeni-Meting-room.jpeg'),(15602,988,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\";}'),(15603,988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1140;s:4:\"file\";s:34:\"2018/10/Capgemeni-Meting-room.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-300x285.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-768x730.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Capgemeni-Meting-room-1024x973.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:973;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:36:\"Capgemeni-Meting-room-1100x1045.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:35:\"Capgemeni-Meting-room-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-820x779.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:779;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-540x513.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-400x380.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"Capgemeni-Meting-room-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15604,989,'_wp_attached_file','2018/10/Columbia-Craft-Brewery-Equipment_1.jpeg'),(15605,989,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:83:\"wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\";}'),(15606,989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:47:\"2018/10/Columbia-Craft-Brewery-Equipment_1.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-150x150.jpeg\";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:47:\"Columbia-Craft-Brewery-Equipment_1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Columbia-Craft-Brewery-Equipment_1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:48:\"Columbia-Craft-Brewery-Equipment_1-1100x825.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:48:\"Columbia-Craft-Brewery-Equipment_1-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-820x615.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-540x405.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:47:\"Columbia-Craft-Brewery-Equipment_1-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15610,991,'_wp_attached_file','2018/10/Golds-Gym-Pool.jpeg'),(15611,991,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:63:\"wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\";}'),(15612,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2018/10/Golds-Gym-Pool.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Golds-Gym-Pool-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:28:\"Golds-Gym-Pool-1100x825.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:28:\"Golds-Gym-Pool-1100x450.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-820x615.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-820x420.jpeg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-540x405.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-540x320.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-400x300.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:27:\"Golds-Gym-Pool-400x235.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15613,992,'_wp_attached_file','2018/10/Montague-4th-floor.jpg'),(15614,992,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:66:\"wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\";}'),(15615,992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1104;s:6:\"height\";i:645;s:4:\"file\";s:30:\"2018/10/Montague-4th-floor.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Montague-4th-floor-1024x598.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:31:\"Montague-4th-floor-1100x643.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:31:\"Montague-4th-floor-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-820x479.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-540x315.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-400x234.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:30:\"Montague-4th-floor-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15616,993,'_wp_attached_file','2018/10/Montague-Study-1.jpg'),(15617,993,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:64:\"wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\";}'),(15618,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:944;s:6:\"height\";i:673;s:4:\"file\";s:28:\"2018/10/Montague-Study-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Montague-Study-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:28:\"Montague-Study-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-944x450.jpg\";s:5:\"width\";i:944;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-820x585.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-540x385.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-400x285.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:28:\"Montague-Study-1-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15619,994,'_wp_attached_file','2018/10/Nostalgic-Park-Entrane.jpg'),(15620,994,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:70:\"wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\";}'),(15621,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2848;s:6:\"height\";i:2136;s:4:\"file\";s:34:\"2018/10/Nostalgic-Park-Entrane.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Nostalgic-Park-Entrane-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:35:\"Nostalgic-Park-Entrane-1100x825.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:35:\"Nostalgic-Park-Entrane-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-820x615.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:34:\"Nostalgic-Park-Entrane-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15622,995,'_wp_attached_file','2018/10/Tsunami-Dining.jpg'),(15623,995,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:62:\"wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\";}'),(15624,995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2272;s:6:\"height\";i:1704;s:4:\"file\";s:26:\"2018/10/Tsunami-Dining.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Tsunami-Dining-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:27:\"Tsunami-Dining-1100x825.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:27:\"Tsunami-Dining-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-820x615.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:26:\"Tsunami-Dining-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15625,996,'_wp_attached_file','2018/10/Tsunami-Patio.jpg'),(15626,996,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:61:\"wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\";}'),(15627,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2272;s:6:\"height\";i:1704;s:4:\"file\";s:25:\"2018/10/Tsunami-Patio.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Tsunami-Patio-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-1100\";a:4:{s:4:\"file\";s:26:\"Tsunami-Patio-1100x825.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:26:\"Tsunami-Patio-1100x450.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-820\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-820x615.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-820x420.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:25:\"Tsunami-Patio-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15628,997,'tve_revision_tve_landing_page',''),(15629,997,'tve_revision_tve_disable_theme_dependency',''),(15630,997,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-537\" alt=\"\" width=\"1014\" height=\"379\" title=\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped\" data-id=\"537\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15631,997,'tve_revision_tve_content_more_found',''),(15632,997,'tve_revision_tve_save_post',''),(15633,997,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; }}'),(15634,997,'tve_revision_tve_user_custom_css',''),(15635,997,'tve_revision_tve_page_events','a:0:{}'),(15636,997,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15637,997,'tve_revision_tve_global_scripts',''),(15638,997,'tve_revision_thrive_icon_pack','0'),(15639,997,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15640,997,'tve_revision_tve_has_masonry','0'),(15641,997,'tve_revision_tve_has_typefocus','0'),(15642,997,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-537\" alt=\"\" width=\"1014\" height=\"379\" title=\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped\" data-id=\"537\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15643,997,'tve_revision_tve_has_wistia_popover','0'),(15644,998,'tve_revision_tve_landing_page',''),(15645,998,'tve_revision_tve_disable_theme_dependency',''),(15646,998,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-537\" alt=\"\" width=\"1014\" height=\"379\" title=\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped\" data-id=\"537\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15647,998,'tve_revision_tve_content_more_found',''),(15648,998,'tve_revision_tve_save_post',''),(15649,998,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; }}'),(15650,998,'tve_revision_tve_user_custom_css',''),(15651,998,'tve_revision_tve_page_events','a:0:{}'),(15652,998,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15653,998,'tve_revision_tve_global_scripts',''),(15654,998,'tve_revision_thrive_icon_pack','0'),(15655,998,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15656,998,'tve_revision_tve_has_masonry','0'),(15657,998,'tve_revision_tve_has_typefocus','0'),(15658,998,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-537\" alt=\"\" width=\"1014\" height=\"379\" title=\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped\" data-id=\"537\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15659,998,'tve_revision_tve_has_wistia_popover','0'),(15660,999,'tve_revision_tve_landing_page',''),(15661,999,'tve_revision_tve_disable_theme_dependency',''),(15662,999,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-537\" alt=\"\" width=\"1014\" height=\"379\" title=\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped\" data-id=\"537\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15663,999,'tve_revision_tve_content_more_found',''),(15664,999,'tve_revision_tve_save_post',''),(15665,999,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }}'),(15666,999,'tve_revision_tve_user_custom_css',''),(15667,999,'tve_revision_tve_page_events','a:0:{}'),(15668,999,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15669,999,'tve_revision_tve_global_scripts',''),(15670,999,'tve_revision_thrive_icon_pack','0'),(15671,999,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15672,999,'tve_revision_tve_has_masonry','0'),(15673,999,'tve_revision_tve_has_typefocus','0'),(15674,999,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-537\" alt=\"\" width=\"1014\" height=\"379\" title=\"WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped\" data-id=\"537\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15675,999,'tve_revision_tve_has_wistia_popover','0'),(15676,1000,'_wp_attached_file','2018/10/Montague-Front-Elevation.jpg'),(15677,1000,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:72:\"wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\";}'),(15678,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:677;s:4:\"file\";s:36:\"2018/10/Montague-Front-Elevation.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Montague-Front-Elevation-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:36:\"Montague-Front-Elevation-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:36:\"Montague-Front-Elevation-568x450.jpg\";s:5:\"width\";i:568;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:36:\"Montague-Front-Elevation-568x420.jpg\";s:5:\"width\";i:568;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:36:\"Montague-Front-Elevation-540x644.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:36:\"Montague-Front-Elevation-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:36:\"Montague-Front-Elevation-400x477.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:36:\"Montague-Front-Elevation-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15679,1001,'tve_revision_tve_landing_page',''),(15680,1001,'tve_revision_tve_disable_theme_dependency',''),(15681,1001,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15682,1001,'tve_revision_tve_content_more_found',''),(15683,1001,'tve_revision_tve_save_post',''),(15684,1001,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }}'),(15685,1001,'tve_revision_tve_user_custom_css',''),(15686,1001,'tve_revision_tve_page_events','a:0:{}'),(15687,1001,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15688,1001,'tve_revision_tve_global_scripts',''),(15689,1001,'tve_revision_thrive_icon_pack','0'),(15690,1001,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15691,1001,'tve_revision_tve_has_masonry','0'),(15692,1001,'tve_revision_tve_has_typefocus','0'),(15693,1001,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15694,1001,'tve_revision_tve_has_wistia_popover','0'),(15695,1002,'tve_revision_tve_landing_page',''),(15696,1002,'tve_revision_tve_disable_theme_dependency',''),(15697,1002,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15698,1002,'tve_revision_tve_content_more_found',''),(15699,1002,'tve_revision_tve_save_post',''),(15700,1002,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }}'),(15701,1002,'tve_revision_tve_user_custom_css',''),(15702,1002,'tve_revision_tve_page_events','a:0:{}'),(15703,1002,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15704,1002,'tve_revision_tve_global_scripts',''),(15705,1002,'tve_revision_thrive_icon_pack','0'),(15706,1002,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15707,1002,'tve_revision_tve_has_masonry','0'),(15708,1002,'tve_revision_tve_has_typefocus','0'),(15709,1002,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15710,1002,'tve_revision_tve_has_wistia_popover','0'),(15711,1003,'tve_revision_tve_landing_page',''),(15712,1003,'tve_revision_tve_disable_theme_dependency',''),(15713,1003,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15714,1003,'tve_revision_tve_content_more_found',''),(15715,1003,'tve_revision_tve_save_post',''),(15716,1003,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }}'),(15717,1003,'tve_revision_tve_user_custom_css',''),(15718,1003,'tve_revision_tve_page_events','a:0:{}'),(15719,1003,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15720,1003,'tve_revision_tve_global_scripts',''),(15721,1003,'tve_revision_thrive_icon_pack','0'),(15722,1003,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15723,1003,'tve_revision_tve_has_masonry','0'),(15724,1003,'tve_revision_tve_has_typefocus','0'),(15725,1003,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15726,1003,'tve_revision_tve_has_wistia_popover','0'),(15727,1004,'tve_revision_tve_landing_page',''),(15728,1004,'tve_revision_tve_disable_theme_dependency',''),(15729,1004,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15730,1004,'tve_revision_tve_content_more_found',''),(15731,1004,'tve_revision_tve_save_post',''),(15732,1004,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }}'),(15733,1004,'tve_revision_tve_user_custom_css',''),(15734,1004,'tve_revision_tve_page_events','a:0:{}'),(15735,1004,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15736,1004,'tve_revision_tve_global_scripts',''),(15737,1004,'tve_revision_thrive_icon_pack','0'),(15738,1004,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15739,1004,'tve_revision_tve_has_masonry','0'),(15740,1004,'tve_revision_tve_has_typefocus','0'),(15741,1004,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(15742,1004,'tve_revision_tve_has_wistia_popover','0'),(15743,1005,'tve_revision_tve_landing_page',''),(15744,1005,'tve_revision_tve_disable_theme_dependency',''),(15745,1005,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15746,1005,'tve_revision_tve_content_more_found',''),(15747,1005,'tve_revision_tve_save_post',''),(15748,1005,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; z-index: 3; position: relative; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; margin-left: 20px !important; }[data-css=\"tve-u-1662fcf839a\"] { float: none; width: 100%; margin-left: 20px !important; margin-right: auto !important; }[data-css=\"tve-u-16636022206\"] { margin-left: 20px !important; }}'),(15749,1005,'tve_revision_tve_user_custom_css',''),(15750,1005,'tve_revision_tve_page_events','a:0:{}'),(15751,1005,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15752,1005,'tve_revision_tve_global_scripts',''),(15753,1005,'tve_revision_thrive_icon_pack','0'),(15754,1005,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15755,1005,'tve_revision_tve_has_masonry','0'),(15756,1005,'tve_revision_tve_has_typefocus','0'),(15757,1005,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(15758,1005,'tve_revision_tve_has_wistia_popover','0'),(15759,1006,'tve_revision_tve_landing_page',''),(15760,1006,'tve_revision_tve_disable_theme_dependency',''),(15761,1006,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1663603c713\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(15762,1006,'tve_revision_tve_content_more_found',''),(15763,1006,'tve_revision_tve_save_post',''),(15764,1006,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 20px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 19px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; margin-left: 20px !important; }[data-css=\"tve-u-1663603c713\"] { margin-left: 20px !important; }}'),(15765,1006,'tve_revision_tve_user_custom_css',''),(15766,1006,'tve_revision_tve_page_events','a:0:{}'),(15767,1006,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15768,1006,'tve_revision_tve_global_scripts',''),(15769,1006,'tve_revision_thrive_icon_pack','0'),(15770,1006,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15771,1006,'tve_revision_tve_has_masonry','0'),(15772,1006,'tve_revision_tve_has_typefocus','0'),(15773,1006,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1663603c713\"><p><img src=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(15774,1006,'tve_revision_tve_has_wistia_popover','0'),(15775,1007,'tve_revision_tve_landing_page',''),(15776,1007,'tve_revision_tve_disable_theme_dependency',''),(15777,1007,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"http://shererarch.archreach.com/f/25\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(15778,1007,'tve_revision_tve_content_more_found',''),(15779,1007,'tve_revision_tve_save_post',''),(15780,1007,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(15781,1007,'tve_revision_tve_user_custom_css',''),(15782,1007,'tve_revision_tve_page_events','a:0:{}'),(15783,1007,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15784,1007,'tve_revision_tve_global_scripts',''),(15785,1007,'tve_revision_thrive_icon_pack','0'),(15786,1007,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15787,1007,'tve_revision_tve_has_masonry','0'),(15788,1007,'tve_revision_tve_has_typefocus','0'),(15789,1007,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"http://shererarch.archreach.com/f/25\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(15790,1007,'tve_revision_tve_has_wistia_popover','0'),(15791,279,'tcb2_ready','1'),(15792,1008,'tve_revision_tve_landing_page',''),(15793,1008,'tve_revision_tve_disable_theme_dependency',''),(15794,1008,'tve_revision_tve_content_before_more',''),(15795,1008,'tve_revision_tve_content_more_found',''),(15796,1008,'tve_revision_tve_save_post',''),(15797,1008,'tve_revision_tve_custom_css',''),(15798,1008,'tve_revision_tve_user_custom_css',''),(15799,1008,'tve_revision_tve_page_events',''),(15800,1008,'tve_revision_tve_globals',''),(15801,1008,'tve_revision_tve_global_scripts',''),(15802,1008,'tve_revision_thrive_icon_pack',''),(15803,1008,'tve_revision_thrive_tcb_post_fonts',''),(15804,1008,'tve_revision_tve_has_masonry',''),(15805,1008,'tve_revision_tve_has_typefocus',''),(15806,1008,'tve_revision_tve_updated_post',''),(15807,1008,'tve_revision_tve_has_wistia_popover',''),(15808,1009,'_wp_page_template','default'),(15809,1009,'slide_template','default'),(15810,1009,'_wi_template','fullwidth'),(15811,1009,'_wi_side-nav-headings','h2'),(15812,1009,'_wi_side-nav-scroll-style','normal'),(15813,1009,'_wi_titlebar-padding','20'),(15814,1009,'_wi_hide-titlebar-area','1'),(15815,1009,'_wi_titlebar-overlay-opacity','0'),(15816,1009,'_wi_titlebar-background-clipmask','none'),(15817,1009,'_wi_titlebar-background-clipmask-opacity','0'),(15818,1009,'_wi_titlebar-background-image-parallax','0'),(15819,1009,'_wi_zero-content-padding-top','0'),(15820,1009,'_wi_show-bottom-popup','0'),(15821,1009,'_wi_revslider','0'),(15822,1009,'amazonS3_cache','a:14:{s:105:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608022203/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:105:\"//shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:42:\"//archreach-demo.archfollowup.com/proc.php\";a:1:{s:9:\"timestamp\";i:1528450026;}s:38:\"//shererarch.archreach.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1528915464;}s:97:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\";s:3:\"381\";s:41:\"//shererarch.activehosted.com/f/embed.php\";a:1:{s:9:\"timestamp\";i:1538843902;}s:103:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004207/10-things-cover-photo-new.png\";i:499;s:95:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new.png\";i:499;s:115:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819004600/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:107:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\";i:501;s:101:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\";i:658;s:109:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\";i:658;s:110:\"//shererarch.archwebsite.com/wp-content/uploads/sites/371/2018/10/How-to-Hire-an-Architect-Snipped-Image-2.jpg\";i:1011;s:118:\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\";i:1011;}'),(15823,1009,'_yoast_wpseo_content_score','90'),(15824,1009,'tcb2_ready','1'),(15825,1009,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15826,1009,'tve_content_more_found',''),(15827,1009,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; float: none; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb219ad0\"] { margin-top: -60px !important; }}'),(15828,1009,'tve_user_custom_css',''),(15829,1009,'tve_page_events','a:0:{}'),(15830,1009,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15831,1009,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15832,1009,'thrive_tcb_post_fonts','a:0:{}'),(15833,1009,'thrive_icon_pack','0'),(15834,1009,'tve_has_masonry','0'),(15835,1009,'tve_has_typefocus','0'),(15836,1009,'tve_has_wistia_popover','0'),(15837,1009,'tcb_editor_enabled','1'),(15839,1009,'_dp_original','699'),(15840,1009,'_edit_lock','1538844064:166'),(15841,1009,'_edit_last','166'),(15842,1010,'tve_revision_tve_landing_page',''),(15843,1010,'tve_revision_tve_disable_theme_dependency',''),(15844,1010,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15845,1010,'tve_revision_tve_content_more_found',''),(15846,1010,'tve_revision_tve_save_post',''),(15847,1010,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(15848,1010,'tve_revision_tve_user_custom_css',''),(15849,1010,'tve_revision_tve_page_events','a:0:{}'),(15850,1010,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15851,1010,'tve_revision_tve_global_scripts',''),(15852,1010,'tve_revision_thrive_icon_pack','0'),(15853,1010,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15854,1010,'tve_revision_tve_has_masonry','0'),(15855,1010,'tve_revision_tve_has_typefocus','0'),(15856,1010,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p>\n<p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15857,1010,'tve_revision_tve_has_wistia_popover','0'),(15858,1011,'_wp_attached_file','2018/10/How-to-Hire-an-Architect-Snipped-Image-2.jpg'),(15859,1011,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:88:\"wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\";}'),(15860,1011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:530;s:4:\"file\";s:52:\"2018/10/How-to-Hire-an-Architect-Snipped-Image-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"How-to-Hire-an-Architect-Snipped-Image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"How-to-Hire-an-Architect-Snipped-Image-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:52:\"How-to-Hire-an-Architect-Snipped-Image-2-412x450.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:52:\"How-to-Hire-an-Architect-Snipped-Image-2-412x420.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:52:\"How-to-Hire-an-Architect-Snipped-Image-2-412x320.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:52:\"How-to-Hire-an-Architect-Snipped-Image-2-400x515.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:52:\"How-to-Hire-an-Architect-Snipped-Image-2-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15861,1012,'tve_revision_tve_landing_page',''),(15862,1012,'tve_revision_tve_disable_theme_dependency',''); INSERT INTO `wp_postmeta` VALUES (15863,1012,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15864,1012,'tve_revision_tve_content_more_found',''),(15865,1012,'tve_revision_tve_save_post',''),(15866,1012,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 445px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(15867,1012,'tve_revision_tve_user_custom_css',''),(15868,1012,'tve_revision_tve_page_events','a:0:{}'),(15869,1012,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15870,1012,'tve_revision_tve_global_scripts',''),(15871,1012,'tve_revision_thrive_icon_pack','0'),(15872,1012,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15873,1012,'tve_revision_tve_has_masonry','0'),(15874,1012,'tve_revision_tve_has_typefocus','0'),(15875,1012,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15876,1012,'tve_revision_tve_has_wistia_popover','0'),(15877,1013,'tve_revision_tve_landing_page',''),(15878,1013,'tve_revision_tve_disable_theme_dependency',''),(15879,1013,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15880,1013,'tve_revision_tve_content_more_found',''),(15881,1013,'tve_revision_tve_save_post',''),(15882,1013,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 445px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(15883,1013,'tve_revision_tve_user_custom_css',''),(15884,1013,'tve_revision_tve_page_events','a:0:{}'),(15885,1013,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15886,1013,'tve_revision_tve_global_scripts',''),(15887,1013,'tve_revision_thrive_icon_pack','0'),(15888,1013,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15889,1013,'tve_revision_tve_has_masonry','0'),(15890,1013,'tve_revision_tve_has_typefocus','0'),(15891,1013,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15892,1013,'tve_revision_tve_has_wistia_popover','0'),(15893,1014,'tve_revision_tve_landing_page',''),(15894,1014,'tve_revision_tve_disable_theme_dependency',''),(15895,1014,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15896,1014,'tve_revision_tve_content_more_found',''),(15897,1014,'tve_revision_tve_save_post',''),(15898,1014,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; margin-top: -4px !important; }}'),(15899,1014,'tve_revision_tve_user_custom_css',''),(15900,1014,'tve_revision_tve_page_events','a:0:{}'),(15901,1014,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15902,1014,'tve_revision_tve_global_scripts',''),(15903,1014,'tve_revision_thrive_icon_pack','0'),(15904,1014,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15905,1014,'tve_revision_tve_has_masonry','0'),(15906,1014,'tve_revision_tve_has_typefocus','0'),(15907,1014,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15908,1014,'tve_revision_tve_has_wistia_popover','0'),(15909,1015,'_menu_item_type','post_type'),(15910,1015,'_menu_item_menu_item_parent','385'),(15911,1015,'_menu_item_object_id','1009'),(15912,1015,'_menu_item_object','page'),(15913,1015,'_menu_item_target',''),(15914,1015,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15915,1015,'_menu_item_xfn',''),(15916,1015,'_menu_item_url',''),(15918,1016,'tve_revision_tve_landing_page',''),(15919,1016,'tve_revision_tve_disable_theme_dependency',''),(15920,1016,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15921,1016,'tve_revision_tve_content_more_found',''),(15922,1016,'tve_revision_tve_save_post',''),(15923,1016,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(15924,1016,'tve_revision_tve_user_custom_css',''),(15925,1016,'tve_revision_tve_page_events','a:0:{}'),(15926,1016,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15927,1016,'tve_revision_tve_global_scripts',''),(15928,1016,'tve_revision_thrive_icon_pack','0'),(15929,1016,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15930,1016,'tve_revision_tve_has_masonry','0'),(15931,1016,'tve_revision_tve_has_typefocus','0'),(15932,1016,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15933,1016,'tve_revision_tve_has_wistia_popover','0'),(15934,1017,'_wp_attached_file','2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png'),(15935,1017,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:89:\"wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\";}'),(15936,1017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:528;s:4:\"file\";s:53:\"2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:53:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-408x450.png\";s:5:\"width\";i:408;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:53:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-408x420.png\";s:5:\"width\";i:408;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:53:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-408x320.png\";s:5:\"width\";i:408;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:53:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-400x518.png\";s:5:\"width\";i:400;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:53:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(15937,1018,'tve_revision_tve_landing_page',''),(15938,1018,'tve_revision_tve_disable_theme_dependency',''),(15939,1018,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(15940,1018,'tve_revision_tve_content_more_found',''),(15941,1018,'tve_revision_tve_save_post',''),(15942,1018,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 20px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 19px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; margin-left: 20px !important; }[data-css=\"tve-u-1664b2281fc\"] { width: 408px; margin-left: auto !important; margin-right: auto !important; float: none; z-index: 3; position: relative; }}'),(15943,1018,'tve_revision_tve_user_custom_css',''),(15944,1018,'tve_revision_tve_page_events','a:0:{}'),(15945,1018,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15946,1018,'tve_revision_tve_global_scripts',''),(15947,1018,'tve_revision_thrive_icon_pack','0'),(15948,1018,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15949,1018,'tve_revision_tve_has_masonry','0'),(15950,1018,'tve_revision_tve_has_typefocus','0'),(15951,1018,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(15952,1018,'tve_revision_tve_has_wistia_popover','0'),(15953,1019,'tve_revision_tve_landing_page',''),(15954,1019,'tve_revision_tve_disable_theme_dependency',''),(15955,1019,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15956,1019,'tve_revision_tve_content_more_found',''),(15957,1019,'tve_revision_tve_save_post',''),(15958,1019,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1664b22d033\"] { width: 408px; }}'),(15959,1019,'tve_revision_tve_user_custom_css',''),(15960,1019,'tve_revision_tve_page_events','a:0:{}'),(15961,1019,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15962,1019,'tve_revision_tve_global_scripts',''),(15963,1019,'tve_revision_thrive_icon_pack','0'),(15964,1019,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15965,1019,'tve_revision_tve_has_masonry','0'),(15966,1019,'tve_revision_tve_has_typefocus','0'),(15967,1019,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15968,1019,'tve_revision_tve_has_wistia_popover','0'),(15969,1020,'tve_revision_tve_landing_page',''),(15970,1020,'tve_revision_tve_disable_theme_dependency',''),(15971,1020,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15972,1020,'tve_revision_tve_content_more_found',''),(15973,1020,'tve_revision_tve_save_post',''),(15974,1020,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1664b22d033\"] { width: 408px; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(15975,1020,'tve_revision_tve_user_custom_css',''),(15976,1020,'tve_revision_tve_page_events','a:0:{}'),(15977,1020,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15978,1020,'tve_revision_tve_global_scripts',''),(15979,1020,'tve_revision_thrive_icon_pack','0'),(15980,1020,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(15981,1020,'tve_revision_tve_has_masonry','0'),(15982,1020,'tve_revision_tve_has_typefocus','0'),(15983,1020,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(15984,1020,'tve_revision_tve_has_wistia_popover','0'),(15988,1021,'tve_revision_tve_landing_page',''),(15989,1021,'tve_revision_tve_disable_theme_dependency',''),(15990,1021,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on the boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(15991,1021,'tve_revision_tve_content_more_found',''),(15992,1021,'tve_revision_tve_save_post',''),(15993,1021,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(15994,1021,'tve_revision_tve_user_custom_css',''),(15995,1021,'tve_revision_tve_page_events','a:0:{}'),(15996,1021,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(15997,1021,'tve_revision_tve_global_scripts',''),(15998,1021,'tve_revision_thrive_icon_pack','0'),(15999,1021,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16000,1021,'tve_revision_tve_has_masonry','0'),(16001,1021,'tve_revision_tve_has_typefocus','0'),(16002,1021,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on the boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(16003,1021,'tve_revision_tve_has_wistia_popover','0'),(16004,1022,'tve_revision_tve_landing_page',''),(16005,1022,'tve_revision_tve_disable_theme_dependency',''),(16006,1022,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on_the_boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(16007,1022,'tve_revision_tve_content_more_found',''),(16008,1022,'tve_revision_tve_save_post',''),(16009,1022,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(16010,1022,'tve_revision_tve_user_custom_css',''),(16011,1022,'tve_revision_tve_page_events','a:0:{}'),(16012,1022,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16013,1022,'tve_revision_tve_global_scripts',''),(16014,1022,'tve_revision_thrive_icon_pack','0'),(16015,1022,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16016,1022,'tve_revision_tve_has_masonry','0'),(16017,1022,'tve_revision_tve_has_typefocus','0'),(16018,1022,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on_the_boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(16019,1022,'tve_revision_tve_has_wistia_popover','0'),(16020,1023,'tve_revision_tve_landing_page',''),(16021,1023,'tve_revision_tve_disable_theme_dependency',''),(16022,1023,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(16023,1023,'tve_revision_tve_content_more_found',''),(16024,1023,'tve_revision_tve_save_post',''),(16025,1023,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(16026,1023,'tve_revision_tve_user_custom_css',''),(16027,1023,'tve_revision_tve_page_events','a:0:{}'),(16028,1023,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16029,1023,'tve_revision_tve_global_scripts',''),(16030,1023,'tve_revision_thrive_icon_pack','0'),(16031,1023,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16032,1023,'tve_revision_tve_has_masonry','0'),(16033,1023,'tve_revision_tve_has_typefocus','0'),(16034,1023,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(16035,1023,'tve_revision_tve_has_wistia_popover','0'),(16036,1024,'tve_revision_tve_landing_page',''),(16037,1024,'tve_revision_tve_disable_theme_dependency',''),(16038,1024,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16039,1024,'tve_revision_tve_content_more_found',''),(16040,1024,'tve_revision_tve_save_post',''),(16041,1024,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; float: none; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; }}'),(16042,1024,'tve_revision_tve_user_custom_css',''),(16043,1024,'tve_revision_tve_page_events','a:0:{}'),(16044,1024,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16045,1024,'tve_revision_tve_global_scripts',''),(16046,1024,'tve_revision_thrive_icon_pack','0'),(16047,1024,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16048,1024,'tve_revision_tve_has_masonry','0'),(16049,1024,'tve_revision_tve_has_typefocus','0'),(16050,1024,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]How to Hire an Architect[/center_heading]</p><p>In this informative downloadable PDF guide, you’ll discover:</p><p>How you find the right Architect for your project</p><p>How much are Architects fees</p><p>What about Contractors </p><p>and much more!</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16051,1024,'tve_revision_tve_has_wistia_popover','0'),(16052,1025,'tve_revision_tve_landing_page',''),(16053,1025,'tve_revision_tve_disable_theme_dependency',''),(16054,1025,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16055,1025,'tve_revision_tve_content_more_found',''),(16056,1025,'tve_revision_tve_save_post',''),(16057,1025,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1664b22d033\"] { width: 408px; float: none; margin-left: auto !important; margin-right: auto !important; box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 3px 1px; }}'),(16058,1025,'tve_revision_tve_user_custom_css',''),(16059,1025,'tve_revision_tve_page_events','a:0:{}'),(16060,1025,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16061,1025,'tve_revision_tve_global_scripts',''),(16062,1025,'tve_revision_thrive_icon_pack','0'),(16063,1025,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16064,1025,'tve_revision_tve_has_masonry','0'),(16065,1025,'tve_revision_tve_has_typefocus','0'),(16066,1025,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16067,1025,'tve_revision_tve_has_wistia_popover','0'),(16068,1026,'tve_revision_tve_landing_page',''),(16069,1026,'tve_revision_tve_disable_theme_dependency',''),(16070,1026,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16071,1026,'tve_revision_tve_content_more_found',''),(16072,1026,'tve_revision_tve_save_post',''),(16073,1026,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 20px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 19px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; margin-left: 20px !important; }[data-css=\"tve-u-1664b2281fc\"] { width: 408px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; }}'),(16074,1026,'tve_revision_tve_user_custom_css',''),(16075,1026,'tve_revision_tve_page_events','a:0:{}'),(16076,1026,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16077,1026,'tve_revision_tve_global_scripts',''),(16078,1026,'tve_revision_thrive_icon_pack','0'),(16079,1026,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16080,1026,'tve_revision_tve_has_masonry','0'),(16081,1026,'tve_revision_tve_has_typefocus','0'),(16082,1026,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16083,1026,'tve_revision_tve_has_wistia_popover','0'),(16084,1027,'tve_revision_tve_landing_page',''),(16085,1027,'tve_revision_tve_disable_theme_dependency',''),(16086,1027,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16087,1027,'tve_revision_tve_content_more_found',''),(16088,1027,'tve_revision_tve_save_post',''),(16089,1027,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1664b22d033\"] { width: 408px; float: none; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: auto !important; margin-right: auto !important; }}'),(16090,1027,'tve_revision_tve_user_custom_css',''),(16091,1027,'tve_revision_tve_page_events','a:0:{}'),(16092,1027,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16093,1027,'tve_revision_tve_global_scripts',''),(16094,1027,'tve_revision_thrive_icon_pack','0'),(16095,1027,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16096,1027,'tve_revision_tve_has_masonry','0'),(16097,1027,'tve_revision_tve_has_typefocus','0'),(16098,1027,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16099,1027,'tve_revision_tve_has_wistia_popover','0'),(16100,1028,'_wp_attached_file','2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png'),(16101,1028,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:91:\"wp-content/uploads/sites/371/20181006152405/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\";}'),(16102,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:528;s:4:\"file\";s:55:\"2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:55:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1-408x450.png\";s:5:\"width\";i:408;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:55:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1-408x420.png\";s:5:\"width\";i:408;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:55:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1-408x320.png\";s:5:\"width\";i:408;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:55:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1-400x518.png\";s:5:\"width\";i:400;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:55:\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(16103,1029,'tve_revision_tve_landing_page',''),(16104,1029,'tve_revision_tve_disable_theme_dependency',''),(16105,1029,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16106,1029,'tve_revision_tve_content_more_found',''),(16107,1029,'tve_revision_tve_save_post',''),(16108,1029,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 16px !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }}'),(16109,1029,'tve_revision_tve_user_custom_css',''),(16110,1029,'tve_revision_tve_page_events','a:0:{}'),(16111,1029,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16112,1029,'tve_revision_tve_global_scripts',''),(16113,1029,'tve_revision_thrive_icon_pack','0'),(16114,1029,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16115,1029,'tve_revision_tve_has_masonry','0'),(16116,1029,'tve_revision_tve_has_typefocus','0'),(16117,1029,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16118,1029,'tve_revision_tve_has_wistia_popover','0'),(16119,1030,'tve_revision_tve_landing_page',''),(16120,1030,'tve_revision_tve_disable_theme_dependency',''),(16121,1030,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16122,1030,'tve_revision_tve_content_more_found',''),(16123,1030,'tve_revision_tve_save_post',''),(16124,1030,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 67px !important; margin-left: auto !important; margin-right: auto !important; float: left; z-index: 3; position: relative; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-1664bb6b4e3\"]::after { clear: both; }}'),(16125,1030,'tve_revision_tve_user_custom_css',''),(16126,1030,'tve_revision_tve_page_events','a:0:{}'),(16127,1030,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16128,1030,'tve_revision_tve_global_scripts',''),(16129,1030,'tve_revision_thrive_icon_pack','0'),(16130,1030,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16131,1030,'tve_revision_tve_has_masonry','0'),(16132,1030,'tve_revision_tve_has_typefocus','0'),(16133,1030,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16134,1030,'tve_revision_tve_has_wistia_popover','0'),(16135,1031,'tve_revision_tve_landing_page',''),(16136,1031,'tve_revision_tve_disable_theme_dependency',''),(16137,1031,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16138,1031,'tve_revision_tve_content_more_found',''),(16139,1031,'tve_revision_tve_save_post',''),(16140,1031,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; float: left; z-index: 3; position: relative; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-1664bb6b4e3\"]::after { clear: both; }}'),(16141,1031,'tve_revision_tve_user_custom_css',''),(16142,1031,'tve_revision_tve_page_events','a:0:{}'),(16143,1031,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16144,1031,'tve_revision_tve_global_scripts',''),(16145,1031,'tve_revision_thrive_icon_pack','0'),(16146,1031,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16147,1031,'tve_revision_tve_has_masonry','0'),(16148,1031,'tve_revision_tve_has_typefocus','0'),(16149,1031,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Base Camp Feasibility Analysis™</h3>\n<p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p>\n<p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> The Challenge™</h3>\n<p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Documents</h3>\n<p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Landscape Design</h3>\n<p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#040033;\"></i> Interior Design Services</h3>\n<p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p>\n<h3><i class=\"fas fa-check fa-1x\" style=\"color:#0A214D;\"></i> Construction Management Services</h3>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16150,1031,'tve_revision_tve_has_wistia_popover','0'),(16151,1032,'tve_revision_tve_landing_page',''),(16152,1032,'tve_revision_tve_disable_theme_dependency',''),(16153,1032,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architecht[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16154,1032,'tve_revision_tve_content_more_found',''),(16155,1032,'tve_revision_tve_save_post',''),(16156,1032,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; float: none; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; }}'),(16157,1032,'tve_revision_tve_user_custom_css',''),(16158,1032,'tve_revision_tve_page_events','a:0:{}'),(16159,1032,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16160,1032,'tve_revision_tve_global_scripts',''),(16161,1032,'tve_revision_thrive_icon_pack','0'),(16162,1032,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16163,1032,'tve_revision_tve_has_masonry','0'),(16164,1032,'tve_revision_tve_has_typefocus','0'),(16165,1032,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architecht[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16166,1032,'tve_revision_tve_has_wistia_popover','0'),(16167,1033,'tve_revision_tve_landing_page',''),(16168,1033,'tve_revision_tve_disable_theme_dependency',''),(16169,1033,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> The Challenge™</h3><p class=\"tve-droppable\">This is <em>our proprietary approach</em> to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Documents</h3><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Landscape Design</h3><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #040033;\"></i> Interior Design Services</h3><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Management Services</h3>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16170,1033,'tve_revision_tve_content_more_found',''),(16171,1033,'tve_revision_tve_save_post',''),(16172,1033,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; float: left; z-index: 3; position: relative; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-1664bb6b4e3\"]::after { clear: both; }}'),(16173,1033,'tve_revision_tve_user_custom_css',''),(16174,1033,'tve_revision_tve_page_events','a:0:{}'),(16175,1033,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16176,1033,'tve_revision_tve_global_scripts',''),(16177,1033,'tve_revision_thrive_icon_pack','0'),(16178,1033,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16179,1033,'tve_revision_tve_has_masonry','0'),(16180,1033,'tve_revision_tve_has_typefocus','0'),(16181,1033,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> The Challenge™</h3><p class=\"tve-droppable\">This is <em>our proprietary approach</em> to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Documents</h3><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Landscape Design</h3><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #040033;\"></i> Interior Design Services</h3><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Management Services</h3>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(16182,1033,'tve_revision_tve_has_wistia_popover','0'),(16183,841,'tve_revision_tve_landing_page',''),(16184,841,'tve_revision_tve_disable_theme_dependency',''),(16185,841,'tve_revision_tve_content_before_more',''),(16186,841,'tve_revision_tve_content_more_found',''),(16187,841,'tve_revision_tve_save_post',''),(16188,841,'tve_revision_tve_custom_css',''),(16189,841,'tve_revision_tve_user_custom_css',''),(16190,841,'tve_revision_tve_page_events',''),(16191,841,'tve_revision_tve_globals',''),(16192,841,'tve_revision_tve_global_scripts',''),(16193,841,'tve_revision_thrive_icon_pack',''),(16194,841,'tve_revision_thrive_tcb_post_fonts',''),(16195,841,'tve_revision_tve_has_masonry',''),(16196,841,'tve_revision_tve_has_typefocus',''),(16197,841,'tve_revision_tve_updated_post',''),(16198,841,'tve_revision_tve_has_wistia_popover',''),(16199,1034,'tve_revision_tve_landing_page',''),(16200,1034,'tve_revision_tve_disable_theme_dependency',''),(16201,1034,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16202,1034,'tve_revision_tve_content_more_found',''),(16203,1034,'tve_revision_tve_save_post',''),(16204,1034,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1662fcf839a\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16636022206\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(16205,1034,'tve_revision_tve_user_custom_css',''),(16206,1034,'tve_revision_tve_page_events','a:0:{}'),(16207,1034,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16208,1034,'tve_revision_tve_global_scripts',''),(16209,1034,'tve_revision_thrive_icon_pack','0'),(16210,1034,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16211,1034,'tve_revision_tve_has_masonry','0'),(16212,1034,'tve_revision_tve_has_typefocus','0'),(16213,1034,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: center;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: center;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: center;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: center;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16214,1034,'tve_revision_tve_has_wistia_popover','0'),(16215,1035,'tve_revision_tve_landing_page',''),(16216,1035,'tve_revision_tve_disable_theme_dependency',''),(16217,1035,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16218,1035,'tve_revision_tve_content_more_found',''),(16219,1035,'tve_revision_tve_save_post',''),(16220,1035,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1662fcf839a\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16636022206\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(16221,1035,'tve_revision_tve_user_custom_css',''),(16222,1035,'tve_revision_tve_page_events','a:0:{}'),(16223,1035,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16224,1035,'tve_revision_tve_global_scripts',''),(16225,1035,'tve_revision_thrive_icon_pack','0'),(16226,1035,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16227,1035,'tve_revision_tve_has_masonry','0'),(16228,1035,'tve_revision_tve_has_typefocus','0'),(16229,1035,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16230,1035,'tve_revision_tve_has_wistia_popover','0'),(16231,1036,'tve_revision_tve_landing_page',''),(16232,1036,'tve_revision_tve_disable_theme_dependency',''),(16233,1036,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16234,1036,'tve_revision_tve_content_more_found',''),(16235,1036,'tve_revision_tve_save_post',''),(16236,1036,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1662fcf839a\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16636022206\"] { margin-left: auto !important; margin-right: -56px !important; float: none; width: 100%; z-index: 3; position: relative; }}'),(16237,1036,'tve_revision_tve_user_custom_css',''),(16238,1036,'tve_revision_tve_page_events','a:0:{}'),(16239,1036,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16240,1036,'tve_revision_tve_global_scripts',''),(16241,1036,'tve_revision_thrive_icon_pack','0'),(16242,1036,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16243,1036,'tve_revision_tve_has_masonry','0'),(16244,1036,'tve_revision_tve_has_typefocus','0'),(16245,1036,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street <br>Suite 1980, Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16246,1036,'tve_revision_tve_has_wistia_popover','0'),(16247,1037,'tve_revision_tve_landing_page',''),(16248,1037,'tve_revision_tve_disable_theme_dependency',''),(16249,1037,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16250,1037,'tve_revision_tve_content_more_found',''),(16251,1037,'tve_revision_tve_save_post',''),(16252,1037,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; margin-left: 30px !important; }[data-css=\"tve-u-1664b2281fc\"] { width: 408px; float: none; z-index: 3; position: relative; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: 30px !important; margin-right: auto !important; }}'),(16253,1037,'tve_revision_tve_user_custom_css',''),(16254,1037,'tve_revision_tve_page_events','a:0:{}'),(16255,1037,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16256,1037,'tve_revision_tve_global_scripts',''),(16257,1037,'tve_revision_thrive_icon_pack','0'),(16258,1037,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16259,1037,'tve_revision_tve_has_masonry','0'),(16260,1037,'tve_revision_tve_has_typefocus','0'),(16261,1037,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16262,1037,'tve_revision_tve_has_wistia_popover','0'),(16263,1038,'tve_revision_tve_landing_page',''),(16264,1038,'tve_revision_tve_disable_theme_dependency',''),(16265,1038,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16266,1038,'tve_revision_tve_content_more_found',''),(16267,1038,'tve_revision_tve_save_post',''),(16268,1038,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; margin-left: 30px !important; }[data-css=\"tve-u-1664b2281fc\"] { width: 408px; float: none; z-index: 3; position: relative; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: 15px !important; margin-right: auto !important; }}'),(16269,1038,'tve_revision_tve_user_custom_css',''),(16270,1038,'tve_revision_tve_page_events','a:0:{}'),(16271,1038,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16272,1038,'tve_revision_tve_global_scripts',''),(16273,1038,'tve_revision_thrive_icon_pack','0'),(16274,1038,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16275,1038,'tve_revision_tve_has_masonry','0'),(16276,1038,'tve_revision_tve_has_typefocus','0'),(16277,1038,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16278,1038,'tve_revision_tve_has_wistia_popover','0'),(16279,1039,'tve_revision_tve_landing_page',''),(16280,1039,'tve_revision_tve_disable_theme_dependency',''),(16281,1039,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\" data-css=\"tve-u-1664bc043b4\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1664bbffa33\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16282,1039,'tve_revision_tve_content_more_found',''),(16283,1039,'tve_revision_tve_save_post',''),(16284,1039,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1660d40abf1\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d40abf2\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d43d2d8\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d43d2da\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d43d2db\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d43d2dc\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d448536\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d448537\"] { margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-1660d47fd40\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d47fd42\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1660d47fd43\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1660d47fd44\"] { margin-top: -15px !important; }[data-css=\"tve-u-1660d4900f2\"] { width: 267px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d528cb9\"] { max-width: 1100px; min-height: 553px !important; }[data-css=\"tve-u-1660d52bb1b\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180820170853/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1660d558f0c\"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; font-family: \"Architects Daughter\" !important; font-weight: 400 !important; font-size: 48px !important; color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1660d57632f\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1660d585433\"] { max-width: 1100px; }[data-css=\"tve-u-1660d587d7c\"] { margin-top: 63px !important; }[data-css=\"tve-u-1661375e437\"] { margin-top: -11px !important; margin-left: 30px !important; }[data-css=\"tve-u-1664b2281fc\"] { width: 408px; float: none; z-index: 3; position: relative; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: 15px !important; margin-right: auto !important; }[data-css=\"tve-u-1664bbffa33\"] { margin-right: 0px !important; }[data-css=\"tve-u-1664bc043b4\"] { margin-left: -40px !important; }}'),(16285,1039,'tve_revision_tve_user_custom_css',''),(16286,1039,'tve_revision_tve_page_events','a:0:{}'),(16287,1039,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16288,1039,'tve_revision_tve_global_scripts',''),(16289,1039,'tve_revision_thrive_icon_pack','0'),(16290,1039,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16291,1039,'tve_revision_tve_has_masonry','0'),(16292,1039,'tve_revision_tve_has_typefocus','0'),(16293,1039,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d40abf2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d40abf1\"><h1 style=\"text-align: center;\">About Us</h1></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\" data-css=\"tve-u-1664bc043b4\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1664bbffa33\"><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d4900f2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d47fd42\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d47fd40\"><h4 style=\"text-align: center;\">Dan Sherer</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d47fd43\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d47fd44\"><p>Principal and Founder</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d448537\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d448536\"><h4 style=\"text-align: center;\">Free Guide</h4></div></div>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b2281fc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d43d2da\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d43d2d8\"><h4 style=\"text-align: center;\">Download Here</h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box subtitle\" data-css=\"tve-u-1660d43d2db\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d43d2dc\"><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1661375e437\"><div class=\"_form_1\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\" data-css=\"tve-u-1660d57632f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1660d52bb1b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d528cb9\"><div class=\"thrv_wrapper thrv_text_element\"><h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1365px; left: -132.5px;\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1660d585433\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d587d7c\"><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p></div></div>\n</div>'),(16294,1039,'tve_revision_tve_has_wistia_popover','0'),(16296,841,'tve_revision_tve_landing_page',''),(16297,841,'tve_revision_tve_disable_theme_dependency',''),(16298,841,'tve_revision_tve_content_before_more',''),(16299,841,'tve_revision_tve_content_more_found',''),(16300,841,'tve_revision_tve_save_post',''),(16301,841,'tve_revision_tve_custom_css',''),(16302,841,'tve_revision_tve_user_custom_css',''),(16303,841,'tve_revision_tve_page_events',''),(16304,841,'tve_revision_tve_globals',''),(16305,841,'tve_revision_tve_global_scripts',''),(16306,841,'tve_revision_thrive_icon_pack',''),(16307,841,'tve_revision_thrive_tcb_post_fonts',''),(16308,841,'tve_revision_tve_has_masonry',''),(16309,841,'tve_revision_tve_has_typefocus',''),(16310,841,'tve_revision_tve_updated_post',''),(16311,841,'tve_revision_tve_has_wistia_popover',''),(16312,1040,'_wp_attached_file','2018/09/17cffb420ffd7d4c07af335a1298424a.jpg'),(16313,1040,'amazonS3_info','a:4:{s:8:\"provider\";s:3:\"aws\";s:6:\"region\";s:0:\"\";s:6:\"bucket\";s:10:\"am-clients\";s:3:\"key\";s:80:\"wp-content/uploads/sites/371/20181006164436/17cffb420ffd7d4c07af335a1298424a.jpg\";}'),(16314,1040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:44:\"2018/09/17cffb420ffd7d4c07af335a1298424a.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17cffb420ffd7d4c07af335a1298424a-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:44:\"17cffb420ffd7d4c07af335a1298424a-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"thumb-1100-crop\";a:4:{s:4:\"file\";s:44:\"17cffb420ffd7d4c07af335a1298424a-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-820-crop\";a:4:{s:4:\"file\";s:44:\"17cffb420ffd7d4c07af335a1298424a-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-540\";a:4:{s:4:\"file\";s:44:\"17cffb420ffd7d4c07af335a1298424a-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-540-crop\";a:4:{s:4:\"file\";s:44:\"17cffb420ffd7d4c07af335a1298424a-540x320.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumb-400\";a:4:{s:4:\"file\";s:44:\"17cffb420ffd7d4c07af335a1298424a-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-400-crop\";a:4:{s:4:\"file\";s:44:\"17cffb420ffd7d4c07af335a1298424a-400x235.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:235;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:{}}}'),(16315,739,'_wi_slideshow-images','1040'),(16316,1041,'tve_revision_tve_landing_page',''),(16317,1041,'tve_revision_tve_disable_theme_dependency',''),(16318,1041,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16319,1041,'tve_revision_tve_content_more_found',''),(16320,1041,'tve_revision_tve_save_post',''),(16321,1041,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(16322,1041,'tve_revision_tve_user_custom_css',''),(16323,1041,'tve_revision_tve_page_events','a:0:{}'),(16324,1041,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16325,1041,'tve_revision_tve_global_scripts',''),(16326,1041,'tve_revision_thrive_icon_pack','0'),(16327,1041,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16328,1041,'tve_revision_tve_has_masonry','0'),(16329,1041,'tve_revision_tve_has_typefocus','0'),(16330,1041,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16331,1041,'tve_revision_tve_has_wistia_popover','0'),(16332,1042,'tve_revision_tve_landing_page',''),(16333,1042,'tve_revision_tve_disable_theme_dependency',''),(16334,1042,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16335,1042,'tve_revision_tve_content_more_found',''),(16336,1042,'tve_revision_tve_save_post',''),(16337,1042,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }}'),(16338,1042,'tve_revision_tve_user_custom_css',''),(16339,1042,'tve_revision_tve_page_events','a:0:{}'),(16340,1042,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16341,1042,'tve_revision_tve_global_scripts',''),(16342,1042,'tve_revision_thrive_icon_pack','0'),(16343,1042,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16344,1042,'tve_revision_tve_has_masonry','0'),(16345,1042,'tve_revision_tve_has_typefocus','0'),(16346,1042,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16347,1042,'tve_revision_tve_has_wistia_popover','0'),(16348,1046,'tve_revision_tve_landing_page',''),(16349,1046,'tve_revision_tve_disable_theme_dependency',''),(16350,1046,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(16351,1046,'tve_revision_tve_content_more_found',''),(16352,1046,'tve_revision_tve_save_post',''),(16353,1046,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(16354,1046,'tve_revision_tve_user_custom_css',''),(16355,1046,'tve_revision_tve_page_events','a:0:{}'),(16356,1046,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16357,1046,'tve_revision_tve_global_scripts',''),(16358,1046,'tve_revision_thrive_icon_pack','0'),(16359,1046,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16360,1046,'tve_revision_tve_has_masonry','0'),(16361,1046,'tve_revision_tve_has_typefocus','0'),(16362,1046,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(16363,1046,'tve_revision_tve_has_wistia_popover','0'),(16364,1047,'tve_revision_tve_landing_page',''),(16365,1047,'tve_revision_tve_disable_theme_dependency',''),(16366,1047,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(16367,1047,'tve_revision_tve_content_more_found',''),(16368,1047,'tve_revision_tve_save_post',''),(16369,1047,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1661209f096\"] { font-family: \"Architects Daughter\" !important; }#tve_editor [data-css=\"tve-u-166120a1818\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-166120c53eb\"] .tcb-button-link { padding: 12px 15px; color: rgb(255, 255, 255); background-color: rgb(153, 153, 153) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"]:hover .tcb-button-link { color: rgb(255, 255, 255); background-color: rgb(127, 126, 126) !important; }#tve_editor [data-css=\"tve-u-166120eb508\"] { font-size: 14px !important; }#tve_editor [data-css=\"tve-u-166120c53eb\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; }[data-css=\"tve-u-166120c53eb\"] { display: block; max-width: 14%; width: 14%; }[data-css=\"tve-u-1661211ae38\"] { max-width: 1186px; text-transform: none; min-height: 100vh !important; }[data-css=\"tve-u-1661211c72e\"] { background-image: url(\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180928124310/WEB-SLIDER-replacement-DSC-1052.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1661214fa7d\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 44px !important; font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-16612155c5b\"] { display: block; }[data-css=\"tve-u-166121cdfce\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-166121e8e7d\"] { width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea290\"] { width: 97%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166121ea510\"] { width: 95%; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16613715294\"] { text-transform: capitalize !important; }[data-css=\"tve-u-166121cdfce\"] { margin-top: 1px !important; padding-bottom: 2px !important; }}'),(16370,1047,'tve_revision_tve_user_custom_css',''),(16371,1047,'tve_revision_tve_page_events','a:0:{}'),(16372,1047,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16373,1047,'tve_revision_tve_global_scripts',''),(16374,1047,'tve_revision_thrive_icon_pack','0'),(16375,1047,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16376,1047,'tve_revision_tve_has_masonry','0'),(16377,1047,'tve_revision_tve_has_typefocus','0'),(16378,1047,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-166120c53eb\" data-tcb_hover_state_parent=\"\" data-button-size=\"s\" data-button-style=\"default\">\n<a href=\"https://shererarch.com/contact-us\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-166120eb508\">CONTACT US</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1380px; left: -140px;\" data-css=\"tve-u-166121cdfce\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1661211c72e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1661211ae38\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16612155c5b\"><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121e8e7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102544/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea510\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\"><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166121ea290\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180608025733/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\"><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"]<br>[portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]<br>[/fullwidth]</p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16612292476\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.<br>[/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-166122bb46f\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1c11\"><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[member image=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\"]</p>\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166121f1980\"><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p></div></div></div></div></div>'),(16379,1047,'tve_revision_tve_has_wistia_popover','0'),(16380,1048,'tve_revision_tve_landing_page',''),(16381,1048,'tve_revision_tve_disable_theme_dependency',''),(16382,1048,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street Suite 1980 </li><li class=\"style=\" style=\"text-align: left;\">Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16383,1048,'tve_revision_tve_content_more_found',''),(16384,1048,'tve_revision_tve_save_post',''),(16385,1048,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { float: none; width: 100%; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1662fcf839a\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16636022206\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: -56px !important; }}'),(16386,1048,'tve_revision_tve_user_custom_css',''),(16387,1048,'tve_revision_tve_page_events','a:0:{}'),(16388,1048,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16389,1048,'tve_revision_tve_global_scripts',''),(16390,1048,'tve_revision_thrive_icon_pack','0'),(16391,1048,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16392,1048,'tve_revision_tve_has_masonry','0'),(16393,1048,'tve_revision_tve_has_typefocus','0'),(16394,1048,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street Suite 1980 </li><li class=\"style=\" style=\"text-align: left;\">Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(16395,1048,'tve_revision_tve_has_wistia_popover','0'),(16396,22,'_yoast_wpseo_opengraph-image-id','-1'),(16397,625,'tve_revision_tve_landing_page',''),(16398,625,'tve_revision_tve_disable_theme_dependency',''),(16399,625,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(16400,625,'tve_revision_tve_content_more_found',''),(16401,625,'tve_revision_tve_save_post',''),(16402,625,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1660d1f29e7\"] { width: 263px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1660d366553\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3734fd\"] { margin-bottom: 1px !important; margin-top: 28px !important; }[data-css=\"tve-u-1660d3d8f35\"] { margin-top: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-1660d3d8f38\"] { margin-top: -15px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-1660e605e97\"] { margin-top: -20px !important; }#tve_editor [data-css=\"tve-u-16617e69dc4\"] { font-size: 12px !important; }}'),(16403,625,'tve_revision_tve_user_custom_css',''),(16404,625,'tve_revision_tve_page_events','a:0:{}'),(16405,625,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16406,625,'tve_revision_tve_global_scripts',''),(16407,625,'tve_revision_thrive_icon_pack','0'),(16408,625,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16409,625,'tve_revision_tve_has_masonry','0'),(16410,625,'tve_revision_tve_has_typefocus','0'),(16411,625,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h2 style=\"text-align: center;\">On the boards</h2></div></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166118dad4d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-1661195fb72\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]Articles[/center_heading]<br />[latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-16613eff3a8\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\"]News[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box wi-center-heading has_boder\" data-css=\"tve-u-1660d3734fd\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d366553\"><h4 style=\"text-align: center;\">Newsletter</h4></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1660d1f29e7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102710/Sherer-Square.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1660d3d8f35\"><h4 style=\"text-align: center;\">Sign Me Up!</h4></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1660d3d8f38\"><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1660e605e97\"><div class=\"_form_15\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div>\n</div></div></div></div></div>'),(16412,625,'tve_revision_tve_has_wistia_popover','0'),(16413,1050,'tve_revision_tve_landing_page',''),(16414,1050,'tve_revision_tve_disable_theme_dependency',''),(16415,1050,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architecht[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16416,1050,'tve_revision_tve_content_more_found',''),(16417,1050,'tve_revision_tve_save_post',''),(16418,1050,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; float: none; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb219ad0\"] { margin-top: -81px !important; }}'),(16419,1050,'tve_revision_tve_user_custom_css',''),(16420,1050,'tve_revision_tve_page_events','a:0:{}'),(16421,1050,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16422,1050,'tve_revision_tve_global_scripts',''),(16423,1050,'tve_revision_thrive_icon_pack','0'),(16424,1050,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16425,1050,'tve_revision_tve_has_masonry','0'),(16426,1050,'tve_revision_tve_has_typefocus','0'),(16427,1050,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architecht[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16428,1050,'tve_revision_tve_has_wistia_popover','0'),(16429,1051,'tve_revision_tve_landing_page',''),(16430,1051,'tve_revision_tve_disable_theme_dependency',''),(16431,1051,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]<br>[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16432,1051,'tve_revision_tve_content_more_found',''),(16433,1051,'tve_revision_tve_save_post',''),(16434,1051,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; float: none; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb219ad0\"] { margin-top: 20px !important; }}'),(16435,1051,'tve_revision_tve_user_custom_css',''),(16436,1051,'tve_revision_tve_page_events','a:0:{}'),(16437,1051,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16438,1051,'tve_revision_tve_global_scripts',''),(16439,1051,'tve_revision_thrive_icon_pack','0'),(16440,1051,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16441,1051,'tve_revision_tve_has_masonry','0'),(16442,1051,'tve_revision_tve_has_typefocus','0'),(16443,1051,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]<br>[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16444,1051,'tve_revision_tve_has_wistia_popover','0'),(16445,1052,'tve_revision_tve_landing_page',''),(16446,1052,'tve_revision_tve_disable_theme_dependency',''),(16447,1052,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb23d56d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16448,1052,'tve_revision_tve_content_more_found',''),(16449,1052,'tve_revision_tve_save_post',''),(16450,1052,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1664b22d033\"] { width: 408px; float: none; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb23d56d\"] { margin-top: 0px !important; }}'),(16451,1052,'tve_revision_tve_user_custom_css',''),(16452,1052,'tve_revision_tve_page_events','a:0:{}'),(16453,1052,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16454,1052,'tve_revision_tve_global_scripts',''),(16455,1052,'tve_revision_thrive_icon_pack','0'),(16456,1052,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16457,1052,'tve_revision_tve_has_masonry','0'),(16458,1052,'tve_revision_tve_has_typefocus','0'),(16459,1052,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb23d56d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16460,1052,'tve_revision_tve_has_wistia_popover','0'),(16461,1053,'tve_revision_tve_landing_page',''),(16462,1053,'tve_revision_tve_disable_theme_dependency',''),(16463,1053,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16464,1053,'tve_revision_tve_content_more_found',''),(16465,1053,'tve_revision_tve_save_post',''),(16466,1053,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }[data-css=\"tve-u-166cb239f65\"] { margin-top: 0px !important; }}'),(16467,1053,'tve_revision_tve_user_custom_css',''),(16468,1053,'tve_revision_tve_page_events','a:0:{}'),(16469,1053,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16470,1053,'tve_revision_tve_global_scripts',''),(16471,1053,'tve_revision_thrive_icon_pack','0'),(16472,1053,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16473,1053,'tve_revision_tve_has_masonry','0'),(16474,1053,'tve_revision_tve_has_typefocus','0'),(16475,1053,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16476,1053,'tve_revision_tve_has_wistia_popover','0'),(16477,1054,'tve_revision_tve_landing_page',''),(16478,1054,'tve_revision_tve_disable_theme_dependency',''),(16479,1054,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166cb250dea\"><p>[spacer height=\"30\" /]<br>[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16480,1054,'tve_revision_tve_content_more_found',''),(16481,1054,'tve_revision_tve_save_post',''),(16482,1054,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; float: none; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb219ad0\"] { margin-top: 20px !important; }[data-css=\"tve-u-166cb250dea\"] { margin-top: -19px !important; }}'),(16483,1054,'tve_revision_tve_user_custom_css',''),(16484,1054,'tve_revision_tve_page_events','a:0:{}'),(16485,1054,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16486,1054,'tve_revision_tve_global_scripts',''),(16487,1054,'tve_revision_thrive_icon_pack','0'),(16488,1054,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16489,1054,'tve_revision_tve_has_masonry','0'),(16490,1054,'tve_revision_tve_has_typefocus','0'),(16491,1054,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-166cb250dea\"><p>[spacer height=\"30\" /]<br>[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16492,1054,'tve_revision_tve_has_wistia_popover','0'),(16493,1055,'tve_revision_tve_landing_page',''),(16494,1055,'tve_revision_tve_disable_theme_dependency',''),(16495,1055,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb25739e\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16496,1055,'tve_revision_tve_content_more_found',''),(16497,1055,'tve_revision_tve_save_post',''),(16498,1055,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }[data-css=\"tve-u-166cb25739e\"] { margin-top: 0px !important; }}'),(16499,1055,'tve_revision_tve_user_custom_css',''),(16500,1055,'tve_revision_tve_page_events','a:0:{}'),(16501,1055,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16502,1055,'tve_revision_tve_global_scripts',''),(16503,1055,'tve_revision_thrive_icon_pack','0'),(16504,1055,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16505,1055,'tve_revision_tve_has_masonry','0'),(16506,1055,'tve_revision_tve_has_typefocus','0'),(16507,1055,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb25739e\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16508,1055,'tve_revision_tve_has_wistia_popover','0'),(16509,1056,'tve_revision_tve_landing_page',''),(16510,1056,'tve_revision_tve_disable_theme_dependency',''),(16511,1056,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb23d56d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16512,1056,'tve_revision_tve_content_more_found',''),(16513,1056,'tve_revision_tve_save_post',''),(16514,1056,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1664b22d033\"] { width: 408px; float: none; box-shadow: rgba(24, 24, 24, 0.4) 4px 4px 3px 1px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb23d56d\"] { margin-top: -60px !important; }}'),(16515,1056,'tve_revision_tve_user_custom_css',''),(16516,1056,'tve_revision_tve_page_events','a:0:{}'),(16517,1056,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16518,1056,'tve_revision_tve_global_scripts',''),(16519,1056,'tve_revision_thrive_icon_pack','0'),(16520,1056,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16521,1056,'tve_revision_tve_has_masonry','0'),(16522,1056,'tve_revision_tve_has_typefocus','0'),(16523,1056,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb23d56d\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1664b22d033\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006134318/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16524,1056,'tve_revision_tve_has_wistia_popover','0'),(16525,1057,'tve_revision_tve_landing_page',''),(16526,1057,'tve_revision_tve_disable_theme_dependency',''),(16527,1057,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16528,1057,'tve_revision_tve_content_more_found',''),(16529,1057,'tve_revision_tve_save_post',''),(16530,1057,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }[data-css=\"tve-u-166cb239f65\"] { margin-top: -60px !important; }}'),(16531,1057,'tve_revision_tve_user_custom_css',''),(16532,1057,'tve_revision_tve_page_events','a:0:{}'),(16533,1057,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16534,1057,'tve_revision_tve_global_scripts',''),(16535,1057,'tve_revision_thrive_icon_pack','0'),(16536,1057,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16537,1057,'tve_revision_tve_has_masonry','0'),(16538,1057,'tve_revision_tve_has_typefocus','0'),(16539,1057,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16540,1057,'tve_revision_tve_has_wistia_popover','0'),(16541,1058,'tve_revision_tve_landing_page',''),(16542,1058,'tve_revision_tve_disable_theme_dependency',''),(16543,1058,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16544,1058,'tve_revision_tve_content_more_found',''),(16545,1058,'tve_revision_tve_save_post',''),(16546,1058,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 412px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; float: none; margin-top: -4px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-166cb219ad0\"] { margin-top: -60px !important; }}'),(16547,1058,'tve_revision_tve_user_custom_css',''),(16548,1058,'tve_revision_tve_page_events','a:0:{}'),(16549,1058,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16550,1058,'tve_revision_tve_global_scripts',''),(16551,1058,'tve_revision_thrive_icon_pack','0'),(16552,1058,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16553,1058,'tve_revision_tve_has_masonry','0'),(16554,1058,'tve_revision_tve_has_typefocus','0'),(16555,1058,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb219ad0\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]How to Hire an Architect[/center_heading]</p><p><strong>How to Hire an Architect</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:<br />[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>How you find the right Architect for your project</li><li>How much are Architects fees</li><li>What about Contractors </li><li>and much more!</li></ul><p>[/iconlist]</p><p>Nothing is more exciting than renovating or creating a new building and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a building as well as the emotional toll and financial costs involved in its construction. This guide provides valuable insights to help you find the right architect for your project.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-1011\" alt=\"\" width=\"412\" height=\"530\" title=\"How-to-Hire-an-Architect-Snipped-Image-2\" data-id=\"1011\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006093838/How-to-Hire-an-Architect-Snipped-Image-2.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_26\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=26\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16556,1058,'tve_revision_tve_has_wistia_popover','0'),(16557,1059,'tve_revision_tve_landing_page',''),(16558,1059,'tve_revision_tve_disable_theme_dependency',''),(16559,1059,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb25739e\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16560,1059,'tve_revision_tve_content_more_found',''),(16561,1059,'tve_revision_tve_save_post',''),(16562,1059,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd178a41\"] { width: 950px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }[data-css=\"tve-u-166cb25739e\"] { margin-top: -60px !important; }}'),(16563,1059,'tve_revision_tve_user_custom_css',''),(16564,1059,'tve_revision_tve_page_events','a:0:{}'),(16565,1059,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16566,1059,'tve_revision_tve_global_scripts',''),(16567,1059,'tve_revision_thrive_icon_pack','0'),(16568,1059,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16569,1059,'tve_revision_tve_has_masonry','0'),(16570,1059,'tve_revision_tve_has_typefocus','0'),(16571,1059,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb25739e\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd178a41\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102704/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_23\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(16572,1059,'tve_revision_tve_has_wistia_popover','0'),(16573,1060,'tve_revision_tve_landing_page',''),(16574,1060,'tve_revision_tve_disable_theme_dependency',''),(16575,1060,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"http://shererarch.archreach.com/f/25\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_content_reveal\" data-after=\"3\" data-redirect-url=\"http://shererarch.archreach.com/f/25\" data-scroll=\"0\">\n<div class=\"tve_reveal_container tve_empty_dropzone\"></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16576,1060,'tve_revision_tve_content_more_found',''),(16577,1060,'tve_revision_tve_save_post',''),(16578,1060,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16579,1060,'tve_revision_tve_user_custom_css',''),(16580,1060,'tve_revision_tve_page_events','a:0:{}'),(16581,1060,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16582,1060,'tve_revision_tve_global_scripts',''),(16583,1060,'tve_revision_thrive_icon_pack','0'),(16584,1060,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16585,1060,'tve_revision_tve_has_masonry','0'),(16586,1060,'tve_revision_tve_has_typefocus','0'),(16587,1060,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" link=\"http://shererarch.archreach.com/f/25\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_content_reveal\" data-after=\"3\" data-redirect-url=\"http://shererarch.archreach.com/f/25\" data-scroll=\"0\">\n<div class=\"tve_reveal_container tve_empty_dropzone\"></div>\n</div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16588,1060,'tve_revision_tve_has_wistia_popover','0'),(16589,1061,'tve_revision_tve_landing_page',''),(16590,1061,'tve_revision_tve_disable_theme_dependency',''),(16591,1061,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"document.getElementById(\'my_id\').style.display = \'block\'; icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16592,1061,'tve_revision_tve_content_more_found',''),(16593,1061,'tve_revision_tve_save_post',''),(16594,1061,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16595,1061,'tve_revision_tve_user_custom_css',''),(16596,1061,'tve_revision_tve_page_events','a:0:{}'),(16597,1061,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16598,1061,'tve_revision_tve_global_scripts',''),(16599,1061,'tve_revision_thrive_icon_pack','0'),(16600,1061,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16601,1061,'tve_revision_tve_has_masonry','0'),(16602,1061,'tve_revision_tve_has_typefocus','0'),(16603,1061,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"document.getElementById(\'my_id\').style.display = \'block\'; icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16604,1061,'tve_revision_tve_has_wistia_popover','0'),(16605,1062,'tve_revision_tve_landing_page',''),(16606,1062,'tve_revision_tve_disable_theme_dependency',''),(16607,1062,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<div id=\"myDIV\">\n<div class=\"_form_25\"></div>\n<p><script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</div>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"myDIV\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16608,1062,'tve_revision_tve_content_more_found',''),(16609,1062,'tve_revision_tve_save_post',''),(16610,1062,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16611,1062,'tve_revision_tve_user_custom_css',''),(16612,1062,'tve_revision_tve_page_events','a:0:{}'),(16613,1062,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16614,1062,'tve_revision_tve_global_scripts',''),(16615,1062,'tve_revision_thrive_icon_pack','0'),(16616,1062,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16617,1062,'tve_revision_tve_has_masonry','0'),(16618,1062,'tve_revision_tve_has_typefocus','0'),(16619,1062,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<div id=\"myDIV\">\n<div class=\"_form_25\"></div>\n<p><script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</div>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"myDIV\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16620,1062,'tve_revision_tve_has_wistia_popover','0'),(16621,1063,'tve_revision_tve_landing_page',''),(16622,1063,'tve_revision_tve_disable_theme_dependency',''),(16623,1063,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16624,1063,'tve_revision_tve_content_more_found',''),(16625,1063,'tve_revision_tve_save_post',''),(16626,1063,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16627,1063,'tve_revision_tve_user_custom_css',''),(16628,1063,'tve_revision_tve_page_events','a:0:{}'),(16629,1063,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16630,1063,'tve_revision_tve_global_scripts',''),(16631,1063,'tve_revision_thrive_icon_pack','0'),(16632,1063,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16633,1063,'tve_revision_tve_has_masonry','0'),(16634,1063,'tve_revision_tve_has_typefocus','0'),(16635,1063,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16636,1063,'tve_revision_tve_has_wistia_popover','0'),(16637,1064,'tve_revision_tve_landing_page',''),(16638,1064,'tve_revision_tve_disable_theme_dependency',''),(16639,1064,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16640,1064,'tve_revision_tve_content_more_found',''),(16641,1064,'tve_revision_tve_save_post',''),(16642,1064,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16643,1064,'tve_revision_tve_user_custom_css',''),(16644,1064,'tve_revision_tve_page_events','a:0:{}'),(16645,1064,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16646,1064,'tve_revision_tve_global_scripts',''),(16647,1064,'tve_revision_thrive_icon_pack','0'),(16648,1064,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16649,1064,'tve_revision_tve_has_masonry','0'),(16650,1064,'tve_revision_tve_has_typefocus','0'),(16651,1064,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16652,1064,'tve_revision_tve_has_wistia_popover','0'),(16653,1065,'tve_revision_tve_landing_page',''),(16654,1065,'tve_revision_tve_disable_theme_dependency',''),(16655,1065,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" onclick=\"myFunction(); icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16656,1065,'tve_revision_tve_content_more_found',''),(16657,1065,'tve_revision_tve_save_post',''),(16658,1065,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16659,1065,'tve_revision_tve_user_custom_css',''),(16660,1065,'tve_revision_tve_page_events','a:0:{}'),(16661,1065,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16662,1065,'tve_revision_tve_global_scripts',''),(16663,1065,'tve_revision_thrive_icon_pack','0'),(16664,1065,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16665,1065,'tve_revision_tve_has_masonry','0'),(16666,1065,'tve_revision_tve_has_typefocus','0'),(16667,1065,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" onclick=\"myFunction(); icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16668,1065,'tve_revision_tve_has_wistia_popover','0'),(16669,1066,'tve_revision_tve_landing_page',''),(16670,1066,'tve_revision_tve_disable_theme_dependency',''),(16671,1066,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" onclick=\"myFunction(); icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16672,1066,'tve_revision_tve_content_more_found',''),(16673,1066,'tve_revision_tve_save_post',''),(16674,1066,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16675,1066,'tve_revision_tve_user_custom_css',''),(16676,1066,'tve_revision_tve_page_events','a:0:{}'),(16677,1066,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16678,1066,'tve_revision_tve_global_scripts',''),(16679,1066,'tve_revision_thrive_icon_pack','0'),(16680,1066,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16681,1066,'tve_revision_tve_has_masonry','0'),(16682,1066,'tve_revision_tve_has_typefocus','0'),(16683,1066,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[button color=\"primary\" onclick=\"myFunction(); icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16684,1066,'tve_revision_tve_has_wistia_popover','0'),(16685,1067,'tve_revision_tve_landing_page',''),(16686,1067,'tve_revision_tve_disable_theme_dependency',''),(16687,1067,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16688,1067,'tve_revision_tve_content_more_found',''),(16689,1067,'tve_revision_tve_save_post',''),(16690,1067,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16691,1067,'tve_revision_tve_user_custom_css',''),(16692,1067,'tve_revision_tve_page_events','a:0:{}'),(16693,1067,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16694,1067,'tve_revision_tve_global_scripts',''),(16695,1067,'tve_revision_thrive_icon_pack','0'),(16696,1067,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16697,1067,'tve_revision_tve_has_masonry','0'),(16698,1067,'tve_revision_tve_has_typefocus','0'),(16699,1067,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16700,1067,'tve_revision_tve_has_wistia_popover','0'),(16701,1068,'tve_revision_tve_landing_page',''),(16702,1068,'tve_revision_tve_disable_theme_dependency',''),(16703,1068,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16704,1068,'tve_revision_tve_content_more_found',''),(16705,1068,'tve_revision_tve_save_post',''),(16706,1068,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16707,1068,'tve_revision_tve_user_custom_css',''),(16708,1068,'tve_revision_tve_page_events','a:0:{}'),(16709,1068,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16710,1068,'tve_revision_tve_global_scripts',''),(16711,1068,'tve_revision_thrive_icon_pack','0'),(16712,1068,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16713,1068,'tve_revision_tve_has_masonry','0'),(16714,1068,'tve_revision_tve_has_typefocus','0'),(16715,1068,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16716,1068,'tve_revision_tve_has_wistia_popover','0'),(16717,1069,'tve_revision_tve_landing_page',''),(16718,1069,'tve_revision_tve_disable_theme_dependency',''),(16719,1069,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16720,1069,'tve_revision_tve_content_more_found',''),(16721,1069,'tve_revision_tve_save_post',''),(16722,1069,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16723,1069,'tve_revision_tve_user_custom_css',''),(16724,1069,'tve_revision_tve_page_events','a:0:{}'),(16725,1069,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16726,1069,'tve_revision_tve_global_scripts',''),(16727,1069,'tve_revision_thrive_icon_pack','0'),(16728,1069,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16729,1069,'tve_revision_tve_has_masonry','0'),(16730,1069,'tve_revision_tve_has_typefocus','0'),(16731,1069,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Try it</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16732,1069,'tve_revision_tve_has_wistia_popover','0'),(16733,1070,'tve_revision_tve_landing_page',''),(16734,1070,'tve_revision_tve_disable_theme_dependency',''),(16735,1070,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166cb614f7a\" id=\"book_now\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006152405/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\" rel=\"\"><img class=\"tve_image wp-image-1028\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1\" data-id=\"1028\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006152405/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\" style=\"width: 100%;\"></a></span></div>'),(16736,1070,'tve_revision_tve_content_more_found',''),(16737,1070,'tve_revision_tve_save_post',''),(16738,1070,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }[data-css=\"tve-u-166cb614f7a\"] { width: 408px; }}'),(16739,1070,'tve_revision_tve_user_custom_css',''),(16740,1070,'tve_revision_tve_page_events','a:0:{}'),(16741,1070,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16742,1070,'tve_revision_tve_global_scripts',''),(16743,1070,'tve_revision_thrive_icon_pack','0'),(16744,1070,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16745,1070,'tve_revision_tve_has_masonry','0'),(16746,1070,'tve_revision_tve_has_typefocus','0'),(16747,1070,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-166cb614f7a\" id=\"book_now\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006152405/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\" rel=\"\"><img class=\"tve_image wp-image-1028\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only-1\" data-id=\"1028\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181006152405/10-things-COVER-with-MOTTO-AND-EMAIL-only-1.png\" style=\"width: 100%;\"></a></span></div>'),(16748,1070,'tve_revision_tve_has_wistia_popover','0'),(16749,1071,'tve_revision_tve_landing_page',''),(16750,1071,'tve_revision_tve_disable_theme_dependency',''),(16751,1071,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div>'),(16752,1071,'tve_revision_tve_content_more_found',''),(16753,1071,'tve_revision_tve_save_post',''),(16754,1071,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16755,1071,'tve_revision_tve_user_custom_css',''),(16756,1071,'tve_revision_tve_page_events','a:0:{}'),(16757,1071,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16758,1071,'tve_revision_tve_global_scripts',''),(16759,1071,'tve_revision_thrive_icon_pack','0'),(16760,1071,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16761,1071,'tve_revision_tve_has_masonry','0'),(16762,1071,'tve_revision_tve_has_typefocus','0'),(16763,1071,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div>'),(16764,1071,'tve_revision_tve_has_wistia_popover','0'),(16765,1072,'tve_revision_tve_landing_page',''),(16766,1072,'tve_revision_tve_disable_theme_dependency',''),(16767,1072,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16768,1072,'tve_revision_tve_content_more_found',''),(16769,1072,'tve_revision_tve_save_post',''),(16770,1072,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16771,1072,'tve_revision_tve_user_custom_css',''),(16772,1072,'tve_revision_tve_page_events','a:0:{}'),(16773,1072,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16774,1072,'tve_revision_tve_global_scripts',''),(16775,1072,'tve_revision_thrive_icon_pack','0'),(16776,1072,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16777,1072,'tve_revision_tve_has_masonry','0'),(16778,1072,'tve_revision_tve_has_typefocus','0'),(16779,1072,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16780,1072,'tve_revision_tve_has_wistia_popover','0'),(16781,1073,'tve_revision_tve_landing_page',''),(16782,1073,'tve_revision_tve_disable_theme_dependency',''),(16783,1073,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16784,1073,'tve_revision_tve_content_more_found',''),(16785,1073,'tve_revision_tve_save_post',''),(16786,1073,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16787,1073,'tve_revision_tve_user_custom_css',''),(16788,1073,'tve_revision_tve_page_events','a:0:{}'),(16789,1073,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16790,1073,'tve_revision_tve_global_scripts',''),(16791,1073,'tve_revision_thrive_icon_pack','0'),(16792,1073,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16793,1073,'tve_revision_tve_has_masonry','0'),(16794,1073,'tve_revision_tve_has_typefocus','0'),(16795,1073,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16796,1073,'tve_revision_tve_has_wistia_popover','0'),(16797,1074,'tve_revision_tve_landing_page',''),(16798,1074,'tve_revision_tve_disable_theme_dependency',''),(16799,1074,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16800,1074,'tve_revision_tve_content_more_found',''),(16801,1074,'tve_revision_tve_save_post',''),(16802,1074,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16803,1074,'tve_revision_tve_user_custom_css',''),(16804,1074,'tve_revision_tve_page_events','a:0:{}'),(16805,1074,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16806,1074,'tve_revision_tve_global_scripts',''),(16807,1074,'tve_revision_thrive_icon_pack','0'),(16808,1074,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16809,1074,'tve_revision_tve_has_masonry','0'),(16810,1074,'tve_revision_tve_has_typefocus','0'),(16811,1074,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16812,1074,'tve_revision_tve_has_wistia_popover','0'),(16813,1075,'tve_revision_tve_landing_page',''),(16814,1075,'tve_revision_tve_disable_theme_dependency',''),(16815,1075,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"myFunction()\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16816,1075,'tve_revision_tve_content_more_found',''),(16817,1075,'tve_revision_tve_save_post',''),(16818,1075,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16819,1075,'tve_revision_tve_user_custom_css',''),(16820,1075,'tve_revision_tve_page_events','a:0:{}'),(16821,1075,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16822,1075,'tve_revision_tve_global_scripts',''),(16823,1075,'tve_revision_thrive_icon_pack','0'),(16824,1075,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16825,1075,'tve_revision_tve_has_masonry','0'),(16826,1075,'tve_revision_tve_has_typefocus','0'),(16827,1075,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"myFunction()\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16828,1075,'tve_revision_tve_has_wistia_popover','0'),(16829,1076,'tve_revision_tve_landing_page',''),(16830,1076,'tve_revision_tve_disable_theme_dependency',''),(16831,1076,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"myFunction()\" size=\"large\" align=\"center\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16832,1076,'tve_revision_tve_content_more_found',''),(16833,1076,'tve_revision_tve_save_post',''),(16834,1076,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16835,1076,'tve_revision_tve_user_custom_css',''),(16836,1076,'tve_revision_tve_page_events','a:0:{}'),(16837,1076,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16838,1076,'tve_revision_tve_global_scripts',''),(16839,1076,'tve_revision_thrive_icon_pack','0'),(16840,1076,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16841,1076,'tve_revision_tve_has_masonry','0'),(16842,1076,'tve_revision_tve_has_typefocus','0'),(16843,1076,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"myFunction()\" size=\"large\" align=\"center\"]Book Now[/button]</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16844,1076,'tve_revision_tve_has_wistia_popover','0'),(16845,1077,'tve_revision_tve_landing_page',''),(16846,1077,'tve_revision_tve_disable_theme_dependency',''),(16847,1077,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\" align=\"center\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16848,1077,'tve_revision_tve_content_more_found',''),(16849,1077,'tve_revision_tve_save_post',''),(16850,1077,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16851,1077,'tve_revision_tve_user_custom_css',''),(16852,1077,'tve_revision_tve_page_events','a:0:{}'),(16853,1077,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16854,1077,'tve_revision_tve_global_scripts',''),(16855,1077,'tve_revision_thrive_icon_pack','0'),(16856,1077,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16857,1077,'tve_revision_tve_has_masonry','0'),(16858,1077,'tve_revision_tve_has_typefocus','0'),(16859,1077,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\" align=\"center\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16860,1077,'tve_revision_tve_has_wistia_popover','0'),(16861,1078,'tve_revision_tve_landing_page',''),(16862,1078,'tve_revision_tve_disable_theme_dependency',''),(16863,1078,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16864,1078,'tve_revision_tve_content_more_found',''),(16865,1078,'tve_revision_tve_save_post',''),(16866,1078,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16867,1078,'tve_revision_tve_user_custom_css',''),(16868,1078,'tve_revision_tve_page_events','a:0:{}'),(16869,1078,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16870,1078,'tve_revision_tve_global_scripts',''),(16871,1078,'tve_revision_thrive_icon_pack','0'),(16872,1078,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16873,1078,'tve_revision_tve_has_masonry','0'),(16874,1078,'tve_revision_tve_has_typefocus','0'),(16875,1078,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16876,1078,'tve_revision_tve_has_wistia_popover','0'),(16877,1079,'tve_revision_tve_landing_page',''),(16878,1079,'tve_revision_tve_disable_theme_dependency',''),(16879,1079,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16880,1079,'tve_revision_tve_content_more_found',''),(16881,1079,'tve_revision_tve_save_post',''),(16882,1079,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16883,1079,'tve_revision_tve_user_custom_css',''),(16884,1079,'tve_revision_tve_page_events','a:0:{}'),(16885,1079,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16886,1079,'tve_revision_tve_global_scripts',''),(16887,1079,'tve_revision_thrive_icon_pack','0'),(16888,1079,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16889,1079,'tve_revision_tve_has_masonry','0'),(16890,1079,'tve_revision_tve_has_typefocus','0'),(16891,1079,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16892,1079,'tve_revision_tve_has_wistia_popover','0'),(16893,1080,'tve_revision_tve_landing_page',''),(16894,1080,'tve_revision_tve_disable_theme_dependency',''),(16895,1080,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #4CAF50;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\nmargin: 4px 2px;\ncursor: pointer;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16896,1080,'tve_revision_tve_content_more_found',''),(16897,1080,'tve_revision_tve_save_post',''),(16898,1080,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16899,1080,'tve_revision_tve_user_custom_css',''),(16900,1080,'tve_revision_tve_page_events','a:0:{}'),(16901,1080,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16902,1080,'tve_revision_tve_global_scripts',''),(16903,1080,'tve_revision_thrive_icon_pack','0'),(16904,1080,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16905,1080,'tve_revision_tve_has_masonry','0'),(16906,1080,'tve_revision_tve_has_typefocus','0'),(16907,1080,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #4CAF50;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\nmargin: 4px 2px;\ncursor: pointer;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16908,1080,'tve_revision_tve_has_wistia_popover','0'),(16909,1081,'tve_revision_tve_landing_page',''),(16910,1081,'tve_revision_tve_disable_theme_dependency',''),(16911,1081,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16912,1081,'tve_revision_tve_content_more_found',''),(16913,1081,'tve_revision_tve_save_post',''),(16914,1081,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16915,1081,'tve_revision_tve_user_custom_css',''),(16916,1081,'tve_revision_tve_page_events','a:0:{}'),(16917,1081,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16918,1081,'tve_revision_tve_global_scripts',''),(16919,1081,'tve_revision_thrive_icon_pack','0'),(16920,1081,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16921,1081,'tve_revision_tve_has_masonry','0'),(16922,1081,'tve_revision_tve_has_typefocus','0'),(16923,1081,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16924,1081,'tve_revision_tve_has_wistia_popover','0'),(16925,1082,'tve_revision_tve_landing_page',''),(16926,1082,'tve_revision_tve_disable_theme_dependency',''),(16927,1082,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div>'),(16928,1082,'tve_revision_tve_content_more_found',''),(16929,1082,'tve_revision_tve_save_post',''),(16930,1082,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16931,1082,'tve_revision_tve_user_custom_css',''),(16932,1082,'tve_revision_tve_page_events','a:0:{}'),(16933,1082,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16934,1082,'tve_revision_tve_global_scripts',''),(16935,1082,'tve_revision_thrive_icon_pack','0'),(16936,1082,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16937,1082,'tve_revision_tve_has_masonry','0'),(16938,1082,'tve_revision_tve_has_typefocus','0'),(16939,1082,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div>'),(16940,1082,'tve_revision_tve_has_wistia_popover','0'),(16941,1083,'tve_revision_tve_landing_page',''),(16942,1083,'tve_revision_tve_disable_theme_dependency',''),(16943,1083,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div>'),(16944,1083,'tve_revision_tve_content_more_found',''),(16945,1083,'tve_revision_tve_save_post',''),(16946,1083,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16947,1083,'tve_revision_tve_user_custom_css',''),(16948,1083,'tve_revision_tve_page_events','a:0:{}'),(16949,1083,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16950,1083,'tve_revision_tve_global_scripts',''),(16951,1083,'tve_revision_thrive_icon_pack','0'),(16952,1083,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16953,1083,'tve_revision_tve_has_masonry','0'),(16954,1083,'tve_revision_tve_has_typefocus','0'),(16955,1083,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div>'),(16956,1083,'tve_revision_tve_has_wistia_popover','0'),(16957,1084,'tve_revision_tve_landing_page',''),(16958,1084,'tve_revision_tve_disable_theme_dependency',''),(16959,1084,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16960,1084,'tve_revision_tve_content_more_found',''),(16961,1084,'tve_revision_tve_save_post',''),(16962,1084,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16963,1084,'tve_revision_tve_user_custom_css',''),(16964,1084,'tve_revision_tve_page_events','a:0:{}'),(16965,1084,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16966,1084,'tve_revision_tve_global_scripts',''),(16967,1084,'tve_revision_thrive_icon_pack','0'),(16968,1084,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16969,1084,'tve_revision_tve_has_masonry','0'),(16970,1084,'tve_revision_tve_has_typefocus','0'),(16971,1084,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16972,1084,'tve_revision_tve_has_wistia_popover','0'),(16973,1085,'tve_revision_tve_landing_page',''),(16974,1085,'tve_revision_tve_disable_theme_dependency',''),(16975,1085,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"booknow\" onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16976,1085,'tve_revision_tve_content_more_found',''),(16977,1085,'tve_revision_tve_save_post',''),(16978,1085,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16979,1085,'tve_revision_tve_user_custom_css',''),(16980,1085,'tve_revision_tve_page_events','a:0:{}'),(16981,1085,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16982,1085,'tve_revision_tve_global_scripts',''),(16983,1085,'tve_revision_thrive_icon_pack','0'),(16984,1085,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(16985,1085,'tve_revision_tve_has_masonry','0'),(16986,1085,'tve_revision_tve_has_typefocus','0'),(16987,1085,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"booknow\" onclick=\"myFunction()\">Book Now</button></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16988,1085,'tve_revision_tve_has_wistia_popover','0'),(16989,1086,'tve_revision_tve_landing_page',''),(16990,1086,'tve_revision_tve_disable_theme_dependency',''),(16991,1086,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(16992,1086,'tve_revision_tve_content_more_found',''),(16993,1086,'tve_revision_tve_save_post',''),(16994,1086,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(16995,1086,'tve_revision_tve_user_custom_css',''),(16996,1086,'tve_revision_tve_page_events','a:0:{}'),(16997,1086,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(16998,1086,'tve_revision_tve_global_scripts',''),(16999,1086,'tve_revision_thrive_icon_pack','0'),(17000,1086,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17001,1086,'tve_revision_tve_has_masonry','0'),(17002,1086,'tve_revision_tve_has_typefocus','0'),(17003,1086,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17004,1086,'tve_revision_tve_has_wistia_popover','0'),(17005,1087,'tve_revision_tve_landing_page',''),(17006,1087,'tve_revision_tve_disable_theme_dependency',''),(17007,1087,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDB90BAE2_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDB90BAE2_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDB90BAE2_._form-top { top:0; }\n#_form_5BD9FDB90BAE2_._form-bottom { bottom:0; }\n#_form_5BD9FDB90BAE2_._form-left { left:0; }\n#_form_5BD9FDB90BAE2_._form-right { right:0; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ input[type=\"date\"],#_form_5BD9FDB90BAE2_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ textarea { resize:none; }\n#_form_5BD9FDB90BAE2_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDB90BAE2_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDB90BAE2_ ._close-icon:before { position:relative; }\n#_form_5BD9FDB90BAE2_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDB90BAE2_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDB90BAE2_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDB90BAE2_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDB90BAE2_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDB90BAE2_ ._form-label,#_form_5BD9FDB90BAE2_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding { color:#333; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDB90BAE2_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_element * { font-size:14px; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDB90BAE2_ ._form_element input[type=\"text\"],#_form_5BD9FDB90BAE2_ ._form_element input[type=\"date\"],#_form_5BD9FDB90BAE2_ ._form_element select,#_form_5BD9FDB90BAE2_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ ._field-wrapper { position:relative; }\n#_form_5BD9FDB90BAE2_ ._inline-style { float:left; }\n#_form_5BD9FDB90BAE2_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDB90BAE2_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDB90BAE2_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._clear-element { clear:left; }\n#_form_5BD9FDB90BAE2_ ._full_width { width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"]._has_error,#_form_5BD9FDB90BAE2_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDB90BAE2_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDB90BAE2_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDB90BAE2_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDB90BAE2_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDB90BAE2_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDB90BAE2_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDB90BAE2_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-title,#_form_5BD9FDB90BAE2_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDB90BAE2_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-element,#_form_5BD9FDB90BAE2_ ._inline-style,#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ label,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"],#_form_5BD9FDB90BAE2_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDB90BAE2_ input[type=\"radio\"],#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDB90BAE2_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDB90BAE2_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDB90BAE2_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDB90BAE2_:before,#_form_5BD9FDB90BAE2_:after { content:\" \"; display:table; }\n#_form_5BD9FDB90BAE2_:after { clear:both; }\n#_form_5BD9FDB90BAE2_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDB90BAE2_._inline-style input[type=\"text\"],#_form_5BD9FDB90BAE2_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDB90BAE2_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDB90BAE2_._inline-style p { margin:0; }\n#_form_5BD9FDB90BAE2_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDB90BAE2_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDB90BAE2_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDB90BAE2_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDB90BAE2\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"booknow\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17008,1087,'tve_revision_tve_content_more_found',''),(17009,1087,'tve_revision_tve_save_post',''),(17010,1087,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(17011,1087,'tve_revision_tve_user_custom_css',''),(17012,1087,'tve_revision_tve_page_events','a:0:{}'),(17013,1087,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17014,1087,'tve_revision_tve_global_scripts',''),(17015,1087,'tve_revision_thrive_icon_pack','0'),(17016,1087,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17017,1087,'tve_revision_tve_has_masonry','0'),(17018,1087,'tve_revision_tve_has_typefocus','0'),(17019,1087,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDB90BAE2_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDB90BAE2_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDB90BAE2_._form-top { top:0; }\n#_form_5BD9FDB90BAE2_._form-bottom { bottom:0; }\n#_form_5BD9FDB90BAE2_._form-left { left:0; }\n#_form_5BD9FDB90BAE2_._form-right { right:0; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ input[type=\"date\"],#_form_5BD9FDB90BAE2_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ textarea { resize:none; }\n#_form_5BD9FDB90BAE2_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDB90BAE2_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDB90BAE2_ ._close-icon:before { position:relative; }\n#_form_5BD9FDB90BAE2_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDB90BAE2_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDB90BAE2_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDB90BAE2_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDB90BAE2_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDB90BAE2_ ._form-label,#_form_5BD9FDB90BAE2_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding { color:#333; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDB90BAE2_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_element * { font-size:14px; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDB90BAE2_ ._form_element input[type=\"text\"],#_form_5BD9FDB90BAE2_ ._form_element input[type=\"date\"],#_form_5BD9FDB90BAE2_ ._form_element select,#_form_5BD9FDB90BAE2_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ ._field-wrapper { position:relative; }\n#_form_5BD9FDB90BAE2_ ._inline-style { float:left; }\n#_form_5BD9FDB90BAE2_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDB90BAE2_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDB90BAE2_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._clear-element { clear:left; }\n#_form_5BD9FDB90BAE2_ ._full_width { width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"]._has_error,#_form_5BD9FDB90BAE2_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDB90BAE2_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDB90BAE2_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDB90BAE2_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDB90BAE2_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDB90BAE2_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDB90BAE2_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDB90BAE2_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-title,#_form_5BD9FDB90BAE2_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDB90BAE2_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-element,#_form_5BD9FDB90BAE2_ ._inline-style,#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ label,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"],#_form_5BD9FDB90BAE2_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDB90BAE2_ input[type=\"radio\"],#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDB90BAE2_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDB90BAE2_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDB90BAE2_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDB90BAE2_:before,#_form_5BD9FDB90BAE2_:after { content:\" \"; display:table; }\n#_form_5BD9FDB90BAE2_:after { clear:both; }\n#_form_5BD9FDB90BAE2_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDB90BAE2_._inline-style input[type=\"text\"],#_form_5BD9FDB90BAE2_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDB90BAE2_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDB90BAE2_._inline-style p { margin:0; }\n#_form_5BD9FDB90BAE2_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDB90BAE2_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDB90BAE2_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDB90BAE2_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDB90BAE2\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"booknow\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17020,1087,'tve_revision_tve_has_wistia_popover','0'),(17021,1088,'tve_revision_tve_landing_page',''),(17022,1088,'tve_revision_tve_disable_theme_dependency',''),(17023,1088,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDB90BAE2_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDB90BAE2_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDB90BAE2_._form-top { top:0; }\n#_form_5BD9FDB90BAE2_._form-bottom { bottom:0; }\n#_form_5BD9FDB90BAE2_._form-left { left:0; }\n#_form_5BD9FDB90BAE2_._form-right { right:0; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ input[type=\"date\"],#_form_5BD9FDB90BAE2_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ textarea { resize:none; }\n#_form_5BD9FDB90BAE2_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDB90BAE2_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDB90BAE2_ ._close-icon:before { position:relative; }\n#_form_5BD9FDB90BAE2_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDB90BAE2_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDB90BAE2_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDB90BAE2_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDB90BAE2_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDB90BAE2_ ._form-label,#_form_5BD9FDB90BAE2_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding { color:#333; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDB90BAE2_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_element * { font-size:14px; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDB90BAE2_ ._form_element input[type=\"text\"],#_form_5BD9FDB90BAE2_ ._form_element input[type=\"date\"],#_form_5BD9FDB90BAE2_ ._form_element select,#_form_5BD9FDB90BAE2_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ ._field-wrapper { position:relative; }\n#_form_5BD9FDB90BAE2_ ._inline-style { float:left; }\n#_form_5BD9FDB90BAE2_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDB90BAE2_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDB90BAE2_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._clear-element { clear:left; }\n#_form_5BD9FDB90BAE2_ ._full_width { width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"]._has_error,#_form_5BD9FDB90BAE2_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDB90BAE2_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDB90BAE2_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDB90BAE2_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDB90BAE2_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDB90BAE2_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDB90BAE2_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDB90BAE2_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-title,#_form_5BD9FDB90BAE2_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDB90BAE2_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-element,#_form_5BD9FDB90BAE2_ ._inline-style,#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ label,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"],#_form_5BD9FDB90BAE2_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDB90BAE2_ input[type=\"radio\"],#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDB90BAE2_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDB90BAE2_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDB90BAE2_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDB90BAE2_:before,#_form_5BD9FDB90BAE2_:after { content:\" \"; display:table; }\n#_form_5BD9FDB90BAE2_:after { clear:both; }\n#_form_5BD9FDB90BAE2_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDB90BAE2_._inline-style input[type=\"text\"],#_form_5BD9FDB90BAE2_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDB90BAE2_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDB90BAE2_._inline-style p { margin:0; }\n#_form_5BD9FDB90BAE2_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDB90BAE2_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDB90BAE2_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDB90BAE2_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDB90BAE2\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDC2EBE9B_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDC2EBE9B_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDC2EBE9B_._form-top { top:0; }\n#_form_5BD9FDC2EBE9B_._form-bottom { bottom:0; }\n#_form_5BD9FDC2EBE9B_._form-left { left:0; }\n#_form_5BD9FDC2EBE9B_._form-right { right:0; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ input[type=\"date\"],#_form_5BD9FDC2EBE9B_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ textarea { resize:none; }\n#_form_5BD9FDC2EBE9B_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDC2EBE9B_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDC2EBE9B_ ._close-icon:before { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDC2EBE9B_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDC2EBE9B_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDC2EBE9B_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDC2EBE9B_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDC2EBE9B_ ._form-label,#_form_5BD9FDC2EBE9B_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding { color:#333; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDC2EBE9B_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_element * { font-size:14px; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"text\"],#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"date\"],#_form_5BD9FDC2EBE9B_ ._form_element select,#_form_5BD9FDC2EBE9B_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ ._field-wrapper { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { float:left; }\n#_form_5BD9FDC2EBE9B_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDC2EBE9B_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDC2EBE9B_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._clear-element { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._full_width { width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"]._has_error,#_form_5BD9FDC2EBE9B_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDC2EBE9B_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDC2EBE9B_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDC2EBE9B_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDC2EBE9B_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDC2EBE9B_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-title,#_form_5BD9FDC2EBE9B_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDC2EBE9B_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-element,#_form_5BD9FDC2EBE9B_ ._inline-style,#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ label,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"],#_form_5BD9FDC2EBE9B_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDC2EBE9B_ input[type=\"radio\"],#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDC2EBE9B_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDC2EBE9B_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDC2EBE9B_:before,#_form_5BD9FDC2EBE9B_:after { content:\" \"; display:table; }\n#_form_5BD9FDC2EBE9B_:after { clear:both; }\n#_form_5BD9FDC2EBE9B_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDC2EBE9B_._inline-style input[type=\"text\"],#_form_5BD9FDC2EBE9B_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDC2EBE9B_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDC2EBE9B_._inline-style p { margin:0; }\n#_form_5BD9FDC2EBE9B_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDC2EBE9B_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDC2EBE9B_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDC2EBE9B_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDC2EBE9B\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17024,1088,'tve_revision_tve_content_more_found',''),(17025,1088,'tve_revision_tve_save_post',''),(17026,1088,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(17027,1088,'tve_revision_tve_user_custom_css',''),(17028,1088,'tve_revision_tve_page_events','a:0:{}'),(17029,1088,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17030,1088,'tve_revision_tve_global_scripts',''),(17031,1088,'tve_revision_thrive_icon_pack','0'),(17032,1088,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17033,1088,'tve_revision_tve_has_masonry','0'),(17034,1088,'tve_revision_tve_has_typefocus','0'),(17035,1088,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDB90BAE2_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDB90BAE2_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDB90BAE2_._form-top { top:0; }\n#_form_5BD9FDB90BAE2_._form-bottom { bottom:0; }\n#_form_5BD9FDB90BAE2_._form-left { left:0; }\n#_form_5BD9FDB90BAE2_._form-right { right:0; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ input[type=\"date\"],#_form_5BD9FDB90BAE2_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ textarea { resize:none; }\n#_form_5BD9FDB90BAE2_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDB90BAE2_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDB90BAE2_ ._close-icon:before { position:relative; }\n#_form_5BD9FDB90BAE2_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDB90BAE2_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDB90BAE2_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDB90BAE2_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDB90BAE2_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDB90BAE2_ ._form-label,#_form_5BD9FDB90BAE2_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding { color:#333; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDB90BAE2_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_element * { font-size:14px; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDB90BAE2_ ._form_element input[type=\"text\"],#_form_5BD9FDB90BAE2_ ._form_element input[type=\"date\"],#_form_5BD9FDB90BAE2_ ._form_element select,#_form_5BD9FDB90BAE2_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ ._field-wrapper { position:relative; }\n#_form_5BD9FDB90BAE2_ ._inline-style { float:left; }\n#_form_5BD9FDB90BAE2_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDB90BAE2_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDB90BAE2_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._clear-element { clear:left; }\n#_form_5BD9FDB90BAE2_ ._full_width { width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"]._has_error,#_form_5BD9FDB90BAE2_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDB90BAE2_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDB90BAE2_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDB90BAE2_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDB90BAE2_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDB90BAE2_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDB90BAE2_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDB90BAE2_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-title,#_form_5BD9FDB90BAE2_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDB90BAE2_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-element,#_form_5BD9FDB90BAE2_ ._inline-style,#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ label,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"],#_form_5BD9FDB90BAE2_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDB90BAE2_ input[type=\"radio\"],#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDB90BAE2_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDB90BAE2_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDB90BAE2_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDB90BAE2_:before,#_form_5BD9FDB90BAE2_:after { content:\" \"; display:table; }\n#_form_5BD9FDB90BAE2_:after { clear:both; }\n#_form_5BD9FDB90BAE2_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDB90BAE2_._inline-style input[type=\"text\"],#_form_5BD9FDB90BAE2_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDB90BAE2_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDB90BAE2_._inline-style p { margin:0; }\n#_form_5BD9FDB90BAE2_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDB90BAE2_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDB90BAE2_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDB90BAE2_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDB90BAE2\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDC2EBE9B_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDC2EBE9B_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDC2EBE9B_._form-top { top:0; }\n#_form_5BD9FDC2EBE9B_._form-bottom { bottom:0; }\n#_form_5BD9FDC2EBE9B_._form-left { left:0; }\n#_form_5BD9FDC2EBE9B_._form-right { right:0; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ input[type=\"date\"],#_form_5BD9FDC2EBE9B_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ textarea { resize:none; }\n#_form_5BD9FDC2EBE9B_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDC2EBE9B_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDC2EBE9B_ ._close-icon:before { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDC2EBE9B_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDC2EBE9B_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDC2EBE9B_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDC2EBE9B_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDC2EBE9B_ ._form-label,#_form_5BD9FDC2EBE9B_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding { color:#333; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDC2EBE9B_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_element * { font-size:14px; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"text\"],#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"date\"],#_form_5BD9FDC2EBE9B_ ._form_element select,#_form_5BD9FDC2EBE9B_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ ._field-wrapper { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { float:left; }\n#_form_5BD9FDC2EBE9B_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDC2EBE9B_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDC2EBE9B_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._clear-element { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._full_width { width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"]._has_error,#_form_5BD9FDC2EBE9B_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDC2EBE9B_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDC2EBE9B_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDC2EBE9B_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDC2EBE9B_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDC2EBE9B_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-title,#_form_5BD9FDC2EBE9B_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDC2EBE9B_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-element,#_form_5BD9FDC2EBE9B_ ._inline-style,#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ label,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"],#_form_5BD9FDC2EBE9B_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDC2EBE9B_ input[type=\"radio\"],#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDC2EBE9B_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDC2EBE9B_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDC2EBE9B_:before,#_form_5BD9FDC2EBE9B_:after { content:\" \"; display:table; }\n#_form_5BD9FDC2EBE9B_:after { clear:both; }\n#_form_5BD9FDC2EBE9B_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDC2EBE9B_._inline-style input[type=\"text\"],#_form_5BD9FDC2EBE9B_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDC2EBE9B_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDC2EBE9B_._inline-style p { margin:0; }\n#_form_5BD9FDC2EBE9B_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDC2EBE9B_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDC2EBE9B_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDC2EBE9B_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDC2EBE9B\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17036,1088,'tve_revision_tve_has_wistia_popover','0'),(17038,1089,'tve_revision_tve_landing_page',''),(17039,1089,'tve_revision_tve_disable_theme_dependency',''),(17040,1089,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDB90BAE2_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDB90BAE2_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDB90BAE2_._form-top { top:0; }\n#_form_5BD9FDB90BAE2_._form-bottom { bottom:0; }\n#_form_5BD9FDB90BAE2_._form-left { left:0; }\n#_form_5BD9FDB90BAE2_._form-right { right:0; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ input[type=\"date\"],#_form_5BD9FDB90BAE2_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ textarea { resize:none; }\n#_form_5BD9FDB90BAE2_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDB90BAE2_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDB90BAE2_ ._close-icon:before { position:relative; }\n#_form_5BD9FDB90BAE2_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDB90BAE2_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDB90BAE2_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDB90BAE2_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDB90BAE2_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDB90BAE2_ ._form-label,#_form_5BD9FDB90BAE2_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding { color:#333; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDB90BAE2_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_element * { font-size:14px; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDB90BAE2_ ._form_element input[type=\"text\"],#_form_5BD9FDB90BAE2_ ._form_element input[type=\"date\"],#_form_5BD9FDB90BAE2_ ._form_element select,#_form_5BD9FDB90BAE2_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ ._field-wrapper { position:relative; }\n#_form_5BD9FDB90BAE2_ ._inline-style { float:left; }\n#_form_5BD9FDB90BAE2_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDB90BAE2_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDB90BAE2_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._clear-element { clear:left; }\n#_form_5BD9FDB90BAE2_ ._full_width { width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"]._has_error,#_form_5BD9FDB90BAE2_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDB90BAE2_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDB90BAE2_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDB90BAE2_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDB90BAE2_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDB90BAE2_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDB90BAE2_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDB90BAE2_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-title,#_form_5BD9FDB90BAE2_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDB90BAE2_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-element,#_form_5BD9FDB90BAE2_ ._inline-style,#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ label,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"],#_form_5BD9FDB90BAE2_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDB90BAE2_ input[type=\"radio\"],#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDB90BAE2_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDB90BAE2_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDB90BAE2_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDB90BAE2_:before,#_form_5BD9FDB90BAE2_:after { content:\" \"; display:table; }\n#_form_5BD9FDB90BAE2_:after { clear:both; }\n#_form_5BD9FDB90BAE2_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDB90BAE2_._inline-style input[type=\"text\"],#_form_5BD9FDB90BAE2_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDB90BAE2_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDB90BAE2_._inline-style p { margin:0; }\n#_form_5BD9FDB90BAE2_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDB90BAE2_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDB90BAE2_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDB90BAE2_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDB90BAE2\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDC2EBE9B_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDC2EBE9B_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDC2EBE9B_._form-top { top:0; }\n#_form_5BD9FDC2EBE9B_._form-bottom { bottom:0; }\n#_form_5BD9FDC2EBE9B_._form-left { left:0; }\n#_form_5BD9FDC2EBE9B_._form-right { right:0; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ input[type=\"date\"],#_form_5BD9FDC2EBE9B_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ textarea { resize:none; }\n#_form_5BD9FDC2EBE9B_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDC2EBE9B_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDC2EBE9B_ ._close-icon:before { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDC2EBE9B_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDC2EBE9B_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDC2EBE9B_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDC2EBE9B_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDC2EBE9B_ ._form-label,#_form_5BD9FDC2EBE9B_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding { color:#333; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDC2EBE9B_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_element * { font-size:14px; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"text\"],#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"date\"],#_form_5BD9FDC2EBE9B_ ._form_element select,#_form_5BD9FDC2EBE9B_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ ._field-wrapper { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { float:left; }\n#_form_5BD9FDC2EBE9B_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDC2EBE9B_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDC2EBE9B_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._clear-element { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._full_width { width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"]._has_error,#_form_5BD9FDC2EBE9B_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDC2EBE9B_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDC2EBE9B_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDC2EBE9B_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDC2EBE9B_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDC2EBE9B_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-title,#_form_5BD9FDC2EBE9B_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDC2EBE9B_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-element,#_form_5BD9FDC2EBE9B_ ._inline-style,#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ label,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"],#_form_5BD9FDC2EBE9B_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDC2EBE9B_ input[type=\"radio\"],#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDC2EBE9B_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDC2EBE9B_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDC2EBE9B_:before,#_form_5BD9FDC2EBE9B_:after { content:\" \"; display:table; }\n#_form_5BD9FDC2EBE9B_:after { clear:both; }\n#_form_5BD9FDC2EBE9B_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDC2EBE9B_._inline-style input[type=\"text\"],#_form_5BD9FDC2EBE9B_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDC2EBE9B_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDC2EBE9B_._inline-style p { margin:0; }\n#_form_5BD9FDC2EBE9B_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDC2EBE9B_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDC2EBE9B_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDC2EBE9B_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDC2EBE9B\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17041,1089,'tve_revision_tve_content_more_found',''),(17042,1089,'tve_revision_tve_save_post',''),(17043,1089,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(17044,1089,'tve_revision_tve_user_custom_css',''),(17045,1089,'tve_revision_tve_page_events','a:0:{}'),(17046,1089,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17047,1089,'tve_revision_tve_global_scripts',''),(17048,1089,'tve_revision_thrive_icon_pack','0'),(17049,1089,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17050,1089,'tve_revision_tve_has_masonry','0'),(17051,1089,'tve_revision_tve_has_typefocus','0'),(17052,1089,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDB90BAE2_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDB90BAE2_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDB90BAE2_._form-top { top:0; }\n#_form_5BD9FDB90BAE2_._form-bottom { bottom:0; }\n#_form_5BD9FDB90BAE2_._form-left { left:0; }\n#_form_5BD9FDB90BAE2_._form-right { right:0; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ input[type=\"date\"],#_form_5BD9FDB90BAE2_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ textarea { resize:none; }\n#_form_5BD9FDB90BAE2_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDB90BAE2_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDB90BAE2_ ._close-icon:before { position:relative; }\n#_form_5BD9FDB90BAE2_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDB90BAE2_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDB90BAE2_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDB90BAE2_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDB90BAE2_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDB90BAE2_ ._form-label,#_form_5BD9FDB90BAE2_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding { color:#333; }\n#_form_5BD9FDB90BAE2_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDB90BAE2_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_element * { font-size:14px; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDB90BAE2_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDB90BAE2_ ._form_element input[type=\"text\"],#_form_5BD9FDB90BAE2_ ._form_element input[type=\"date\"],#_form_5BD9FDB90BAE2_ ._form_element select,#_form_5BD9FDB90BAE2_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ ._field-wrapper { position:relative; }\n#_form_5BD9FDB90BAE2_ ._inline-style { float:left; }\n#_form_5BD9FDB90BAE2_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDB90BAE2_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDB90BAE2_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDB90BAE2_ ._clear-element { clear:left; }\n#_form_5BD9FDB90BAE2_ ._full_width { width:100%; }\n#_form_5BD9FDB90BAE2_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"]._has_error,#_form_5BD9FDB90BAE2_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDB90BAE2_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDB90BAE2_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDB90BAE2_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDB90BAE2_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDB90BAE2_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDB90BAE2_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDB90BAE2_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDB90BAE2_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDB90BAE2_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDB90BAE2_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDB90BAE2_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDB90BAE2_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-title,#_form_5BD9FDB90BAE2_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDB90BAE2_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDB90BAE2_ ._form-element,#_form_5BD9FDB90BAE2_ ._inline-style,#_form_5BD9FDB90BAE2_ input[type=\"text\"],#_form_5BD9FDB90BAE2_ label,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row,#_form_5BD9FDB90BAE2_ p,#_form_5BD9FDB90BAE2_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"],#_form_5BD9FDB90BAE2_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDB90BAE2_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDB90BAE2_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDB90BAE2_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDB90BAE2_ input[type=\"radio\"],#_form_5BD9FDB90BAE2_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDB90BAE2_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDB90BAE2_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDB90BAE2_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDB90BAE2_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDB90BAE2_:before,#_form_5BD9FDB90BAE2_:after { content:\" \"; display:table; }\n#_form_5BD9FDB90BAE2_:after { clear:both; }\n#_form_5BD9FDB90BAE2_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDB90BAE2_._inline-style input[type=\"text\"],#_form_5BD9FDB90BAE2_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDB90BAE2_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDB90BAE2_._inline-style p { margin:0; }\n#_form_5BD9FDB90BAE2_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDB90BAE2_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDB90BAE2_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDB90BAE2_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDB90BAE2\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-166cb756eab\" id=\"book_now\" style=\"\"><p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<p><code class=\"tve_js_placeholder\">[tcb-script]\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n#book {\nbackground-color: #1A1063;\nborder: none;\ncolor: white;\npadding: 15px 32px;\ntext-align: center;\ntext-decoration: none;\ndisplay: inline-block;\nfont-size: 16px;\n}\n[/tcb-script]</code></p></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"><style>\n#_form_5BD9FDC2EBE9B_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }\n#_form_5BD9FDC2EBE9B_ * { outline:0; }\n._form_hide { display:none; visibility:hidden; }\n._form_show { display:block; visibility:visible; }\n#_form_5BD9FDC2EBE9B_._form-top { top:0; }\n#_form_5BD9FDC2EBE9B_._form-bottom { bottom:0; }\n#_form_5BD9FDC2EBE9B_._form-left { left:0; }\n#_form_5BD9FDC2EBE9B_._form-right { right:0; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ input[type=\"date\"],#_form_5BD9FDC2EBE9B_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ textarea { resize:none; }\n#_form_5BD9FDC2EBE9B_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#1a1063 !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }\n#_form_5BD9FDC2EBE9B_ ._close-icon { cursor:pointer; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png\'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }\n#_form_5BD9FDC2EBE9B_ ._close-icon:before { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._form-body { margin-bottom:30px; }\n#_form_5BD9FDC2EBE9B_ ._form-image-left { width:150px; float:left; }\n#_form_5BD9FDC2EBE9B_ ._form-content-right { margin-left:164px; }\n#_form_5BD9FDC2EBE9B_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }\n#_form_5BD9FDC2EBE9B_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png\'); background-size:130px auto; background-repeat:no-repeat; }\n#_form_5BD9FDC2EBE9B_ ._form-label,#_form_5BD9FDC2EBE9B_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding { color:#333; }\n#_form_5BD9FDC2EBE9B_._dark ._form-branding ._logo { background-image:url(\'https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png\'); }\n#_form_5BD9FDC2EBE9B_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_element * { font-size:14px; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear { clear:both; width:100%; float:none; }\n#_form_5BD9FDC2EBE9B_ ._form_element._clear:after { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"text\"],#_form_5BD9FDC2EBE9B_ ._form_element input[type=\"date\"],#_form_5BD9FDC2EBE9B_ ._form_element select,#_form_5BD9FDC2EBE9B_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ ._field-wrapper { position:relative; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { float:left; }\n#_form_5BD9FDC2EBE9B_ ._inline-style input[type=\"text\"] { width:150px; }\n#_form_5BD9FDC2EBE9B_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }\n#_form_5BD9FDC2EBE9B_ ._form_element img._form-image { max-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._clear-element { clear:left; }\n#_form_5BD9FDC2EBE9B_ ._full_width { width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"]._has_error,#_form_5BD9FDC2EBE9B_ textarea._has_error { border:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"]._has_error { outline:#f37c7b 1px solid; }\n#_form_5BD9FDC2EBE9B_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }\n#_form_5BD9FDC2EBE9B_ ._error._above { padding-bottom:4px; top:-41px; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._below { padding-top:4px; top:100%; right:0; }\n#_form_5BD9FDC2EBE9B_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }\n#_form_5BD9FDC2EBE9B_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }\n#_form_5BD9FDC2EBE9B_ ._button-wrapper ._error-inner._form_error { position:static; }\n#_form_5BD9FDC2EBE9B_ ._error-inner._no_arrow { margin-bottom:10px; }\n#_form_5BD9FDC2EBE9B_ ._error-arrow { position:absolute; width:0; height:0; }\n#_form_5BD9FDC2EBE9B_ ._error-html { margin-bottom:10px; }\n.pika-single { z-index:10000001 !important; }\n@media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }\n#_form_5BD9FDC2EBE9B_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }\n#_form_5BD9FDC2EBE9B_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }\n#_form_5BD9FDC2EBE9B_ ._form-content { margin:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-inner { display:block; min-width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-title,#_form_5BD9FDC2EBE9B_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:1.2em; }\n#_form_5BD9FDC2EBE9B_ ._form_element { margin:0 0 20px; padding:0; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._form-element,#_form_5BD9FDC2EBE9B_ ._inline-style,#_form_5BD9FDC2EBE9B_ input[type=\"text\"],#_form_5BD9FDC2EBE9B_ label,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row._checkbox-radio label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row,#_form_5BD9FDC2EBE9B_ p,#_form_5BD9FDC2EBE9B_ label { margin-bottom:0.7em; width:100%; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"],#_form_5BD9FDC2EBE9B_ ._row input[type=\"radio\"] { margin:0 !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._row input[type=\"checkbox\"] + span label { display:inline; }\n#_form_5BD9FDC2EBE9B_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }\n#_form_5BD9FDC2EBE9B_ ._form-image { max-width:100%; height:auto !important; }\n#_form_5BD9FDC2EBE9B_ input[type=\"text\"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }\n#_form_5BD9FDC2EBE9B_ input[type=\"radio\"],#_form_5BD9FDC2EBE9B_ input[type=\"checkbox\"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }\n#_form_5BD9FDC2EBE9B_ button[type=\"submit\"] { padding:20px; font-size:1.5em; }\n#_form_5BD9FDC2EBE9B_ ._inline-style { margin:20px 0 0 !important; }\n}\n#_form_5BD9FDC2EBE9B_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }\n#_form_5BD9FDC2EBE9B_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }\n#_form_5BD9FDC2EBE9B_:before,#_form_5BD9FDC2EBE9B_:after { content:\" \"; display:table; }\n#_form_5BD9FDC2EBE9B_:after { clear:both; }\n#_form_5BD9FDC2EBE9B_._inline-style { width:auto; display:inline-block; }\n#_form_5BD9FDC2EBE9B_._inline-style input[type=\"text\"],#_form_5BD9FDC2EBE9B_._inline-style input[type=\"date\"] { padding:10px 12px; }\n#_form_5BD9FDC2EBE9B_._inline-style button._inline-style { position:relative; top:27px; }\n#_form_5BD9FDC2EBE9B_._inline-style p { margin:0; }\n#_form_5BD9FDC2EBE9B_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }\n#_form_5BD9FDC2EBE9B_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }\n@media all and (min-width:320px) and (max-width:667px) { #_form_5BD9FDC2EBE9B_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }\n}\n</style>\n<form method=\"POST\" action=\"https://shererarch.activehosted.com/proc.php\" id=\"_form_5BD9FDC2EBE9B_\" class=\"_form _form_25 _inline-form _dark\" novalidate=\"\">\n<input type=\"hidden\" name=\"u\" value=\"5BD9FDC2EBE9B\" data-name=\"u\">\n<input type=\"hidden\" name=\"f\" value=\"25\" data-name=\"f\">\n<input type=\"hidden\" name=\"s\" data-name=\"s\">\n<input type=\"hidden\" name=\"c\" value=\"0\" data-name=\"c\">\n<input type=\"hidden\" name=\"m\" value=\"0\" data-name=\"m\">\n<input type=\"hidden\" name=\"act\" value=\"sub\" data-name=\"act\">\n<input type=\"hidden\" name=\"v\" value=\"2\" data-name=\"v\">\n<div class=\"_form-content\">\n<div class=\"_form_element _x83518435 _full_width _clear\">\n<div class=\"_form-title\">Book Now</div>\n</div>\n<div class=\"_form_element _x22280114 _full_width \">\n<label class=\"_form-label\">Full Name</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"fullname\" placeholder=\"Type your name\" data-name=\"fullname\">\n</div>\n</div>\n<div class=\"_form_element _x75086448 _full_width \">\n<label class=\"_form-label\">Email*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"email\" placeholder=\"Type your email\" required=\"\" data-name=\"email\">\n</div>\n</div>\n<div class=\"_form_element _field4 _full_width \">\n<label class=\"_form-label\">City*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[4]\" value=\"\" placeholder=\"City\" required=\"\" data-name=\"city\">\n</div>\n</div>\n<div class=\"_form_element _field17 _full_width \">\n<label class=\"_form-label\">State*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[17]\" value=\"\" placeholder=\"State\" required=\"\" data-name=\"state\">\n</div>\n</div>\n<div class=\"_form_element _field18 _full_width \">\n<label class=\"_form-label\">Type of Project*</label>\n<div class=\"_field-wrapper\">\n<input type=\"text\" name=\"field[18]\" value=\"\" placeholder=\"\" required=\"\" data-name=\"type_of_project\">\n</div>\n</div>\n<div class=\"_form_element _field19 _full_width \">\n<label class=\"_form-label\">Project Information*</label>\n<div class=\"_field-wrapper\">\n<textarea name=\"field[19]\" placeholder=\"\" required=\"\" data-name=\"project_information\"></textarea>\n</div>\n</div>\n<div class=\"_button-wrapper _full_width\"><button id=\"_form_25_submit\" class=\"_submit\" type=\"submit\">Submit</button></div> <div class=\"_clear-element\"></div>\n</div>\n<div class=\"_form-thank-you\" style=\"display:none;\"></div>\n</form>\n</div><code class=\"tve_js_placeholder\">[tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" id=\"book_now\" style=\"\"><div class=\"_form_25\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div><div class=\"thrv_wrapper thrv_text_element\"><h3 style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17053,1089,'tve_revision_tve_has_wistia_popover','0'),(17056,201,'tcb_editor_enabled','1'),(17057,1090,'tve_revision_tve_landing_page',''),(17058,1090,'tve_revision_tve_disable_theme_dependency',''),(17059,1090,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"document.getElementById(\'my_id\').style.display = \'block\'; icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17060,1090,'tve_revision_tve_content_more_found',''),(17061,1090,'tve_revision_tve_save_post',''),(17062,1090,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(17063,1090,'tve_revision_tve_user_custom_css',''),(17064,1090,'tve_revision_tve_page_events','a:0:{}'),(17065,1090,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17066,1090,'tve_revision_tve_global_scripts',''),(17067,1090,'tve_revision_thrive_icon_pack','0'),(17068,1090,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17069,1090,'tve_revision_tve_has_masonry','0'),(17070,1090,'tve_revision_tve_has_typefocus','0'),(17071,1090,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p> [button color=\"primary\" onclick=\"document.getElementById(\'my_id\').style.display = \'block\'; icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17072,1090,'tve_revision_tve_has_wistia_popover','0'),(17074,201,'tve_disable_theme_dependency',''),(17075,201,'tve_save_post',''),(17076,201,'tve_global_scripts',''),(17077,1091,'tve_revision_tve_landing_page',''),(17078,1091,'tve_revision_tve_disable_theme_dependency',''),(17079,1091,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\nThis is my DIV element.\n</div>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17080,1091,'tve_revision_tve_content_more_found',''),(17081,1091,'tve_revision_tve_save_post',''),(17082,1091,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(17083,1091,'tve_revision_tve_user_custom_css',''),(17084,1091,'tve_revision_tve_page_events','a:0:{}'),(17085,1091,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17086,1091,'tve_revision_tve_global_scripts',''),(17087,1091,'tve_revision_thrive_icon_pack','0'),(17088,1091,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17089,1091,'tve_revision_tve_has_masonry','0'),(17090,1091,'tve_revision_tve_has_typefocus','0'),(17091,1091,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\nThis is my DIV element.\n</div>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17092,1091,'tve_revision_tve_has_wistia_popover','0'),(17093,1092,'tve_revision_tve_landing_page',''),(17094,1092,'tve_revision_tve_disable_theme_dependency',''),(17095,1092,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17096,1092,'tve_revision_tve_content_more_found',''),(17097,1092,'tve_revision_tve_save_post',''),(17098,1092,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }}'),(17099,1092,'tve_revision_tve_user_custom_css',''),(17100,1092,'tve_revision_tve_page_events','a:0:{}'),(17101,1092,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17102,1092,'tve_revision_tve_global_scripts',''),(17103,1092,'tve_revision_thrive_icon_pack','0'),(17104,1092,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17105,1092,'tve_revision_tve_has_masonry','0'),(17106,1092,'tve_revision_tve_has_typefocus','0'),(17107,1092,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17108,1092,'tve_revision_tve_has_wistia_popover','0'),(17109,1093,'tve_revision_tve_landing_page',''),(17110,1093,'tve_revision_tve_disable_theme_dependency',''),(17111,1093,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17112,1093,'tve_revision_tve_content_more_found',''),(17113,1093,'tve_revision_tve_save_post',''),(17114,1093,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }[data-css=\"tve-u-166cb960383\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }}'),(17115,1093,'tve_revision_tve_user_custom_css',''),(17116,1093,'tve_revision_tve_page_events','a:0:{}'),(17117,1093,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17118,1093,'tve_revision_tve_global_scripts',''),(17119,1093,'tve_revision_thrive_icon_pack','0'),(17120,1093,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17121,1093,'tve_revision_tve_has_masonry','0'),(17122,1093,'tve_revision_tve_has_typefocus','0'),(17123,1093,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17124,1093,'tve_revision_tve_has_wistia_popover','0'),(17125,1094,'tve_revision_tve_landing_page',''),(17126,1094,'tve_revision_tve_disable_theme_dependency',''),(17127,1094,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\">Book Now</button></p><div id=\"book_now\"><div class=\"_form_25\"> </div><p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p></div>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17128,1094,'tve_revision_tve_content_more_found',''),(17129,1094,'tve_revision_tve_save_post',''),(17130,1094,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }[data-css=\"tve-u-166cb960383\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }}'),(17131,1094,'tve_revision_tve_user_custom_css',''),(17132,1094,'tve_revision_tve_page_events','a:0:{}'),(17133,1094,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17134,1094,'tve_revision_tve_global_scripts',''),(17135,1094,'tve_revision_thrive_icon_pack','0'),(17136,1094,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17137,1094,'tve_revision_tve_has_masonry','0'),(17138,1094,'tve_revision_tve_has_typefocus','0'),(17139,1094,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\">Book Now</button></p><div id=\"book_now\"><div class=\"_form_25\"> </div><p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p></div>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17140,1094,'tve_revision_tve_has_wistia_popover','0'),(17141,1095,'tve_revision_tve_landing_page',''),(17142,1095,'tve_revision_tve_disable_theme_dependency',''),(17143,1095,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17144,1095,'tve_revision_tve_content_more_found',''),(17145,1095,'tve_revision_tve_save_post',''),(17146,1095,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }[data-css=\"tve-u-166cb960383\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(17147,1095,'tve_revision_tve_user_custom_css',''),(17148,1095,'tve_revision_tve_page_events','a:0:{}'),(17149,1095,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17150,1095,'tve_revision_tve_global_scripts',''),(17151,1095,'tve_revision_thrive_icon_pack','0'),(17152,1095,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17153,1095,'tve_revision_tve_has_masonry','0'),(17154,1095,'tve_revision_tve_has_typefocus','0'),(17155,1095,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17156,1095,'tve_revision_tve_has_wistia_popover','0'),(17157,1096,'tve_revision_tve_landing_page',''),(17158,1096,'tve_revision_tve_disable_theme_dependency',''),(17159,1096,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17160,1096,'tve_revision_tve_content_more_found',''),(17161,1096,'tve_revision_tve_save_post',''),(17162,1096,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }[data-css=\"tve-u-166cb960383\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(17163,1096,'tve_revision_tve_user_custom_css',''),(17164,1096,'tve_revision_tve_page_events','a:0:{}'),(17165,1096,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17166,1096,'tve_revision_tve_global_scripts',''),(17167,1096,'tve_revision_thrive_icon_pack','0'),(17168,1096,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17169,1096,'tve_revision_tve_has_masonry','0'),(17170,1096,'tve_revision_tve_has_typefocus','0'),(17171,1096,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17172,1096,'tve_revision_tve_has_wistia_popover','0'),(17173,1097,'tve_revision_tve_landing_page',''),(17174,1097,'tve_revision_tve_disable_theme_dependency',''),(17175,1097,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17176,1097,'tve_revision_tve_content_more_found',''),(17177,1097,'tve_revision_tve_save_post',''),(17178,1097,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-166138e897e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b5e\"] { font-family: \"Architects Daughter\" !important; }[data-css=\"tve-u-166181c5b60\"] { font-family: inherit !important; }[data-css=\"tve-u-166cb960383\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }}'),(17179,1097,'tve_revision_tve_user_custom_css',''),(17180,1097,'tve_revision_tve_page_events','a:0:{}'),(17181,1097,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17182,1097,'tve_revision_tve_global_scripts',''),(17183,1097,'tve_revision_thrive_icon_pack','0'),(17184,1097,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17185,1097,'tve_revision_tve_has_masonry','0'),(17186,1097,'tve_revision_tve_has_typefocus','0'),(17187,1097,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"vimeo\" data-overlay=\"0\" data-url=\"https://vimeo.com/291758277\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"291758277\" data-provider=\"vimeo\" src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" data-src=\"https://player.vimeo.com/video/291758277?portrait=1&title=1&color=fff&byline=1\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb960383\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p style=\"text-align: center;\"><button id=\"book\" onclick=\"myFunction()\">Book Now</button></p>\n<div id=\"book_now\">\n<div class=\"_form_25\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><script>\nfunction myFunction() {\nvar x = document.getElementById(\"book_now\");\nif (x.style.display === \"none\") {\nx.style.display = \"block\";\n} else {\nx.style.display = \"none\";\n}\n}\n</script></p>\n</div>\n__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" id=\"book_now\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>&lt;div class=\"_form_25\"&gt;&lt;/div&gt;&lt;script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"&gt;&lt;/script&gt;</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv_text_element\"><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3></div>'),(17188,1097,'tve_revision_tve_has_wistia_popover','0'),(17189,1098,'tve_revision_tve_landing_page',''),(17190,1098,'tve_revision_tve_disable_theme_dependency',''),(17191,1098,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(17192,1098,'tve_revision_tve_content_more_found',''),(17193,1098,'tve_revision_tve_save_post',''),(17194,1098,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-165fd14bf8f\"] { width: 861px; box-shadow: rgba(24, 24, 24, 0.4) 2px 2px 5px 1px; }[data-css=\"tve-u-166cb239f65\"] { margin-top: -60px !important; }}'),(17195,1098,'tve_revision_tve_user_custom_css',''),(17196,1098,'tve_revision_tve_page_events','a:0:{}'),(17197,1098,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17198,1098,'tve_revision_tve_global_scripts',''),(17199,1098,'tve_revision_thrive_icon_pack','0'),(17200,1098,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17201,1098,'tve_revision_tve_has_masonry','0'),(17202,1098,'tve_revision_tve_has_typefocus','0'),(17203,1098,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166cb239f65\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\"]Free Guide[/center_heading]</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165fd14bf8f\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102701/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\">[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading]\n<div class=\"_form_21\"></div>\n<code class=\"tve_js_placeholder\">[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]</code></div></div></div></div></div>'),(17204,1098,'tve_revision_tve_has_wistia_popover','0'),(17205,1099,'tve_revision_tve_landing_page',''),(17206,1099,'tve_revision_tve_disable_theme_dependency',''),(17207,1099,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street, Suite 1980</li><li class=\"style=\" style=\"text-align: left;\">Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(17208,1099,'tve_revision_tve_content_more_found',''),(17209,1099,'tve_revision_tve_save_post',''),(17210,1099,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1655b23234c\"] { width: 267px; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1655b24207c\"] { float: none; width: 100%; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1662fcf839a\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16636022206\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: -56px !important; }}'),(17211,1099,'tve_revision_tve_user_custom_css',''),(17212,1099,'tve_revision_tve_page_events','a:0:{}'),(17213,1099,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17214,1099,'tve_revision_tve_global_scripts',''),(17215,1099,'tve_revision_thrive_icon_pack','0'),(17216,1099,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17217,1099,'tve_revision_tve_has_masonry','0'),(17218,1099,'tve_revision_tve_has_typefocus','0'),(17219,1099,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element h\" data-css=\"tve-u-1662fcf839a\"><h3 style=\"text-align: center;\">Contact Info</h3></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16636022206\"><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street, Suite 1980</li><li class=\"style=\" style=\"text-align: left;\">Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1655b23234c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180615095155/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-1655b24207c\"><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</div></div></div></div></div>'),(17220,1099,'tve_revision_tve_has_wistia_popover','0'),(17221,1100,'_wp_page_template','default'),(17222,1100,'slide_template','default'),(17223,1100,'_wi_template','fullwidth'),(17224,1100,'_wi_side-nav-headings','h2'),(17225,1100,'_wi_side-nav-scroll-style','normal'),(17226,1100,'_wi_titlebar-padding','20'),(17227,1100,'_wi_hide-titlebar-area','1'),(17228,1100,'_wi_titlebar-overlay-opacity','0'),(17229,1100,'_wi_titlebar-background-clipmask','none'),(17230,1100,'_wi_titlebar-background-clipmask-opacity','0'),(17231,1100,'_wi_titlebar-background-image-parallax','0'),(17232,1100,'_wi_zero-content-padding-top','0'),(17233,1100,'_wi_show-bottom-popup','0'),(17234,1100,'_wi_revslider','0'),(17235,1100,'_yoast_wpseo_content_score','90'),(17236,1100,'tcb2_ready','1'),(17237,1100,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_13\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=13\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17238,1100,'tve_content_more_found',''),(17239,1100,'tve_custom_css',''),(17240,1100,'tve_user_custom_css',''),(17241,1100,'tve_page_events','a:0:{}'),(17242,1100,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_13\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=13\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17243,1100,'tcb_editor_enabled','1'),(17244,1100,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17245,1100,'thrive_tcb_post_fonts','a:0:{}'),(17246,1100,'thrive_icon_pack','0'),(17247,1100,'tve_has_masonry','0'),(17248,1100,'tve_has_typefocus','0'),(17249,1100,'tve_has_wistia_popover','0'),(17250,1100,'_dp_original','202'),(17251,1100,'_edit_lock','1541086767:166'),(17252,1100,'_edit_last','166'),(17253,1101,'tve_revision_tve_landing_page',''),(17254,1101,'tve_revision_tve_disable_theme_dependency',''),(17255,1101,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17256,1101,'tve_revision_tve_content_more_found',''),(17257,1101,'tve_revision_tve_save_post',''),(17258,1101,'tve_revision_tve_custom_css',''),(17259,1101,'tve_revision_tve_user_custom_css',''),(17260,1101,'tve_revision_tve_page_events','a:0:{}'),(17261,1101,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17262,1101,'tve_revision_tve_global_scripts',''),(17263,1101,'tve_revision_thrive_icon_pack','0'),(17264,1101,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17265,1101,'tve_revision_tve_has_masonry','0'),(17266,1101,'tve_revision_tve_has_typefocus','0'),(17267,1101,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17268,1101,'tve_revision_tve_has_wistia_popover','0'),(17269,1102,'tve_revision_tve_landing_page',''),(17270,1102,'tve_revision_tve_disable_theme_dependency',''),(17271,1102,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_13\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=13\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17272,1102,'tve_revision_tve_content_more_found',''),(17273,1102,'tve_revision_tve_save_post',''),(17274,1102,'tve_revision_tve_custom_css',''),(17275,1102,'tve_revision_tve_user_custom_css',''),(17276,1102,'tve_revision_tve_page_events','a:0:{}'),(17277,1102,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17278,1102,'tve_revision_tve_global_scripts',''),(17279,1102,'tve_revision_thrive_icon_pack','0'),(17280,1102,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17281,1102,'tve_revision_tve_has_masonry','0'),(17282,1102,'tve_revision_tve_has_typefocus','0'),(17283,1102,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_13\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=13\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17284,1102,'tve_revision_tve_has_wistia_popover','0'),(17285,1103,'tve_revision_tve_landing_page',''),(17286,1103,'tve_revision_tve_disable_theme_dependency',''),(17287,1103,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_13\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=13\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17288,1103,'tve_revision_tve_content_more_found',''),(17289,1103,'tve_revision_tve_save_post',''),(17290,1103,'tve_revision_tve_custom_css',''),(17291,1103,'tve_revision_tve_user_custom_css',''),(17292,1103,'tve_revision_tve_page_events','a:0:{}'),(17293,1103,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17294,1103,'tve_revision_tve_global_scripts',''),(17295,1103,'tve_revision_thrive_icon_pack','0'),(17296,1103,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17297,1103,'tve_revision_tve_has_masonry','0'),(17298,1103,'tve_revision_tve_has_typefocus','0'),(17299,1103,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<div class=\"_form_13\"></div>\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=13\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17300,1103,'tve_revision_tve_has_wistia_popover','0'),(17301,1104,'tve_revision_tve_landing_page',''),(17302,1104,'tve_revision_tve_disable_theme_dependency',''),(17303,1104,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> The Challenge™</h3><p class=\"tve-droppable\">This is <em>our proprietary approach</em> to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Documents</h3><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Landscape Design</h3><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #040033;\"></i> Interior Design Services</h3><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Management Services</h3>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166d202a92f\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(17304,1104,'tve_revision_tve_content_more_found',''),(17305,1104,'tve_revision_tve_save_post',''),(17306,1104,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Architects+Daughter:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16559a7f91a\"] { width: 800px; margin-top: 0px !important; }[data-css=\"tve-u-16559a8e4e9\"] { width: 401px; margin-top: 0px !important; }[data-css=\"tve-u-16559aa97ac\"] { width: 550px; float: left; z-index: 3; position: relative; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16559afd1cf\"] { display: block; position: static !important; margin-top: 36px !important; }[data-css=\"tve-u-16559b1a25c\"] { margin-top: 0px !important; }[data-css=\"tve-u-16559b32004\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b32004\"] { margin-left: -30px; }[data-css=\"tve-u-16559b356ad\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b356ad\"] { margin-left: -30px; }[data-css=\"tve-u-16559b376d7\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16559b376d7\"] { margin-left: -30px; }#tve_editor [data-css=\"tve-u-16587a29915\"] { font-family: \"Architects Daughter\" !important; font-weight: 400 !important; text-transform: none !important; }[data-css=\"tve-u-1661378247f\"] { text-transform: lowercase !important; }#tve_editor [data-css=\"tve-u-1661379350e\"] { font-family: inherit !important; text-transform: lowercase !important; font-size: 22px !important; }[data-css=\"tve-u-16613799e7b\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16618145581\"] { text-transform: uppercase !important; }[data-css=\"tve-u-16635e970d0\"] { width: 944px; margin-right: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16635e99d7d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e99fbe\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a1db\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a43a\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a66d\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9a891\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9aac9\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-16635e9ad14\"] { width: 944px; margin-left: 40px !important; }[data-css=\"tve-u-1664bb6b4e3\"]::after { clear: both; }[data-css=\"tve-u-166d202a92f\"] { margin-top: -20px !important; }}'),(17307,1104,'tve_revision_tve_user_custom_css',''),(17308,1104,'tve_revision_tve_page_events','a:0:{}'),(17309,1104,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17310,1104,'tve_revision_tve_global_scripts',''),(17311,1104,'tve_revision_thrive_icon_pack','0'),(17312,1104,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17313,1104,'tve_revision_tve_has_masonry','0'),(17314,1104,'tve_revision_tve_has_typefocus','0'),(17315,1104,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_text_element\"><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b32004\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a7f91a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001135/cracked-foundation.jpg\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559afd1cf\"><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b356ad\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559a8e4e9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001125/top-of-rock.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16559b1a25c\"><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16559b376d7\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-1664bb6b4e3\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16559aa97ac\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180819001132/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\"><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"https://shererarch.com/first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"https://shererarch.com/first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p class=\"tve-droppable\">Service Phases:</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"https://shererarch.com/first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"https://shererarch.com/dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> The Challenge™</h3><p class=\"tve-droppable\">This is <em>our proprietary approach</em> to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Documents</h3><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Landscape Design</h3><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #040033;\"></i> Interior Design Services</h3><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><h3><i class=\"fas fa-check fa-1x\" style=\"color: #0a214d;\"></i> Construction Management Services</h3>__TVE_SHORTCODE_RAW___</div></div><div class=\"thrv_wrapper tve_wp_shortcode\" data-css=\"tve-u-166d202a92f\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>We offer services including:</p>\n<p>[iconlist icon=\"checkmark\" color=\"green\"]</p>\n<ul>\n<li>Weekly Site Inspections &amp; Progress Reports with Photo Documentation</li>\n<li>Project Construction Weekly Meetings</li>\n<li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n<li>Furniture</li>\n<li>IT</li>\n<li>Signage</li>\n<li>Security</li>\n</ul>\n</li>\n<li>Change Order Review</li>\n<li>Monthly Pay Application Review</li>\n<li>Project Close Out, Warranty Review and Coordination</li>\n</ul>\n<p>[/iconlist]</p>\n__TVE_SHORTCODE_RAW___</div></div></div></div><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e970d0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105000/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a66d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105006/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9ad14\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105016/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a1db\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104957/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99fbe\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104942/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e99d7d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104936/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a891\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002110712/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9aac9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002105011/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16635e9a43a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20181002104952/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span></div></div></div></div></div></div>\n</div>'),(17316,1104,'tve_revision_tve_has_wistia_popover','0'),(17317,1105,'_wp_page_template','default'),(17318,1105,'slide_template','default'),(17319,1105,'_wi_template','fullwidth'),(17320,1105,'_wi_side-nav-headings','h2'),(17321,1105,'_wi_side-nav-scroll-style','normal'),(17322,1105,'_wi_titlebar-padding','20'),(17323,1105,'_wi_hide-titlebar-area','1'),(17324,1105,'_wi_titlebar-overlay-opacity','0'),(17325,1105,'_wi_titlebar-background-clipmask','none'),(17326,1105,'_wi_titlebar-background-clipmask-opacity','0'),(17327,1105,'_wi_titlebar-background-image-parallax','0'),(17328,1105,'_wi_zero-content-padding-top','0'),(17329,1105,'_wi_show-bottom-popup','0'),(17330,1105,'_wi_revslider','0'),(17331,1105,'_yoast_wpseo_content_score','90'),(17332,1105,'tcb2_ready','1'),(17333,1105,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17334,1105,'tve_content_more_found',''),(17335,1105,'tve_custom_css',''),(17336,1105,'tve_user_custom_css',''),(17337,1105,'tve_page_events','a:0:{}'),(17338,1105,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17339,1105,'tcb_editor_enabled','1'),(17340,1105,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17341,1105,'thrive_tcb_post_fonts','a:0:{}'),(17342,1105,'thrive_icon_pack','0'),(17343,1105,'tve_has_masonry','0'),(17344,1105,'tve_has_typefocus','0'),(17345,1105,'tve_has_wistia_popover','0'),(17346,1105,'_dp_original','202'),(17347,1105,'_edit_lock','1541130162:166'),(17348,1105,'_edit_last','166'),(17349,1106,'tve_revision_tve_landing_page',''),(17350,1106,'tve_revision_tve_disable_theme_dependency',''),(17351,1106,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17352,1106,'tve_revision_tve_content_more_found',''),(17353,1106,'tve_revision_tve_save_post',''),(17354,1106,'tve_revision_tve_custom_css',''),(17355,1106,'tve_revision_tve_user_custom_css',''),(17356,1106,'tve_revision_tve_page_events','a:0:{}'),(17357,1106,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17358,1106,'tve_revision_tve_global_scripts',''),(17359,1106,'tve_revision_thrive_icon_pack','0'),(17360,1106,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17361,1106,'tve_revision_tve_has_masonry','0'),(17362,1106,'tve_revision_tve_has_typefocus','0'),(17363,1106,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /]<br />\n[center_heading h=\"h2\"]Success[/center_heading]<br />\n[column size=\"2/3\" last=\"false\"]<br />\n[center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17364,1106,'tve_revision_tve_has_wistia_popover','0'),(17365,1107,'tve_revision_tve_landing_page',''),(17366,1107,'tve_revision_tve_disable_theme_dependency',''),(17367,1107,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17368,1107,'tve_revision_tve_content_more_found',''),(17369,1107,'tve_revision_tve_save_post',''),(17370,1107,'tve_revision_tve_custom_css',''),(17371,1107,'tve_revision_tve_user_custom_css',''),(17372,1107,'tve_revision_tve_page_events','a:0:{}'),(17373,1107,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17374,1107,'tve_revision_tve_global_scripts',''),(17375,1107,'tve_revision_thrive_icon_pack','0'),(17376,1107,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17377,1107,'tve_revision_tve_has_masonry','0'),(17378,1107,'tve_revision_tve_has_typefocus','0'),(17379,1107,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17380,1107,'tve_revision_tve_has_wistia_popover','0'),(17381,1108,'tve_revision_tve_landing_page',''),(17382,1108,'tve_revision_tve_disable_theme_dependency',''),(17383,1108,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17384,1108,'tve_revision_tve_content_more_found',''),(17385,1108,'tve_revision_tve_save_post',''),(17386,1108,'tve_revision_tve_custom_css',''),(17387,1108,'tve_revision_tve_user_custom_css',''),(17388,1108,'tve_revision_tve_page_events','a:0:{}'),(17389,1108,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17390,1108,'tve_revision_tve_global_scripts',''),(17391,1108,'tve_revision_thrive_icon_pack','0'),(17392,1108,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17393,1108,'tve_revision_tve_has_masonry','0'),(17394,1108,'tve_revision_tve_has_typefocus','0'),(17395,1108,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17396,1108,'tve_revision_tve_has_wistia_popover','0'),(17397,1109,'_wp_page_template','default'),(17398,1109,'slide_template','default'),(17399,1109,'_wi_template','fullwidth'),(17400,1109,'_wi_side-nav-headings','h2'),(17401,1109,'_wi_side-nav-scroll-style','normal'),(17402,1109,'_wi_titlebar-padding','20'),(17403,1109,'_wi_hide-titlebar-area','1'),(17404,1109,'_wi_titlebar-overlay-opacity','0'),(17405,1109,'_wi_titlebar-background-clipmask','none'),(17406,1109,'_wi_titlebar-background-clipmask-opacity','0'),(17407,1109,'_wi_titlebar-background-image-parallax','0'),(17408,1109,'_wi_zero-content-padding-top','0'),(17409,1109,'_wi_show-bottom-popup','0'),(17410,1109,'_wi_revslider','0'),(17411,1109,'_yoast_wpseo_content_score','90'),(17412,1109,'tcb2_ready','1'),(17413,1109,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /][center_heading h=\"h2\"]Success[/center_heading][column size=\"2/3\" last=\"false\"][center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you for signing up! Our welcome email is on its way![/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17414,1109,'tve_content_more_found',''),(17415,1109,'tve_custom_css',''),(17416,1109,'tve_user_custom_css',''),(17417,1109,'tve_page_events','a:0:{}'),(17418,1109,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /][center_heading h=\"h2\"]Success[/center_heading][column size=\"2/3\" last=\"false\"][center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you for signing up! Our welcome email is on its way![/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17419,1109,'tcb_editor_enabled','1'),(17420,1109,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17421,1109,'thrive_tcb_post_fonts','a:0:{}'),(17422,1109,'thrive_icon_pack','0'),(17423,1109,'tve_has_masonry','0'),(17424,1109,'tve_has_typefocus','0'),(17425,1109,'tve_has_wistia_popover','0'),(17427,1109,'_dp_original','1105'),(17428,1109,'_edit_lock','1541130718:166'),(17429,1109,'_edit_last','166'),(17430,1110,'tve_revision_tve_landing_page',''),(17431,1110,'tve_revision_tve_disable_theme_dependency',''),(17432,1110,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17433,1110,'tve_revision_tve_content_more_found',''),(17434,1110,'tve_revision_tve_save_post',''),(17435,1110,'tve_revision_tve_custom_css',''),(17436,1110,'tve_revision_tve_user_custom_css',''),(17437,1110,'tve_revision_tve_page_events','a:0:{}'),(17438,1110,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17439,1110,'tve_revision_tve_global_scripts',''),(17440,1110,'tve_revision_thrive_icon_pack','0'),(17441,1110,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17442,1110,'tve_revision_tve_has_masonry','0'),(17443,1110,'tve_revision_tve_has_typefocus','0'),(17444,1110,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you! Someone will be in touch with you shortly.[/center_heading]</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17445,1110,'tve_revision_tve_has_wistia_popover','0'),(17446,1111,'tve_revision_tve_landing_page',''),(17447,1111,'tve_revision_tve_disable_theme_dependency',''),(17448,1111,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /][center_heading h=\"h2\"]Success[/center_heading][column size=\"2/3\" last=\"false\"][center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you for signing up! Our welcome email is on its way![/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17449,1111,'tve_revision_tve_content_more_found',''),(17450,1111,'tve_revision_tve_save_post',''),(17451,1111,'tve_revision_tve_custom_css',''),(17452,1111,'tve_revision_tve_user_custom_css',''),(17453,1111,'tve_revision_tve_page_events','a:0:{}'),(17454,1111,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(17455,1111,'tve_revision_tve_global_scripts',''),(17456,1111,'tve_revision_thrive_icon_pack','0'),(17457,1111,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(17458,1111,'tve_revision_tve_has_masonry','0'),(17459,1111,'tve_revision_tve_has_typefocus','0'),(17460,1111,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\"><div class=\"tve_shortcode_raw\" style=\"display: none\">___TVE_SHORTCODE_RAW__<p>[spacer height=\"30\" /][center_heading h=\"h2\"]Success[/center_heading][column size=\"2/3\" last=\"false\"][center_heading h=\"h2\" font=\"\" border=\"true\"]Thank you for signing up! Our welcome email is on its way![/center_heading]</p>\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>\n__TVE_SHORTCODE_RAW___</div></div>'),(17461,1111,'tve_revision_tve_has_wistia_popover','0'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2014-05-02 17:59:26','2014-05-02 17:59:26','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://amgtemplate.wpengine.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','closed','','sample-page','','','2014-05-02 17:59:26','2014-05-02 17:59:26','',0,'http://amgtemplate.wpengine.com/?page_id=2',0,'page','',0),(6,2,'2014-06-29 23:16:53','2014-06-29 23:16:53','<p>Your Name (*)<br />\r\n\r\n[text* your-name] </p>\r\n\r\n<p>Your Email (*)<br />\r\n\r\n[email* your-email] </p>\r\n\r\n<p>Your Phone Number (*)<br />\r\n\r\n[text* your-phone-number] </p>\r\n\r\n<p>City (*)<br />\r\n\r\n[text* city] </p>\r\n\r\n<p>Zip Code (*)<br />\r\n\r\n[text* zip-code] </p>\r\n\r\n<p>Estimated Budget<br />\r\n\r\n[text estimated-budget] </p>\r\n\r\n<p>Project Type / Interest<br />\r\n\r\n[textarea interest] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n1\nWebsite Inquiry Contact Page\n[your-name] <no-reply@shererarch.archwebsite.com>\ninfo@shererarch.com\nFrom: [your-name] <[your-email]>\r\nPhone: [your-phone-number]\r\nLocation: [city]\r\nZipcode: [zip-code]\r\nEstimated Budget: [estimated-budget]\r\nProject Type: [interest]\r\n\r\n--\r\nThis e-mail was sent from a contact form on your website.\nReply-to: [your-email]\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Enoch Sears Blog (http://amgtemplate.wpengine.com)\n\n\n\n\nYour message was sent successfully. Thank you!\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nThe field is too long.\nThe field is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Contact form 1','','publish','open','closed','','contact-form-1','','','2018-11-01 08:31:52','2018-11-01 15:31:52','',0,'http://amgtemplate.wpengine.com/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(7,2,'2014-06-29 23:22:57','2014-06-29 23:22:57','','architects-marketing-logo-new-400','','inherit','open','closed','','architects-marketing-logo-new-400','','','2014-06-29 23:22:57','2014-06-29 23:22:57','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/06/architects-marketing-logo-new-400.jpg',0,'attachment','image/jpeg',0),(8,2,'2014-06-29 23:28:06','2014-06-29 23:28:06','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span><h4 style=\"text-align: center;\">Download Here</h4><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','publish','closed','closed','','about-us','','','2018-10-06 16:39:48','2018-10-06 23:39:48','',0,'http://amgtemplate.wpengine.com/?page_id=8',0,'page','',0),(10,2,'2014-06-29 23:28:49','2014-06-29 23:28:49','[spacer height=\"30\" /][center_heading h=\"h2\"]Portfolio[/center_heading][column size=\"2/3\" last=\"false\"]<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]','Portfolio','','publish','closed','closed','','portfolio','','','2018-09-25 12:39:29','2018-09-25 19:39:29','',0,'http://amgtemplate.wpengine.com/?page_id=10',0,'page','',0),(12,2,'2014-06-29 23:29:15','2014-06-30 06:29:15','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','publish','closed','closed','','news-and-articles','','','2018-10-06 15:10:42','2018-10-06 22:10:42','',0,'http://amgtemplate.wpengine.com/?page_id=12',0,'page','',0),(14,2,'2014-06-29 23:30:15','2014-06-29 23:30:15','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><h3 style=\"text-align: center;\">Contact Info</h3><ul class=\"\"><li class=\"style=\" style=\"text-align: left;\">Sherer & Associates, LLC</li><li class=\"style=\" style=\"text-align: left;\">1201 Main Street, Suite 1980</li><li class=\"style=\" style=\"text-align: left;\">Columbia, SC 29201</li><li class=\"style=\" style=\"text-align: left;\">Tel: 803-748-1345</li><li class=\"style=\" style=\"text-align: left;\">Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','Contact Us','','publish','closed','closed','','contact-us','','','2018-11-01 08:37:05','2018-11-01 15:37:05','',0,'http://amgtemplate.wpengine.com/?page_id=14',0,'page','',0),(16,2,'2014-06-29 23:31:55','2014-06-29 23:31:55',' ','','','publish','open','closed','','16','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://amgtemplate.wpengine.com/?p=16',12,'nav_menu_item','',0),(17,2,'2014-06-29 23:31:55','2014-06-29 23:31:55','','Blog & News','','publish','open','closed','','17','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://amgtemplate.wpengine.com/?p=17',11,'nav_menu_item','',0),(18,2,'2014-06-29 23:31:55','2014-06-29 23:31:55',' ','','','publish','open','closed','','18','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://amgtemplate.wpengine.com/?p=18',10,'nav_menu_item','',0),(19,2,'2014-06-29 23:31:55','2014-06-29 23:31:55',' ','','','publish','open','closed','','19','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://amgtemplate.wpengine.com/?p=19',2,'nav_menu_item','',0),(21,2,'2014-06-29 23:31:55','2014-06-29 23:31:55','','Home','','publish','open','closed','','home','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://amgtemplate.wpengine.com/?p=21',1,'nav_menu_item','',0),(22,2,'2014-06-30 01:48:06','2014-06-30 01:48:06','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','publish','closed','closed','','home','','','2018-10-25 13:59:17','2018-10-25 20:59:17','',0,'http://amgtemplate.wpengine.com/?page_id=22',0,'page','',0),(24,2,'2014-06-30 03:34:38','2014-06-30 03:34:38','','home1-new','','inherit','open','closed','','home1-new','','','2014-06-30 03:34:38','2014-06-30 03:34:38','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/06/home1-new.jpg',0,'attachment','image/jpeg',0),(25,2,'2014-06-30 03:34:41','2014-06-30 03:34:41','','home2-new','','inherit','open','closed','','home2-new','','','2014-06-30 03:34:41','2014-06-30 03:34:41','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/06/home2-new.jpg',0,'attachment','image/jpeg',0),(26,2,'2014-06-30 03:34:45','2014-06-30 03:34:45','','home3a-new','','inherit','open','closed','','home3a-new','','','2014-06-30 03:34:45','2014-06-30 03:34:45','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/06/home3a-new.jpg',0,'attachment','image/jpeg',0),(39,2,'2014-07-01 07:39:52','2014-07-01 14:39:52','This beautiful modern house captures incredible views and maximizes light and air. It<span style=\"color: #444444;\"> combines contemporary design and sustainability with high levels of insulation to floors, walls, glazing and roofs, as well as provision for rainwater recycling, which will provide water for flushing toilets and washing clothes.</span>','Smith Residence','','draft','closed','closed','','smith-residence','','','2018-06-08 01:05:19','2018-06-08 08:05:19','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=39',0,'portfolio','',0),(41,2,'2014-07-01 02:38:33','2014-07-01 02:38:33','Modern town houses of brick and glass on urban street','Modern town houses','','inherit','open','closed','','modern-town-houses','','','2014-07-01 02:38:33','2014-07-01 02:38:33','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_8910472_original.jpg',0,'attachment','image/jpeg',0),(42,2,'2014-07-01 02:38:58','2014-07-01 02:38:58','','Modern kitchen','','inherit','open','closed','','modern-kitchen','','','2014-07-01 02:38:58','2014-07-01 02:38:58','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_11493205_original.jpg',0,'attachment','image/jpeg',0),(43,2,'2014-07-01 02:39:12','2014-07-01 02:39:12','Infinity swimming pool by beach at the modern luxury hotel, Pieria, Greece','Infinity swimming pool by beach at the modern luxury hotel, Pier','','inherit','open','closed','','infinity-swimming-pool-by-beach-at-the-modern-luxury-hotel-pier','','','2014-07-01 02:39:12','2014-07-01 02:39:12','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_11612379_original.jpg',0,'attachment','image/jpeg',0),(44,2,'2014-07-01 02:39:26','2014-07-01 02:39:26','','AMG_stock_14587765_original','','inherit','open','closed','','amg_stock_14587765_original','','','2014-07-01 02:39:26','2014-07-01 02:39:26','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_14587765_original.jpg',0,'attachment','image/jpeg',0),(45,2,'2014-07-01 02:39:51','2014-07-01 02:39:51','','beautiful modern house in cement, dining room view from the veranda','','inherit','open','closed','','beautiful-modern-house-in-cement-dining-room-view-from-the-veranda','','','2014-07-01 02:39:51','2014-07-01 02:39:51','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_19524529_original.jpg',0,'attachment','image/jpeg',0),(46,2,'2014-07-01 02:40:10','2014-07-01 02:40:10','','beautiful modern house in cement, interior, living room top view','','inherit','open','closed','','beautiful-modern-house-in-cement-interior-living-room-top-view','','','2014-07-01 02:40:10','2014-07-01 02:40:10','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_19524707_original.jpg',0,'attachment','image/jpeg',0),(47,2,'2014-07-01 02:40:30','2014-07-01 02:40:30','','beautiful modern house in cement, interior, living room','','inherit','open','closed','','beautiful-modern-house-in-cement-interior-living-room','','','2014-07-01 02:40:30','2014-07-01 02:40:30','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_19524821_original.jpg',0,'attachment','image/jpeg',0),(48,2,'2014-07-01 02:40:52','2014-07-01 02:40:52','','beautiful modern house in cement, interior, open space','beautiful modern house in cement, interior, open space','inherit','open','closed','','beautiful-modern-house-in-cement-interior-open-space','','','2016-01-25 08:33:49','2016-01-25 16:33:49','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_19525687_original.jpg',0,'attachment','image/jpeg',0),(49,2,'2014-07-01 02:41:06','2014-07-01 02:41:06','','beautiful modern house in cement, outdoor, side view','','inherit','open','closed','','beautiful-modern-house-in-cement-outdoor-side-view','','','2014-07-01 02:41:06','2014-07-01 02:41:06','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_19528661_original.jpg',0,'attachment','image/jpeg',0),(50,2,'2014-07-01 02:41:21','2014-07-01 02:41:21','','Luxurious home with outdoor entertaining area','','inherit','open','closed','','luxurious-home-with-outdoor-entertaining-area','','','2014-07-01 02:41:21','2014-07-01 02:41:21','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_19842517_original.jpg',0,'attachment','image/jpeg',0),(51,2,'2014-07-01 02:41:43','2014-07-01 02:41:43','','Modern home','','inherit','open','closed','','modern-home','','','2014-07-01 02:41:43','2014-07-01 02:41:43','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_19842525_original.jpg',0,'attachment','image/jpeg',0),(52,2,'2014-07-01 02:41:53','2014-07-01 02:41:53','beautiful house, modern style, view from the veranda','modern house outdoor','','inherit','open','closed','','modern-house-outdoor','','','2014-07-01 02:41:53','2014-07-01 02:41:53','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20349357_original.jpg',0,'attachment','image/jpeg',0),(53,2,'2014-07-01 02:42:16','2014-07-01 02:42:16','beautiful house, modern style, view from the patio','modern house outdoor','','inherit','open','closed','','modern-house-outdoor-2','','','2014-07-01 02:42:16','2014-07-01 02:42:16','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20349567_original.jpg',0,'attachment','image/jpeg',0),(54,2,'2014-07-01 02:42:29','2014-07-01 02:42:29','beautiful house, modern style, view from the veranda','modern house outdoor','','inherit','open','closed','','modern-house-outdoor-3','','','2014-07-01 02:42:29','2014-07-01 02:42:29','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20350409_original.jpg',0,'attachment','image/jpeg',0),(55,2,'2014-07-01 02:42:39','2014-07-01 02:42:39','beautiful house, modern style, view from the patio','modern house outdoor','','inherit','open','closed','','modern-house-outdoor-4','','','2014-07-01 02:42:39','2014-07-01 02:42:39','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20350529_original.jpg',0,'attachment','image/jpeg',0),(56,2,'2014-07-01 02:42:56','2014-07-01 02:42:56','beautiful house, modern style, view from the garden','modern house outdoor','','inherit','open','closed','','modern-house-outdoor-5','','','2014-07-01 02:42:56','2014-07-01 02:42:56','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20351747_original.jpg',0,'attachment','image/jpeg',0),(57,2,'2014-07-01 02:43:07','2014-07-01 02:43:07','beautiful house, modern style, bedroom view','modern house interior','','inherit','open','closed','','modern-house-interior','','','2014-07-01 02:43:07','2014-07-01 02:43:07','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20355047_original.jpg',0,'attachment','image/jpeg',0),(58,2,'2014-07-01 02:43:26','2014-07-01 02:43:26','beautiful house, modern style, room view with a chair','modern house interior','','inherit','open','closed','','modern-house-interior-2','','','2014-07-01 02:43:26','2014-07-01 02:43:26','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20355055_original.jpg',0,'attachment','image/jpeg',0),(59,2,'2014-07-01 02:43:41','2014-07-01 02:43:41','beautiful house, modern style, room view with a chair','modern house interior','','inherit','open','closed','','modern-house-interior-3','','','2014-07-01 02:43:41','2014-07-01 02:43:41','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_20356337_original.jpg',0,'attachment','image/jpeg',0),(60,2,'2014-07-01 02:44:07','2014-07-01 02:44:07','Street with modern houses in a suburban area','Modern street','','inherit','open','closed','','modern-street','','','2014-07-01 02:44:07','2014-07-01 02:44:07','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_21157583_original.jpg',0,'attachment','image/jpeg',0),(61,2,'2014-07-01 02:44:28','2014-07-01 02:44:28','Modern kitchen and living room overlooking a backyard','Modern kitchen and living room','','inherit','open','closed','','modern-kitchen-and-living-room','','','2014-07-01 02:44:28','2014-07-01 02:44:28','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_22927000_original.jpg',0,'attachment','image/jpeg',0),(62,2,'2014-07-01 02:44:51','2014-07-01 02:44:51','','Beautiful new peaceful, modern home','','inherit','open','closed','','beautiful-new-peaceful-modern-home','','','2014-07-01 02:44:51','2014-07-01 02:44:51','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_23613291_original.jpg',0,'attachment','image/jpeg',0),(63,2,'2014-07-01 02:45:06','2014-07-01 02:45:06','modern house with pool in the night, exterior','modern house','','inherit','open','closed','','modern-house','','','2014-07-01 02:45:06','2014-07-01 02:45:06','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_24053367_original.jpg',0,'attachment','image/jpeg',0),(64,2,'2014-07-01 02:45:14','2014-07-01 02:45:14','exterior, modern house with big garden','modern house','','inherit','open','closed','','modern-house-2','','','2014-07-01 02:45:14','2014-07-01 02:45:14','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_25305907_original.jpg',0,'attachment','image/jpeg',0),(65,2,'2014-07-01 02:45:27','2014-07-01 02:45:27','exterior, modern house in the night','modern house','','inherit','open','closed','','modern-house-3','','','2014-07-01 02:45:27','2014-07-01 02:45:27','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_25306725_original.jpg',0,'attachment','image/jpeg',0),(66,2,'2014-07-01 02:45:50','2014-07-01 02:45:50','exterior, modern house with a big garden','modern house','','inherit','open','closed','','modern-house-4','','','2014-07-01 02:45:50','2014-07-01 02:45:50','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_25430059_original.jpg',0,'attachment','image/jpeg',0),(67,2,'2014-07-01 02:46:00','2014-07-01 02:46:00','exterior, modern house with a big garden','modern house','','inherit','open','closed','','modern-house-5','','','2014-07-01 02:46:00','2014-07-01 02:46:00','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_25430979_original.jpg',0,'attachment','image/jpeg',0),(68,2,'2014-07-01 02:46:18','2014-07-01 02:46:18','modern house in exterior, beautiful garden','modern house, exterior','','inherit','open','closed','','modern-house-exterior','','','2014-07-01 02:46:18','2014-07-01 02:46:18','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_25446011_original.jpg',0,'attachment','image/jpeg',0),(69,2,'2014-07-01 02:46:31','2014-07-01 02:46:31','Top view of an architectural mock-up of a modern house made of wood.','Modern house mock-up.','','inherit','open','closed','','modern-house-mock-up','','','2014-07-01 02:46:31','2014-07-01 02:46:31','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26278253_original.jpg',0,'attachment','image/jpeg',0),(70,2,'2014-07-01 02:46:55','2014-07-01 02:46:55','Modern house in exterior, beauty garden','Modern house','','inherit','open','closed','','modern-house-6','','','2014-07-01 02:46:55','2014-07-01 02:46:55','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26934873_original.jpg',0,'attachment','image/jpeg',0),(71,2,'2014-07-01 02:47:07','2014-07-01 02:47:07','Modern house in exterior, beauty garden','Modern house','','inherit','open','closed','','modern-house-7','','','2014-07-01 02:47:07','2014-07-01 02:47:07','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26935181_original.jpg',0,'attachment','image/jpeg',0),(72,2,'2014-07-01 02:47:15','2014-07-01 02:47:15','modern house, exterior at the night','Modern house','','inherit','open','closed','','modern-house-8','','','2014-07-01 02:47:15','2014-07-01 02:47:15','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26950909_original.jpg',0,'attachment','image/jpeg',0),(73,2,'2014-07-01 02:47:30','2014-07-01 02:47:30','New architecture, beautiful modern house outdoors at night','modern house and pool','','inherit','open','closed','','modern-house-and-pool','','','2014-07-01 02:47:30','2014-07-01 02:47:30','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26951021_original.jpg',0,'attachment','image/jpeg',0),(74,2,'2014-07-01 02:47:41','2014-07-01 02:47:41','beauty house in the night with pool','modern house and pool','','inherit','open','closed','','modern-house-and-pool-2','','','2014-07-01 02:47:41','2014-07-01 02:47:41','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26951147_original.jpg',0,'attachment','image/jpeg',0),(75,2,'2014-07-01 02:47:49','2014-07-01 02:47:49','modern house, exterior at the night','Modern house','','inherit','open','closed','','modern-house-9','','','2014-07-01 02:47:49','2014-07-01 02:47:49','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26951577_original.jpg',0,'attachment','image/jpeg',0),(76,2,'2014-07-01 02:47:58','2014-07-01 02:47:58','view of the beautiful modern houses, \noutdoor at night','Modern house by night','','inherit','open','closed','','modern-house-by-night','','','2014-07-01 02:47:58','2014-07-01 02:47:58','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29212501_original.jpg',0,'attachment','image/jpeg',0),(77,2,'2014-07-01 02:48:13','2014-07-01 02:48:13','view of the beautiful modern houses, outdoor by night','Modern house by night','','inherit','open','closed','','modern-house-by-night-2','','','2014-07-01 02:48:13','2014-07-01 02:48:13','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29212577_original.jpg',0,'attachment','image/jpeg',0),(78,2,'2014-07-01 02:48:21','2014-07-01 02:48:21','view of the beautiful modern houses, outdoor at night','Modern house by night','','inherit','open','closed','','modern-house-by-night-3','','','2014-07-01 02:48:21','2014-07-01 02:48:21','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29213007_original.jpg',0,'attachment','image/jpeg',0),(79,2,'2014-07-01 02:48:29','2014-07-01 02:48:29','view of the beautiful modern houses, \noutdoor by night','Modern house by night','','inherit','open','closed','','modern-house-by-night-4','','','2014-07-01 02:48:29','2014-07-01 02:48:29','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29213089_original.jpg',0,'attachment','image/jpeg',0),(80,2,'2014-07-01 02:48:38','2014-07-01 02:48:38','view of the beautiful modern houses, outdoor by night','Modern house by night','','inherit','open','closed','','modern-house-by-night-5','','','2014-07-01 02:48:38','2014-07-01 02:48:38','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29214455_original.jpg',0,'attachment','image/jpeg',0),(81,2,'2014-07-01 02:48:47','2014-07-01 02:48:47','view of the beautiful modern house by night, entry','Modern house by night','','inherit','open','closed','','modern-house-by-night-6','','','2014-07-01 02:48:47','2014-07-01 02:48:47','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29214497_original.jpg',0,'attachment','image/jpeg',0),(82,2,'2014-07-01 02:48:56','2014-07-01 02:48:56','beautiful modern house, outdoor','Modern house, outdoor','','inherit','open','closed','','modern-house-outdoor-6','','','2014-07-01 02:48:56','2014-07-01 02:48:56','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29222463_original.jpg',0,'attachment','image/jpeg',0),(83,2,'2014-07-01 02:49:07','2014-07-01 02:49:07','beautiful modern house with garden, outdoor','Modern house, outdoor','','inherit','open','closed','','modern-house-outdoor-7','','','2014-07-01 02:49:07','2014-07-01 02:49:07','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29222595_original.jpg',0,'attachment','image/jpeg',0),(84,2,'2014-07-01 02:49:18','2014-07-01 02:49:18','view of the beautiful modern houses, \noutdoor','Modern house, outdoor','','inherit','open','closed','','modern-house-outdoor-8','','','2014-07-01 02:49:18','2014-07-01 02:49:18','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29228389_original.jpg',0,'attachment','image/jpeg',0),(85,2,'2014-07-01 02:49:26','2014-07-01 02:49:26','view of the beautiful modern house, entrance from outside','Modern house, outdoor','','inherit','open','closed','','modern-house-outdoor-9','','','2014-07-01 02:49:26','2014-07-01 02:49:26','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29231969_original.jpg',0,'attachment','image/jpeg',0),(86,2,'2014-07-01 02:49:38','2014-07-01 02:49:38','Modern villa with pool, night scene','modern villa by night','','inherit','open','closed','','modern-villa-by-night','','','2014-07-01 02:49:38','2014-07-01 02:49:38','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_29248743_original.jpg',0,'attachment','image/jpeg',0),(87,2,'2014-07-01 02:49:46','2014-07-01 02:49:46','','AMG_stock_39677529_original','','inherit','open','closed','','amg_stock_39677529_original','','','2014-07-01 02:49:46','2014-07-01 02:49:46','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_39677529_original.jpg',0,'attachment','image/jpeg',0),(88,2,'2014-07-01 02:50:06','2014-07-01 02:50:06','Travertine house - view of a bright, modern kitchen','Travertine house - view of a kitchen','','inherit','open','closed','','travertine-house-view-of-a-kitchen','','','2014-07-01 02:50:06','2014-07-01 02:50:06','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_40410245_original.jpg',0,'attachment','image/jpeg',0),(89,2,'2014-07-01 02:50:30','2014-07-01 02:50:30','','AMG_stock_40852911_original','','inherit','open','closed','','amg_stock_40852911_original','','','2014-07-01 02:50:30','2014-07-01 02:50:30','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_40852911_original.jpg',0,'attachment','image/jpeg',0),(90,2,'2014-07-01 02:50:43','2014-07-01 02:50:43','Modern villa, interior, dining table view','Interior, modern house','','inherit','open','closed','','interior-modern-house','','','2014-07-01 02:50:43','2014-07-01 02:50:43','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46473525_original.jpg',0,'attachment','image/jpeg',0),(91,2,'2014-07-01 02:50:53','2014-07-01 02:50:53','Beautiful modern house, view room and patio','Beautiful house','','inherit','open','closed','','beautiful-house','','','2014-07-01 02:50:53','2014-07-01 02:50:53','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46697111_original.jpg',0,'attachment','image/jpeg',0),(92,2,'2014-07-01 02:51:07','2014-07-01 02:51:07','Beautiful modern house, view from the stairs','Beautiful house','','inherit','open','closed','','beautiful-house-2','','','2014-07-01 02:51:07','2014-07-01 02:51:07','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46699305_original.jpg',0,'attachment','image/jpeg',0),(93,2,'2014-07-01 02:51:16','2014-07-01 02:51:16','Beautiful modern house, view of the stairs','Beautiful house','','inherit','open','closed','','beautiful-house-3','','','2014-07-01 02:51:16','2014-07-01 02:51:16','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46701717_original.jpg',0,'attachment','image/jpeg',0),(94,2,'2014-07-01 02:52:12','2014-07-01 02:52:12','Beautiful modern house; room view from the corridor','Beautiful house','','inherit','open','closed','','beautiful-house-4','','','2014-07-01 02:52:12','2014-07-01 02:52:12','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46703711_original.jpg',0,'attachment','image/jpeg',0),(95,2,'2014-07-01 02:52:36','2014-07-01 02:52:36','Beautiful modern house, view dining room','Beautiful house','','inherit','open','closed','','beautiful-house-5','','','2014-07-01 02:52:36','2014-07-01 02:52:36','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46704213_original.jpg',0,'attachment','image/jpeg',0),(96,2,'2014-07-01 02:52:45','2014-07-01 02:52:45','Beautiful modern house in cement, view from the garden','Modern villa','','inherit','open','closed','','modern-villa','','','2014-07-01 02:52:45','2014-07-01 02:52:45','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46795537_original.jpg',0,'attachment','image/jpeg',0),(97,2,'2014-07-01 02:53:01','2014-07-01 02:53:01','beautiful modern house in cement, view from the garden','Modern villa','','inherit','open','closed','','modern-villa-2','','','2014-07-01 02:53:01','2014-07-01 02:53:01','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46795671_original.jpg',0,'attachment','image/jpeg',0),(98,2,'2014-07-01 02:53:15','2014-07-01 02:53:15','beautiful modern house in cement, view from the garden','Modern villa','','inherit','open','closed','','modern-villa-3','','','2014-07-01 02:53:15','2014-07-01 02:53:15','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46797131_original.jpg',0,'attachment','image/jpeg',0),(99,2,'2014-07-01 02:53:25','2014-07-01 02:53:25','beautiful modern house in cement, interiors, view from the living room','Modern villa','','inherit','open','closed','','modern-villa-4','','','2014-07-01 02:53:25','2014-07-01 02:53:25','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46797537_original.jpg',0,'attachment','image/jpeg',0),(100,2,'2014-07-01 02:53:37','2014-07-01 02:53:37','beautiful modern house in cement, interiors, view from the living room','Modern villa','','inherit','open','closed','','modern-villa-5','','','2015-04-28 09:57:34','2015-04-28 16:57:34','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46798283_original.jpg',0,'attachment','image/jpeg',0),(101,2,'2014-07-01 02:53:54','2014-07-01 02:53:54','beautiful modern house in cement, interiors, view from the living room','Modern villa','','inherit','open','closed','','modern-villa-6','','','2015-04-28 10:09:42','2015-04-28 17:09:42','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46798363_original.jpg',0,'attachment','image/jpeg',0),(102,2,'2014-07-01 02:54:00','2014-07-01 02:54:00','beautiful modern house in cement, interiors, view from the living room','Modern villa','','inherit','open','closed','','modern-villa-7','','','2014-07-01 02:54:00','2014-07-01 02:54:00','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46803345_original.jpg',0,'attachment','image/jpeg',0),(103,2,'2014-07-01 02:54:17','2014-07-01 02:54:17','beautiful modern house in cement, interiors, view from the living room','Modern villa','','inherit','open','closed','','modern-villa-8','','','2014-07-01 02:54:17','2014-07-01 02:54:17','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46803467_original.jpg',0,'attachment','image/jpeg',0),(104,2,'2014-07-01 02:54:31','2014-07-01 02:54:31','beautiful modern house in cement, view from the garden','Modern villa','','inherit','open','closed','','modern-villa-9','','','2014-07-01 02:54:31','2014-07-01 02:54:31','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46805071_original.jpg',0,'attachment','image/jpeg',0),(105,2,'2014-07-01 02:54:41','2014-07-01 02:54:41','beautiful modern house in cement, outdoor, entry view','Modern villa','','inherit','open','closed','','modern-villa-10','','','2014-07-01 02:54:41','2014-07-01 02:54:41','',39,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46806279_original.jpg',0,'attachment','image/jpeg',0),(106,2,'2014-07-01 02:54:48','2014-07-01 02:54:48','beautiful modern house in cement, view from the garden, night scene','Modern villa, night scene','','inherit','open','closed','','modern-villa-night-scene','','','2014-07-01 02:54:48','2014-07-01 02:54:48','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46807513_original.jpg',0,'attachment','image/jpeg',0),(107,2,'2014-07-01 02:54:55','2014-07-01 02:54:55','beautiful modern house in cement, view from the garden, night scene','Modern villa, night scene','','inherit','open','closed','','modern-villa-night-scene-2','','','2014-07-01 02:54:55','2014-07-01 02:54:55','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46807595_original.jpg',0,'attachment','image/jpeg',0),(108,2,'2014-07-01 02:55:00','2014-07-01 02:55:00','','Entrance to mansion','','inherit','open','closed','','entrance-to-mansion','','','2014-07-01 02:55:00','2014-07-01 02:55:00','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/amg-modern-house-porte-cochere.jpg',0,'attachment','image/jpeg',0),(109,2,'2014-07-01 02:55:12','2014-07-01 02:55:12','Contemporary home in pure white against deep blue sky perches atop a Pacific Ocean cliff','Cliff House','','inherit','open','closed','','cliff-house','','','2014-07-01 02:55:12','2014-07-01 02:55:12','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/modern-white-house-cliff.jpg',0,'attachment','image/jpeg',0),(111,2,'2014-07-01 04:18:24','2014-07-01 04:18:24','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Residential[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\nOver the years, we’ve designed and built many contemporary new houses, remodels and extensions. While every project responds differently to the individual site and client’s aspirations, all our designs are inspired by our passion for creating modern, elegant, energy-efficient architecture for easy 21st century living.\r\n\r\nWhen economic times are tough and house prices are high, many homeowners choose to improve, extend and/or alter their existing home, rather than move. Equally, house purchasers may find and want to buy a house in a great location then remodel it to suit their specific needs.\r\n\r\nEither way, although single or multi-story house extensions and the alterations they involve typically mean quite a lot of upheaval, well-designed or properly managed, they can be the most cost-effective way to get the home you want. Involving an architect will give you the best chance of getting a house that suits your current and future needs.\r\n\r\n[portfolio number=\"-1\" column=\"2\" filter=\"false\" animation=\"right\" categories=\"3\" open=\"lightbox\" /]','Residential','','publish','closed','closed','','residential','','','2018-08-28 18:19:55','2018-08-29 01:19:55','',10,'http://amgtemplate.wpengine.com/?page_id=111',0,'page','',0),(113,2,'2014-07-01 08:26:12','2014-07-01 15:26:12','<span style=\"color: #444444;\">This sustainable contemporary detached home design includes renewable energy and water conservation systems. The building has been designed to maximize solar gain and minimize heat loss. A ground heat pump system provides the minimal heating required and recycled rainwater is harvested for garden use.</span>','Adams Residence','','draft','closed','closed','','adams-residence','','','2018-06-08 01:05:11','2018-06-08 08:05:11','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=113',0,'portfolio','',0),(116,2,'2014-07-01 04:47:54','2014-07-01 11:47:54','','Jeffries Residence','','draft','open','closed','','jeffries-residence','','','2018-06-08 01:07:15','2018-06-08 08:07:15','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=116',0,'portfolio','',0),(117,2,'2014-07-01 04:50:27','2014-07-01 11:50:27','','Wright Residence','','draft','closed','closed','','wright-residence','','','2018-06-08 01:07:07','2018-06-08 08:07:07','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=117',0,'portfolio','',0),(118,2,'2014-07-01 04:52:11','2014-07-01 11:52:11','','Lloyd Residences','','draft','closed','closed','','lloyd-residences','','','2018-06-08 01:07:00','2018-06-08 08:07:00','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=118',0,'portfolio','',0),(119,2,'2014-07-01 04:58:18','2014-07-01 11:58:18','','Fowler Offices','','draft','open','closed','','fowler-offices','','','2018-06-08 01:06:53','2018-06-08 08:06:53','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=119',0,'portfolio','',0),(120,2,'2014-07-01 04:54:49','2014-07-01 04:54:49','','placeholder-05-960x540','','inherit','open','closed','','placeholder-05-960x540','','','2014-07-01 04:54:49','2014-07-01 04:54:49','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/placeholder-05-960x540.jpg',0,'attachment','image/jpeg',0),(121,2,'2014-07-01 04:54:55','2014-07-01 04:54:55','','placeholder-07-960x540','','inherit','open','closed','','placeholder-07-960x540','','','2014-07-01 04:54:55','2014-07-01 04:54:55','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/placeholder-07-960x540.jpg',0,'attachment','image/jpeg',0),(122,2,'2014-07-01 04:55:02','2014-07-01 04:55:02','','placeholder-12-960x540','','inherit','open','closed','','placeholder-12-960x540','','','2014-07-01 04:55:02','2014-07-01 04:55:02','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/placeholder-12-960x540.jpg',0,'attachment','image/jpeg',0),(123,2,'2014-07-01 04:56:27','2014-07-01 04:56:27','','placeholder-10-960x540','','inherit','open','closed','','placeholder-10-960x540','','','2014-07-01 04:56:27','2014-07-01 04:56:27','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/placeholder-10-960x540.jpg',0,'attachment','image/jpeg',0),(124,2,'2014-07-01 04:56:40','2014-07-01 04:56:40','','placeholder-04-960x540','','inherit','open','closed','','placeholder-04-960x540','','','2014-07-01 04:56:40','2014-07-01 04:56:40','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/placeholder-04-960x540.jpg',0,'attachment','image/jpeg',0),(125,2,'2014-07-01 04:56:46','2014-07-01 04:56:46','','placeholder-02-960x540','','inherit','open','closed','','placeholder-02-960x540','','','2014-07-01 04:56:46','2014-07-01 04:56:46','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/placeholder-02-960x540.jpg',0,'attachment','image/jpeg',0),(126,2,'2014-07-01 05:01:13','2014-07-01 12:01:13','','Center for Advanced Medicine','','draft','closed','closed','','center-for-advanced-medicine','','','2018-06-08 01:06:48','2018-06-08 08:06:48','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=126',0,'portfolio','',0),(127,2,'2014-07-01 05:05:14','2014-07-01 12:05:14','<span style=\"color: #454545;\">The campus of Barnes College needed extensive building renovation for the main campus building.Our design replaced ill-conceived facilities that were no longer appropriate for the increasing number of students. It contains Information Technology offices and programs and other academic, laboratory, and administrative functions related to information technology and telecommunications. It also contains classrooms and offices for the School of Music, School of Library and Information Sciences, and the new School of Informatics. </span>','University Campus','','draft','closed','closed','','university-campus','','','2018-06-08 01:06:41','2018-06-08 08:06:41','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=127',0,'portfolio','',0),(128,2,'2014-07-01 05:07:32','2014-07-01 05:07:32','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Commercial[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\nWhile the majority of our work is residential, we do undertake various types of commercial work for private clients who appreciate the stylish design and attention to detail which characterize AMG architecture. Over the years we have worked on university campuses, medical centers, and large office towers.\r\n\r\n[portfolio number=\"3\" column=\"2\" filter=\"false\" animation=\"right\" categories=\"4\" /]','Commercial','','publish','closed','closed','','commercial','','','2018-08-28 18:19:25','2018-08-29 01:19:25','',10,'http://amgtemplate.wpengine.com/?page_id=128',0,'page','',0),(130,2,'2014-06-30 06:35:57','2014-06-30 13:35:57','<p style=\"color: #444444;\">Yesterday we had a chance to share our passion for energy-saving architecture with over one hundred 15-16 year olds from Cranbrook School when we were invited by Emma Brown, Chair of the School’s Eco Committee, to talk to the students as part of their Sustainability Week.</p>\r\n<p style=\"color: #444444;\">Our presentation, entitled ‘Schools That Don’t Cost The Earth’, included a number of startling facts such as how schools throw away the equivalent of 185 double-decker buses of waste every day – 78% of which could be recycled.</p>\r\n<p style=\"color: #444444;\">Praising the improvements already made by the School, We explained the vital role students, teachers and parents can play in reducing waste, saving energy and recycling. “As a practice we specialize in ‘energy-saving’ architecture because we believe that is where the future lies. What better place to start spreading the word than in schools?” we said.</p>\r\n<p style=\"color: #444444;\">Students also heard about renewable energy technologies – solar electricity, solar water heating, wind, ground source heat, air source heat and biomass and how they have been used at other schools.</p>','Architect Website Example supports school\'s eco-drive','','draft','open','closed','','amg-architects-supports','','','2018-06-08 00:30:44','2018-06-08 07:30:44','',0,'http://amgtemplate.wpengine.com/?p=130',0,'post','',0),(131,2,'2014-07-01 06:43:09','2014-07-01 13:43:09','<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Introduction</span></h2>\r\n<p style=\"color: #444444;\">There is a strong demand for using renewable energy solutions in new houses at the moment; however we should not forget the benefits of reducing the energy demand of a building at source. If a building has very high levels of insulation to the floor, walls, roof and windows/doors, and is well sealed to reduce heat loss through unwanted ventilation, then the space heating required can be very small.</p>\r\n<p style=\"color: #444444;\">Some people take this to the levels achieved under the PassivHaus scheme, where no space heating is required at all, however this involves a very significant commitment by the client. As well as paying the additional insulation costs, the client also has to pay the specialist fees associated with the PassivHaus scheme.</p>\r\n<p style=\"color: #444444;\">Once you achieve very high levels of insulation, then the size of the renewable energy equipment needed to provide the residual heat input is much reduced. These does save capital cost, however because the savings per year start from a lower energy demand, the payback time for renewable equipment can become longer.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Insulation Standards</span></h2>\r\n<p style=\"color: #444444;\">The kind of insulation levels needed to get to this point well exceed the current building regulation standards. A sensible standard to aim for is a U-value of 0.15 W/m²K for floors, walls and roofs. Current building regulation standards call for U-values of 0.18 for floors, 0.20 for walls and between 0.16 and 0.18 for roofs.</p>\r\n<p style=\"color: #444444;\">It is commonplace now to be able to achieve a U value of around 1.4 for a high quality double glazed unit and in the south east it is difficult to make the case for the current extra cost of triple glazing which reduces the U-value down to around 0.8 W/m²K. However as the glazing technology improves triple glazing costs will fall and this may well become the much more attractive.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Airtightness</span></h2>\r\n<p style=\"color: #444444;\">Making a house airtight does not mean you can’t open the windows. Most new houses are built to a reasonable standard but have small gaps around windows, doors, roof and wall junctions that allow warm air to escape from the building. This directly increases the space heating load to replace the warm air lost.</p>\r\n<p style=\"color: #444444;\">Airtight buildings stop this unwanted ventilation. The ventilation is instead provided in a controlled way to all rooms using fresh air that is pre-heated using heat recovered from stale extracted air from bathrooms and kitchens. This is known as a mechanical ventilation heat recovery system (MVHR). The system runs continuously moving small amounts of air over a long period and this enables them to run almost silently. On warm days it’s easy to turn off the system and throw open the windows. There is also a boost mechanism that will increase the ventilation to bathrooms or kitchens when needed for a short period of time.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Cold Bridges</span></h2>\r\n<p style=\"color: #444444;\">A cold bridge is a small zone of the structure that is not adequately insulated and therefore allows unwanted heat loss to occur. These are often small areas, but add up significantly over the whole house and the lost heat costs money to replace. These can be designed out at detailed drawing stage and avoided by good quality construction work on site.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Fundamental Design Decisions</span></h2>\r\n<p style=\"color: #444444;\">There are some design decisions at the start of a project that can make significant differences to the energy costs of a building:</p>\r\n\r\n<ul style=\"color: #444444;\">\r\n <li>Is it possible to design the house with a compact building shape to reduce the external wall and roof areas to the minmum? Clearly define the thermal (heated) envelope and the airtight layer.</li>\r\n <li>Is a southerly orientation (±30°) and large south-facing window areas possible? Are there any trees that may shade the building preventing the use of solar gains? Minimise winter shading by; garden walls, vegetation, balconies, roof overhangs and outbuildings.</li>\r\n <li>Can compact service zones be designed by placing bathrooms above or next to kitchens, etc? Consider routing and space for ventilation ducts and plant. Design short ventilation ducts with cold air ducts outside the heated envelope, warm ducts inside.</li>\r\n <li>Plan in enough space for building technology. Make sure there is space and access for regular maintenance.</li>\r\n</ul>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Instructions For Owners</span></h2>\r\n<p style=\"color: #444444;\">Create a user manual in a binder with user instructions, technical manuals for equipment, warranties and contact details for service and maintenance functions. This encourages the owners to use the technology in the building correctly which in turn should mean that the designed energy savings are achieved in long term use.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Payback Periods</span></h2>\r\n<p style=\"color: #444444;\">The payback period is usually defined as the number of years is takes to recover the initial capital cost through annual savings on energy costs in use. Because the actual energy savings are so difficult to predict, it is equally difficult to have any certainty about payback periods.</p>\r\n<p style=\"color: #444444;\">Another factor is the lifespan of the energy saving equipment. Insulation generally has a lifespan equal to the building so the saving can be assumed to continue every year. However the lifespan of equipment such as air source heat pumps and solar thermal panels, as well as more conventional plumbing items, generally has a life span of around 15-20 years and so payback periods that exceed this do not make sense.</p>\r\n<p style=\"color: #444444;\">A final factor is that the better a building is insulated, the longer the payback period because the savings per year are lower.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Conclusion</span></h2>\r\n<p style=\"color: #444444;\">It seems therefore that high insulation levels and good air tightness are an ideal first design step to reduce energy demand, with relatively low capital cost and good payback.</p>\r\n<p style=\"color: #444444;\">Solar thermal panels (hot water) are well worth considering as they are inexpensive and offer real energy savings. Panels are now readily available and a typical 2 panel package costs around £3,000 to install and they are easy to connect up to hot water cylinders with a built-in solar coil.</p>\r\n<p style=\"color: #444444;\">However the case for renewable energy equipment that has a higher capital cost such as air source heat pumps and ground source heat pumps needs careful analysis for each individual building to see whether it makes good sense to ask clients to pay the additional capital cost.</p>\r\n<p style=\"color: #444444;\">However wealthy or environmentally committed, every client has a budget, and it is our job as Architects to help them spend their budget wisely.</p>','Low Energy Architecture','','draft','open','closed','','low-energy-arch','','','2018-06-08 00:30:34','2018-06-08 07:30:34','',0,'http://amgtemplate.wpengine.com/?p=131',0,'post','',0),(134,2,'2014-07-01 14:48:34','2014-07-01 21:48:34','<p style=\"color: #444444;\">This sustainable modern detached home is set in a two acre site with breathtaking views. When designing it, we had to take into consideration the multiple local constraints and use materials sympathetic to the site’s location.</p>\r\n<p style=\"color: #444444;\">The design includes renewable energy and water conservation systems. The lighting is all low energy LED hidden behind translucent stretched ceiling panels. The building has been designed to maximise solar gain and minimise heat loss. A ground heat pump system provides the minimal heating required and recycled rainwater is harvested for garden use.</p>','Conner Residence','','draft','closed','closed','','conner-residence','','','2018-06-08 01:05:05','2018-06-08 08:05:05','',0,'http://amgtemplate.wpengine.com/?post_type=portfolio&p=134',0,'portfolio','',0),(136,2,'2014-07-01 15:07:01','2014-07-01 15:07:01','','john','','inherit','open','closed','','john','','','2014-07-01 15:07:01','2014-07-01 15:07:01','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/06/john.jpg',0,'attachment','image/jpeg',0),(137,2,'2014-07-01 15:07:06','2014-07-01 15:07:06','','julia','','inherit','open','closed','','julia','','','2014-07-01 15:07:06','2014-07-01 15:07:06','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/06/julia.jpg',0,'attachment','image/jpeg',0),(138,2,'2014-07-01 15:07:08','2014-07-01 15:07:08','','selene','','inherit','open','closed','','selene','','','2014-07-01 15:07:08','2014-07-01 15:07:08','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/06/selene.jpg',0,'attachment','image/jpeg',0),(142,1,'2014-07-01 17:55:25','2014-07-01 17:55:25','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Social[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"true\" background_image=\"http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46797537_original.jpg\" container=\"true\" parallax=\"true\" overlay=\"40\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">STAY CONNECTED</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"40\" /]\r\n\r\n[twinesocial app=\"BusinessofArch\" cols=\"363\" scroll=\"yes\" nav=\"1\"]\r\n\r\n ','Social','','publish','open','closed','','social-2','','','2018-08-28 18:24:39','2018-08-29 01:24:39','',0,'http://amgtemplate.wpengine.com/social-2/',0,'page','',0),(143,2,'2014-07-01 18:27:57','2014-07-01 18:27:57','modern house in exterior, beautiful garden','modern house, exterior','','inherit','open','closed','','modern-house-exterior-2','','','2014-07-01 18:27:57','2014-07-01 18:27:57','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/for-mobile.jpeg',0,'attachment','image/jpeg',0),(144,2,'2014-07-01 18:28:27','2014-07-01 18:28:27','modern house in exterior, beautiful garden','modern house, exterior','','inherit','open','closed','','modern-house-exterior-3','','','2014-07-01 18:28:27','2014-07-01 18:28:27','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/for-mobile1.jpeg',0,'attachment','image/jpeg',0),(147,2,'2014-07-01 18:46:54','2014-07-01 18:46:54','modern house in exterior, beautiful garden','modern house, exterior','','inherit','open','closed','','modern-house-exterior-4','','','2014-07-01 18:46:54','2014-07-01 18:46:54','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/for-mobile2.jpeg',0,'attachment','image/jpeg',0),(148,2,'2014-07-01 19:17:28','2014-07-01 19:17:28','','couple1','','inherit','open','closed','','couple1','','','2014-07-01 19:17:28','2014-07-01 19:17:28','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/couple1.jpg',0,'attachment','image/jpeg',0),(149,2,'2014-07-01 19:17:30','2014-07-01 19:17:30','','couple2','','inherit','open','closed','','couple2','','','2014-07-01 19:17:30','2014-07-01 19:17:30','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/couple2.jpg',0,'attachment','image/jpeg',0),(150,2,'2014-07-01 19:17:32','2014-07-01 19:17:32','','man','','inherit','open','closed','','man','','','2014-07-01 19:17:32','2014-07-01 19:17:32','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/man.jpg',0,'attachment','image/jpeg',0),(151,2,'2014-07-01 19:17:34','2014-07-01 19:17:34','','man with glasses','','inherit','open','closed','','man-with-glasses','','','2014-07-01 19:17:34','2014-07-01 19:17:34','',22,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/man-with-glasses.jpg',0,'attachment','image/jpeg',0),(153,2,'2014-07-01 19:38:12','2014-07-01 19:38:12','modern house in exterior, beautiful garden','modern house, exterior','','inherit','open','closed','','modern-house-exterior-5','','','2014-07-01 19:38:12','2014-07-01 19:38:12','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/for-mobile-resized.jpeg',0,'attachment','image/jpeg',0),(154,2,'2014-07-01 19:42:32','2014-07-01 19:42:32','Modern house in exterior, beauty garden','Modern house','','inherit','open','closed','','modern-house-10','','','2014-07-01 19:42:32','2014-07-01 19:42:32','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/mobile3.jpeg',0,'attachment','image/jpeg',0),(156,2,'2014-07-01 20:25:04','2014-07-01 20:25:04','','amg-logo-02-white-background-small','','inherit','open','closed','','amg-logo-02-white-background-small','','','2014-07-01 20:25:04','2014-07-01 20:25:04','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/amg-logo-02-white-background-small.png',0,'attachment','image/png',0),(157,2,'2014-07-01 20:25:37','2014-07-01 20:25:37','','amg-logo-01-retina','','inherit','open','closed','','amg-logo-01-retina','','','2014-07-01 20:25:37','2014-07-01 20:25:37','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/amg-logo-01-retina.jpg',0,'attachment','image/jpeg',0),(158,2,'2014-07-01 20:30:38','2014-07-01 20:30:38','','amg-logo-02-for-template','','inherit','open','closed','','amg-logo-02-for-template','','','2014-07-01 20:30:38','2014-07-01 20:30:38','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/amg-logo-02-for-template.png',0,'attachment','image/png',0),(160,2,'2014-07-01 20:51:26','2014-07-01 20:51:26','beautiful modern house in cement, interiors, view from the living room','Social Image','','inherit','open','closed','','modern-villa-11','','','2014-07-01 20:51:26','2014-07-01 20:51:26','',0,'http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/social-img.jpeg',0,'attachment','image/jpeg',0),(166,2,'2014-07-03 21:44:57','2014-07-03 21:44:57','','AMG_stock_25306725_reduced','','inherit','open','closed','','amg_stock_25306725_reduced','','','2014-07-03 21:44:57','2014-07-03 21:44:57','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_25306725_reduced.jpg',0,'attachment','image/jpeg',0),(167,2,'2014-07-03 21:45:05','2014-07-03 21:45:05','','AMG_stock_25446011_reduced','','inherit','open','closed','','amg_stock_25446011_reduced','','','2014-07-03 21:45:05','2014-07-03 21:45:05','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_25446011_reduced.jpg',0,'attachment','image/jpeg',0),(168,2,'2014-07-03 21:45:12','2014-07-03 21:45:12','','AMG_stock_26951021_reduced','','inherit','open','closed','','amg_stock_26951021_reduced','','','2014-07-03 21:45:12','2014-07-03 21:45:12','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_26951021_reduced.jpg',0,'attachment','image/jpeg',0),(169,2,'2014-07-03 21:45:20','2014-07-03 21:45:20','','AMG_stock_46795537_reduced','','inherit','open','closed','','amg_stock_46795537_reduced','','','2014-07-03 21:45:20','2014-07-03 21:45:20','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46795537_reduced.jpg',0,'attachment','image/jpeg',0),(170,2,'2014-07-03 21:45:29','2014-07-03 21:45:29','','AMG_stock_46806279_reduced','','inherit','open','closed','','amg_stock_46806279_reduced','','','2014-07-03 21:45:29','2014-07-03 21:45:29','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46806279_reduced.jpg',0,'attachment','image/jpeg',0),(183,2,'2014-07-29 05:20:49','2014-07-29 05:20:49','','AMG_1','','inherit','open','closed','','amg_1','','','2015-04-28 09:09:28','2015-04-28 16:09:28','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_1.jpg',0,'attachment','image/jpeg',0),(184,2,'2014-07-29 05:20:54','2014-07-29 05:20:54','','AMG_2','','inherit','open','closed','','amg_2','','','2014-07-29 05:20:54','2014-07-29 05:20:54','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_2.jpg',0,'attachment','image/jpeg',0),(185,2,'2014-07-29 05:21:01','2014-07-29 05:21:01','','AMG_3','','inherit','open','closed','','amg_3','','','2014-07-29 05:21:01','2014-07-29 05:21:01','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_3.jpg',0,'attachment','image/jpeg',0),(186,2,'2014-07-29 05:21:09','2014-07-29 05:21:09','','AMG_4','','inherit','open','closed','','amg_4','','','2015-04-28 09:07:02','2015-04-28 16:07:02','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_4.jpg',0,'attachment','image/jpeg',0),(187,2,'2014-07-29 05:21:16','2014-07-29 05:21:16','','AMG_5 Exterior Residence Night','','inherit','open','closed','','amg_5','','','2015-08-03 11:45:05','2015-08-03 18:45:05','',0,'http://www.example.archwebsite.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_5.jpg',0,'attachment','image/jpeg',0),(191,2,'2014-08-13 16:09:50','2014-08-13 16:09:50','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" rel=\"\"><img class=\"tve_image wp-image-1017\" alt=\"\" width=\"408\" height=\"528\" title=\"10-things-COVER-with-MOTTO-AND-EMAIL-only\" data-id=\"1017\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/10-things-COVER-with-MOTTO-AND-EMAIL-only.png\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','publish','closed','closed','','10-things-to-consider-when-developing-a-commercial-project','','','2018-10-31 10:21:27','2018-10-31 17:21:27','',0,'http://shererandssociates.archwebsite.com/?page_id=191',0,'page','',0),(192,2,'2014-08-13 18:13:41','2014-08-13 18:13:41','','1_Lead Generator System_MODERN_HowToHireAnArchitect_V0.3reduced','','inherit','open','closed','','1_lead-generator-system_modern_howtohireanarchitect_v0-3reduced','','','2014-08-13 18:13:41','2014-08-13 18:13:41','',191,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/08/1_Lead-Generator-System_MODERN_HowToHireAnArchitect_V0.3reduced.pdf',0,'attachment','application/pdf',0),(194,2,'2014-08-13 18:17:47','2014-08-13 18:17:47','','1_Lead Generator System_MODERN_HowToHireAnArchitect_V0.3opt','','inherit','open','closed','','1_lead-generator-system_modern_howtohireanarchitect_v0-3opt','','','2014-08-13 18:17:47','2014-08-13 18:17:47','',191,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/08/1_Lead-Generator-System_MODERN_HowToHireAnArchitect_V0.3opt.pdf',0,'attachment','application/pdf',0),(198,2,'2014-08-29 04:23:08','2014-08-29 04:23:08','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with <em>our proprietary process</em>, we offer as a first phase service that we call, <strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p class=\"tve-droppable\">Service Phases:</p><h3> Base Camp Feasibility Analysis™</h3><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"http://shererarch.com//first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><p class=\"tve-droppable\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a draggable=\"false\" href=\"http://shererarch.com//dans-journey-origin-of-base-camp/\" target=\"_blank\" rel=\"noopener\">here</a></p><h3> The Challenge™</h3><p class=\"tve-droppable\">This is <em>our proprietary approach</em> to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><h3> Construction Documents</h3><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><h3> Landscape Design</h3><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><h3> Interior Design Services</h3><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><h3> Construction Management Services</h3><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Montague-Study-1.jpg\" rel=\"\"><img class=\"tve_image wp-image-993\" alt=\"\" width=\"944\" height=\"673\" title=\"Montague-Study-1\" data-id=\"993\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Montague-Study-1.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Nostalgic-Park-Entrane.jpg\" rel=\"\"><img class=\"tve_image wp-image-994\" alt=\"\" width=\"2848\" height=\"2136\" title=\"Nostalgic-Park-Entrane\" data-id=\"994\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Nostalgic-Park-Entrane.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Tsunami-Patio.jpg\" rel=\"\"><img class=\"tve_image wp-image-996\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Patio\" data-id=\"996\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Tsunami-Patio.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Montague-4th-floor.jpg\" rel=\"\"><img class=\"tve_image wp-image-992\" alt=\"\" width=\"1104\" height=\"645\" title=\"Montague-4th-floor\" data-id=\"992\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Montague-4th-floor.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Columbia-Craft-Brewery-Equipment_1.jpeg\" rel=\"\"><img class=\"tve_image wp-image-989\" alt=\"\" width=\"4032\" height=\"3024\" title=\"Columbia-Craft-Brewery-Equipment_1\" data-id=\"989\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Columbia-Craft-Brewery-Equipment_1.jpeg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Capgemeni-Meting-room.jpeg\" rel=\"\"><img class=\"tve_image wp-image-988\" alt=\"\" width=\"1200\" height=\"1140\" title=\"Capgemeni-Meting-room\" data-id=\"988\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Capgemeni-Meting-room.jpeg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Montague-Front-Elevation.jpg\" rel=\"\"><img class=\"tve_image wp-image-1000\" alt=\"\" width=\"568\" height=\"677\" title=\"Montague-Front-Elevation\" data-id=\"1000\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Montague-Front-Elevation.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Tsunami-Dining.jpg\" rel=\"\"><img class=\"tve_image wp-image-995\" alt=\"\" width=\"2272\" height=\"1704\" title=\"Tsunami-Dining\" data-id=\"995\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Tsunami-Dining.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/10/Golds-Gym-Pool.jpeg\" rel=\"\"><img class=\"tve_image wp-image-991\" alt=\"\" width=\"1600\" height=\"1200\" title=\"Golds-Gym-Pool\" data-id=\"991\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/10/Golds-Gym-Pool.jpeg\" style=\"width: 100%;\"></a></span>','Services','','publish','closed','closed','','services','','','2018-11-01 18:22:02','2018-11-02 01:22:02','',0,'http://shererandssociates.archwebsite.com/?page_id=198',0,'page','',0),(199,2,'2014-08-29 04:29:33','2014-08-29 04:29:33','Hello! Here\'s the link to your Free Guide: <a href=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf\"> 10 Things To Consider When Developing a Commercial Project pdf</a>\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nThank you for downloading this guide. I\'d love to hear your feedback!\r\n[/column]\r\n\r\n[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[/column]','Download 10 Things To Consider When Developing a Commercial Project','','publish','closed','closed','','download-10-things-to-consider-when-developing-a-commercial-project','','','2018-06-15 09:27:57','2018-06-15 16:27:57','',0,'http://shererandssociates.archwebsite.com/?page_id=199',0,'page','',0),(201,2,'2014-08-29 04:59:41','2014-08-29 04:59:41','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p><p style=\"text-align: center;\">Book Now</p><p></p><p><div class=\"_form_25\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=25\" type=\"text/javascript\" charset=\"utf-8\"></script></p><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"http://shererarch.com//dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3>','First Steps','','publish','closed','closed','','first-steps','','','2018-10-31 20:03:56','2018-11-01 03:03:56','',0,'http://shererandssociates.archwebsite.com/?page_id=201',0,'page','',0),(202,2,'2014-08-29 07:35:57','2014-08-29 07:35:57','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]Success[/center_heading][column size=\"2/3\" last=\"false\"][center_heading h=\"h2\" font=\"\" subtitle=\"Please check your email inbox for the link to your free download.\" border=\"true\"]The report you requested is on its way.[/center_heading]</p><p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>','Success!','','publish','closed','closed','','success','','','2018-09-29 12:04:56','2018-09-29 19:04:56','',0,'http://shererandssociates.archwebsite.com/?page_id=202',0,'page','',0),(206,2,'2014-09-05 15:44:27','2014-09-05 15:44:27','','Start Here','','publish','open','closed','','206','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://shererandssociates.archwebsite.com/?p=206',9,'nav_menu_item','',0),(207,2,'2014-09-05 15:44:27','2014-09-05 15:44:27',' ','','','publish','open','closed','','207','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://shererandssociates.archwebsite.com/?p=207',3,'nav_menu_item','',0),(208,2,'2014-09-05 15:44:27','2014-09-05 15:44:27',' ','','','publish','open','closed','','208','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://shererandssociates.archwebsite.com/?p=208',5,'nav_menu_item','',0),(210,2,'2014-09-05 22:54:40','2014-09-05 22:54:40','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]How to Hire A Contractor[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','How to Hire A Contractor','','publish','closed','closed','','how-to-hire-a-contractor','','','2018-08-28 18:14:17','2018-08-29 01:14:17','',0,'http://shererandssociates.archwebsite.com/?page_id=210',0,'page','',0),(211,2,'2014-09-05 23:13:04','2014-09-06 06:13:04','This is the space where you\'ll find useful articles, news and tips.\r\n\r\nWe are currently in process of adding new articles, so be sure to return to check for more updates. If you’re interested in free resources <a title=\"How to Hire An Architect\" href=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\">click here</a>.','Welcome!','','draft','open','closed','','welcome','','','2018-06-08 00:30:25','2018-06-08 07:30:25','',0,'http://shererandssociates.archwebsite.com/?p=211',0,'post','',0),(212,2,'2014-09-05 23:05:04','2014-09-05 23:05:04','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]The 10 Advantages of Design Build[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','The 10 Advantages of Design Build','','publish','closed','closed','','the-10-advantages-of-design-build','','','2018-08-28 18:25:51','2018-08-29 01:25:51','',0,'http://shererandssociates.archwebsite.com/?page_id=212',0,'page','',0),(213,2,'2014-09-05 23:12:39','2014-09-05 23:12:39','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]How to Prepare for Your Design Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','How to Prepare for Your Design Project','','publish','closed','closed','','how-to-prepare-for-your-design-project','','','2018-08-28 18:16:20','2018-08-29 01:16:20','',0,'http://shererandssociates.archwebsite.com/?page_id=213',0,'page','',0),(214,2,'2014-09-06 22:19:55','2014-09-06 22:19:55','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Here you will find links to useful guides and other information\"]Resources[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<p style=\"text-align: center;\">Welcome to our resources page. Check below for links to informative free guides and other resources. We appreciate your feedback.</p>\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"false\"]</p>\r\n<p style=\"text-align: left;\">[imagebox name=\"How to Hire An Architect\" image=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" hover=\"Free Download\"] CONTENT HERE [/imagebox]</p>\r\n<p style=\"text-align: left;\">[/column]</p>\r\n[column size=\"1/3\" last=\"false\"] [imagebox name=\"How to Prepare for Your Design Project\" image=\"http://shererarch.com/wp-content/uploads/sites/371/2014/09/designproject_guide.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span>how-to-prepare-for-your-design-project\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]\r\n\r\n[column size=\"1/3\" last=\"true\"] [imagebox name=\"10 Advantages of Design Build\" image=\"http://shererarch.com/wp-content/uploads/sites/371/2014/09/designbuild_guide1.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span>the-10-advantages-of-design-build\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]\r\n\r\n[column size=\"1/3\" last=\"false\"] [imagebox name=\"How to Hire A Contractor\" image=\"http://shererarch.com/wp-content/uploads/sites/371/2014/09/contractor_guide1.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span><span id=\"editable-post-name\" style=\"color: #666666;\" title=\"Temporary permalink. Click to edit this part.\">how-to-hire-a-contractor</span><span style=\"color: #666666;\">/</span>\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]','Resources','','publish','closed','closed','','resources','','','2018-08-28 18:23:24','2018-08-29 01:23:24','',0,'http://shererandssociates.archwebsite.com/?page_id=214',0,'page','',0),(215,2,'2014-09-06 02:39:23','2014-09-06 02:39:23','','contractor_guide','','inherit','open','closed','','contractor_guide','','','2014-09-06 02:39:23','2014-09-06 02:39:23','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/contractor_guide.png',0,'attachment','image/png',0),(216,2,'2014-09-06 02:40:02','2014-09-06 02:40:02','','designbuild_guide','','inherit','open','closed','','designbuild_guide','','','2014-09-06 02:40:02','2014-09-06 02:40:02','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/designbuild_guide.png',0,'attachment','image/png',0),(217,2,'2014-09-06 02:40:59','2014-09-06 02:40:59','','designproject_guide','','inherit','open','closed','','designproject_guide','','','2014-09-06 02:40:59','2014-09-06 02:40:59','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/designproject_guide.png',0,'attachment','image/png',0),(218,2,'2014-09-06 04:22:12','2014-09-06 04:22:12','','contractor_guide','','inherit','open','closed','','contractor_guide-2','','','2014-09-06 04:22:12','2014-09-06 04:22:12','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/contractor_guide1.png',0,'attachment','image/png',0),(219,2,'2014-09-06 04:22:51','2014-09-06 04:22:51','','designbuild_guide','','inherit','open','closed','','designbuild_guide-2','','','2014-09-06 04:22:51','2014-09-06 04:22:51','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/designbuild_guide1.png',0,'attachment','image/png',0),(242,20,'2014-11-12 15:52:18','2014-11-12 15:52:18','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Make an Appointment[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[app_services]</td>\r\n<td>[app_service_providers]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_monthly_schedule]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_pagination month=\"1\"]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_confirmation]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Make an Appointment','','publish','open','closed','','make-an-appointment','','','2018-08-28 18:17:37','2018-08-29 01:17:37','',0,'http://shererandssociates.archwebsite.com/make-an-appointment/',0,'page','',0),(251,20,'2014-12-19 15:23:01','2014-12-19 23:23:01','','signature','','inherit','open','closed','','signature','','','2014-12-19 15:23:01','2014-12-19 23:23:01','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/12/signature.png',0,'attachment','image/png',0),(253,20,'2015-01-07 11:48:36','2015-01-07 19:48:36','','Book_opt','','inherit','open','closed','','book_opt','','','2015-01-07 11:48:36','2015-01-07 19:48:36','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/01/Book_opt.png',0,'attachment','image/png',0),(254,20,'2015-01-07 11:48:38','2015-01-07 19:48:38','','GiftBox2_opt','','inherit','open','closed','','giftbox2_opt','','','2015-01-07 11:48:38','2015-01-07 19:48:38','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/01/GiftBox2_opt.png',0,'attachment','image/png',0),(255,20,'2015-01-07 11:48:40','2015-01-07 19:48:40','','Newsletter_background_opt','','inherit','open','closed','','newsletter_background_opt','','','2015-01-07 11:48:40','2015-01-07 19:48:40','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/01/Newsletter_background_opt.png',0,'attachment','image/png',0),(256,20,'2015-01-07 11:48:43','2015-01-07 19:48:43','','Snow Flake_opt','','inherit','open','closed','','snow-flake_opt','','','2015-01-07 11:48:43','2015-01-07 19:48:43','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/01/Snow-Flake_opt.png',0,'attachment','image/png',0),(257,20,'2015-01-07 11:48:44','2015-01-07 19:48:44','','The Business of Archit_fmt','','inherit','open','closed','','the-business-of-archit_fmt','','','2015-01-07 11:48:44','2015-01-07 19:48:44','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/01/The-Business-of-Archit_fmt.jpeg',0,'attachment','image/jpeg',0),(258,20,'2015-01-07 11:48:46','2015-01-07 19:48:46','','trail-runner1_opt','','inherit','open','closed','','trail-runner1_opt','','','2015-01-07 11:48:46','2015-01-07 19:48:46','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/01/trail-runner1_opt.jpeg',0,'attachment','image/jpeg',0),(259,20,'2015-01-07 11:48:48','2015-01-07 19:48:48','','Zeke%20Head_opt','','inherit','open','closed','','zeke%20head_opt','','','2015-01-07 11:48:48','2015-01-07 19:48:48','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/01/Zeke-Head_opt.png',0,'attachment','image/png',0),(266,12,'2015-01-30 00:38:39','2015-01-30 08:38:39','','houzz-logo','','inherit','open','closed','','houzz-logo-2','','','2015-01-30 00:38:39','2015-01-30 08:38:39','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2015/03/houzz-logo.jpg',0,'attachment','image/jpeg',0),(268,1,'2015-03-04 20:50:08','2015-03-05 04:50:08','Example content.','Test Post','','draft','open','closed','','test-post','','','2018-06-08 00:30:15','2018-06-08 07:30:15','',0,'http://shererandssociates.archwebsite.com/?p=268',0,'post','',0),(278,2,'2016-02-22 09:31:09','2016-02-22 17:31:09','','1 - residential---new-construction---condo1---SF','','inherit','open','closed','','1-residential-new-construction-condo1-sf','','','2016-02-22 09:31:09','2016-02-22 17:31:09','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2016/02/1-residential-new-construction-condo1-SF.jpg',0,'attachment','image/jpeg',0),(279,2,'2016-04-13 14:07:51','2016-04-13 21:07:51','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]','How to Hire an Architect 1','','draft','closed','closed','','hire-architect-2','','','2018-10-06 09:37:45','2018-10-06 16:37:45','',0,'http://shererandssociates.archwebsite.com/?page_id=279',0,'page','',0),(283,19,'2016-04-17 18:27:16','2016-04-18 01:27:16','<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you’ll discover:\r\n<div class=\"wi-iconlist\">\r\n<ul>\r\n <li><i class=\"icon-checkmark\"></i>The best ways to look for an architect</li>\r\n <li><i class=\"icon-checkmark\"></i>How to figure out fees</li>\r\n <li><i class=\"icon-checkmark\"></i>What questions to ask an architect</li>\r\n <li><i class=\"icon-checkmark\"></i>and much more!</li>\r\n</ul>\r\n</div>\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we’ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"http://archreach-demo.archfollowup.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>','The Perfect Architect for Your Project','','publish','closed','closed','','archreach-test-1','','','2016-04-18 00:05:32','2016-04-18 07:05:32','',0,'http://shererandssociates.archwebsite.com/?page_id=283',0,'page','',0),(296,0,'2018-06-19 10:20:51','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjIuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iaHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbTwvbG9jPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9zYW1wbGUtcGFnZS88L2xvYz48bGFzdG1vZD4yMDE0LTA1LTAyVDE3OjU5OjI2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYWJvdXQtdXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xOVQxMDoyMDo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpby88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTA1VDExOjUyOjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbmV3cy1hbmQtYXJ0aWNsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwNzoyOTo0MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2NvbnRhY3QtdXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xNVQwNToyMjozM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTlUMTA6MDk6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW8vcmVzaWRlbnRpYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNi0wMS0yNVQxNjo0MTozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpby9jb21tZXJjaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDktMDVUMjI6Mjk6NDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9zb2NpYWwtMi88L2xvYz48bGFzdG1vZD4yMDE0LTEyLTEyVDIwOjM0OjA3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vMTAtdGhpbmdzLXRvLWNvbnNpZGVyLXdoZW4tZGV2ZWxvcGluZy1hLWNvbW1lcmNpYWwtcHJvamVjdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDE4OjQ3OjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vc2VydmljZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QxOTowMDo1Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2Rvd25sb2FkLTEwLXRoaW5ncy10by1jb25zaWRlci13aGVuLWRldmVsb3BpbmctYS1jb21tZXJjaWFsLXByb2plY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xNVQxNjoyNzo1N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2ZpcnN0LXN0ZXBzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTVUMTY6MjY6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9zdWNjZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTYtMDQtMTNUMjE6MDA6MzlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9ob3ctdG8taGlyZS1hLWNvbnRyYWN0b3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wOS0wNlQwMjo1Nzo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3RoZS0xMC1hZHZhbnRhZ2VzLW9mLWRlc2lnbi1idWlsZC88L2xvYz48bGFzdG1vZD4yMDE0LTA5LTA2VDAyOjU3OjQyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vaG93LXRvLXByZXBhcmUtZm9yLXlvdXItZGVzaWduLXByb2plY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wOS0wNlQwMjo1Nzo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3Jlc291cmNlcy88L2xvYz48bGFzdG1vZD4yMDE0LTA5LTA2VDIyOjE5OjU1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbWFrZS1hbi1hcHBvaW50bWVudC88L2xvYz48bGFzdG1vZD4yMDE0LTExLTEyVDE2OjA1OjI4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vaGlyZS1hcmNoaXRlY3QtMi88L2xvYz48bGFzdG1vZD4yMDE2LTA0LTEzVDIxOjA3OjUxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYXJjaHJlYWNoLXRlc3QtMS88L2xvYz48bGFzdG1vZD4yMDE2LTA0LTE4VDA3OjA1OjMyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYS13aW5kb3ctaW50by1hLW5ldy13b3JsZC1kZXNpZ25pbmctYS1jcmFmdC1icmV3ZXJ5LWluLWNvbHVtYmlhLXNvdXRoLWNhcm9saW5hLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDc6MjY6NTdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9xdWFsaXR5LXdpdGhzdGFuZHMtdGhlLXRlc3Qtb2YtdGltZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA3OjI4OjM3WjwvbGFzdG1vZD48L3VybD48L3VybHNldD4K','sitemap-1.xml','','draft','closed','closed','','','','','2018-07-13 12:00:34','2018-07-13 19:00:34','',0,'http://shererandssociates.archwebsite.com/?p=296',0,'jp_sitemap','',0),(297,0,'2018-06-18 03:09:23','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjIuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iaHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vaW1hZ2Utc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiIHhtbG5zOmltYWdlPSJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2NoZW1hcy9zaXRlbWFwLWltYWdlLzEuMSI+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2FyY2hpdGVjdHMtbWFya2V0aW5nLWxvZ28tbmV3LTQwMC88L2xvYz48bGFzdG1vZD4yMDE0LTA2LTI5VDIzOjIyOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4NTAvYXJjaGl0ZWN0cy1tYXJrZXRpbmctbG9nby1uZXctNDAwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcmNoaXRlY3RzLW1hcmtldGluZy1sb2dvLW5ldy00MDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS88L2xvYz48bGFzdG1vZD4yMDE0LTA2LTMwVDAzOjM0OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4NDgvaG9tZTEtbmV3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMS1uZXc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS88L2xvYz48bGFzdG1vZD4yMDE0LTA2LTMwVDAzOjM0OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4NDcvaG9tZTItbmV3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lMi1uZXc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS88L2xvYz48bGFzdG1vZD4yMDE0LTA2LTMwVDAzOjM0OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4NDUvaG9tZTNhLW5ldy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZTNhLW5ldzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi10b3duLWhvdXNlcy88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjM4OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4NDMvQU1HX3N0b2NrXzg5MTA0NzJfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiB0b3duIGhvdXNlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1raXRjaGVuLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6Mzg6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDg0MS9BTUdfc3RvY2tfMTE0OTMyMDVfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBraXRjaGVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vaW5maW5pdHktc3dpbW1pbmctcG9vbC1ieS1iZWFjaC1hdC10aGUtbW9kZXJuLWx1eHVyeS1ob3RlbC1waWVyLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6Mzk6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDgzOS9BTUdfc3RvY2tfMTE2MTIzNzlfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkluZmluaXR5IHN3aW1taW5nIHBvb2wgYnkgYmVhY2ggYXQgdGhlIG1vZGVybiBsdXh1cnkgaG90ZWwsIFBpZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9hbWdfc3RvY2tfMTQ1ODc3NjVfb3JpZ2luYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjozOToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwODM4L0FNR19zdG9ja18xNDU4Nzc2NV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QU1HX3N0b2NrXzE0NTg3NzY1X29yaWdpbmFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYmVhdXRpZnVsLW1vZGVybi1ob3VzZS1pbi1jZW1lbnQtZGluaW5nLXJvb20tdmlldy1mcm9tLXRoZS12ZXJhbmRhLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6Mzk6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDgzNS9BTUdfc3RvY2tfMTk1MjQ1Mjlfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlYXV0aWZ1bCBtb2Rlcm4gaG91c2UgaW4gY2VtZW50LCBkaW5pbmcgcm9vbSB2aWV3IGZyb20gdGhlIHZlcmFuZGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9iZWF1dGlmdWwtbW9kZXJuLWhvdXNlLWluLWNlbWVudC1pbnRlcmlvci1saXZpbmctcm9vbS10b3Atdmlldy88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQwOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MzQvQU1HX3N0b2NrXzE5NTI0NzA3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZWF1dGlmdWwgbW9kZXJuIGhvdXNlIGluIGNlbWVudCwgaW50ZXJpb3IsIGxpdmluZyByb29tIHRvcCB2aWV3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYmVhdXRpZnVsLW1vZGVybi1ob3VzZS1pbi1jZW1lbnQtaW50ZXJpb3ItbGl2aW5nLXJvb20vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0MDozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwODMyL0FNR19zdG9ja18xOTUyNDgyMV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhdXRpZnVsIG1vZGVybiBob3VzZSBpbiBjZW1lbnQsIGludGVyaW9yLCBsaXZpbmcgcm9vbTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2JlYXV0aWZ1bC1tb2Rlcm4taG91c2UtaW4tY2VtZW50LWludGVyaW9yLW9wZW4tc3BhY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxNi0wMS0yNVQxNjozMzo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwODMxL0FNR19zdG9ja18xOTUyNTY4N19vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhdXRpZnVsIG1vZGVybiBob3VzZSBpbiBjZW1lbnQsIGludGVyaW9yLCBvcGVuIHNwYWNlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5iZWF1dGlmdWwgbW9kZXJuIGhvdXNlIGluIGNlbWVudCwgaW50ZXJpb3IsIG9wZW4gc3BhY2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYmVhdXRpZnVsLW1vZGVybi1ob3VzZS1pbi1jZW1lbnQtb3V0ZG9vci1zaWRlLXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0MTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwODI3L0FNR19zdG9ja18xOTUyODY2MV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmVhdXRpZnVsIG1vZGVybiBob3VzZSBpbiBjZW1lbnQsIG91dGRvb3IsIHNpZGUgdmlldzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2x1eHVyaW91cy1ob21lLXdpdGgtb3V0ZG9vci1lbnRlcnRhaW5pbmctYXJlYS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQxOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MjUvQU1HX3N0b2NrXzE5ODQyNTE3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MdXh1cmlvdXMgaG9tZSB3aXRoIG91dGRvb3IgZW50ZXJ0YWluaW5nIGFyZWE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG9tZS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQxOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MjMvQU1HX3N0b2NrXzE5ODQyNTI1X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gaG9tZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS1vdXRkb29yLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDE6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDgyMS9BTUdfc3RvY2tfMjAzNDkzNTdfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybiBob3VzZSBvdXRkb29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLW91dGRvb3ItMi88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQyOjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MjAvQU1HX3N0b2NrXzIwMzQ5NTY3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2Ugb3V0ZG9vcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS1vdXRkb29yLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0MjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwODE5L0FNR19zdG9ja18yMDM1MDQwOV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuIGhvdXNlIG91dGRvb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2Utb3V0ZG9vci00LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDI6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDgxOC9BTUdfc3RvY2tfMjAzNTA1Mjlfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybiBob3VzZSBvdXRkb29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLW91dGRvb3ItNS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQyOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MTYvQU1HX3N0b2NrXzIwMzUxNzQ3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2Ugb3V0ZG9vcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS1pbnRlcmlvci88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQzOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MTUvQU1HX3N0b2NrXzIwMzU1MDQ3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2UgaW50ZXJpb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtaW50ZXJpb3ItMi88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQzOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MTQvQU1HX3N0b2NrXzIwMzU1MDU1X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2UgaW50ZXJpb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtaW50ZXJpb3ItMy88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQzOjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MTIvQU1HX3N0b2NrXzIwMzU2MzM3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2UgaW50ZXJpb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tc3RyZWV0LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDQ6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDgwNy9BTUdfc3RvY2tfMjExNTc1ODNfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBzdHJlZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4ta2l0Y2hlbi1hbmQtbGl2aW5nLXJvb20vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0NDoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwODA2L0FNR19zdG9ja18yMjkyNzAwMF9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGtpdGNoZW4gYW5kIGxpdmluZyByb29tPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYmVhdXRpZnVsLW5ldy1wZWFjZWZ1bC1tb2Rlcm4taG9tZS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ0OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MDQvQU1HX3N0b2NrXzIzNjEzMjkxX29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWF1dGlmdWwgbmV3IHBlYWNlZnVsLCBtb2Rlcm4gaG9tZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ1OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MDIvQU1HX3N0b2NrXzI0MDUzMzY3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtMi88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ1OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA4MDEvQU1HX3N0b2NrXzI1MzA1OTA3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtMy88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ1OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3NTkvQU1HX3N0b2NrXzI1MzA2NzI1X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtNC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ1OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3NTcvQU1HX3N0b2NrXzI1NDMwMDU5X29yaWdpbmFsLWUxNDA0MjM4OTM3ODcwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtNS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ2OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3NTYvQU1HX3N0b2NrXzI1NDMwOTc5X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtZXh0ZXJpb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0NjoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzUzL0FNR19zdG9ja18yNTQ0NjAxMV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuIGhvdXNlLCBleHRlcmlvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS1tb2NrLXVwLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDY6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDc0OS9BTUdfc3RvY2tfMjYyNzgyNTNfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBob3VzZSBtb2NrLXVwLjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS02LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDY6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDc0Ny9BTUdfc3RvY2tfMjY5MzQ4NzNfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS03LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDc6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDc0Ni9BTUdfc3RvY2tfMjY5MzUxODFfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS04LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDc6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDc0NC9BTUdfc3RvY2tfMjY5NTA5MDlfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS1hbmQtcG9vbC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ3OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3NDMvQU1HX3N0b2NrXzI2OTUxMDIxX29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2UgYW5kIHBvb2w8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtYW5kLXBvb2wtMi88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ3OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3NDEvQU1HX3N0b2NrXzI2OTUxMTQ3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2UgYW5kIHBvb2w8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtOS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ3OjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3MzkvQU1HX3N0b2NrXzI2OTUxNTc3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gaG91c2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtYnktbmlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0Nzo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzM4L0FNR19zdG9ja18yOTIxMjUwMV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGhvdXNlIGJ5IG5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLWJ5LW5pZ2h0LTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0ODoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzM2L0FNR19zdG9ja18yOTIxMjU3N19vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGhvdXNlIGJ5IG5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLWJ5LW5pZ2h0LTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0ODoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzMyL0FNR19zdG9ja18yOTIxMzAwN19vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGhvdXNlIGJ5IG5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLWJ5LW5pZ2h0LTQvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0ODoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzI5L0FNR19zdG9ja18yOTIxMzA4OV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGhvdXNlIGJ5IG5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLWJ5LW5pZ2h0LTUvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0ODozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzI3L0FNR19zdG9ja18yOTIxNDQ1NV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGhvdXNlIGJ5IG5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLWJ5LW5pZ2h0LTYvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0ODo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzI2L0FNR19zdG9ja18yOTIxNDQ5N19vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGhvdXNlIGJ5IG5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLW91dGRvb3ItNi88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ4OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3MjUvQU1HX3N0b2NrXzI5MjIyNDYzX29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gaG91c2UsIG91dGRvb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2Utb3V0ZG9vci03LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDk6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcyMy9BTUdfc3RvY2tfMjkyMjI1OTVfb3JpZ2luYWwtZTE0MDQyMzU4MTA5OTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBob3VzZSwgb3V0ZG9vcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS1vdXRkb29yLTgvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0OToxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzIyL0FNR19zdG9ja18yOTIyODM4OV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIGhvdXNlLCBvdXRkb29yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLW91dGRvb3ItOS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjQ5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3MjAvQU1HX3N0b2NrXzI5MjMxOTY5X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gaG91c2UsIG91dGRvb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtYnktbmlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo0OTozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzE5L0FNR19zdG9ja18yOTI0ODc0M19vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuIHZpbGxhIGJ5IG5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYW1nX3N0b2NrXzM5Njc3NTI5X29yaWdpbmFsLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NDk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcxNy9BTUdfc3RvY2tfMzk2Nzc1Mjlfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFNR19zdG9ja18zOTY3NzUyOV9vcmlnaW5hbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3RyYXZlcnRpbmUtaG91c2Utdmlldy1vZi1hLWtpdGNoZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo1MDowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNzEzL0FNR19zdG9ja180MDQxMDI0NV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VHJhdmVydGluZSBob3VzZSAtIHZpZXcgb2YgYSBraXRjaGVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYW1nX3N0b2NrXzQwODUyOTExX29yaWdpbmFsLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTA6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcxMi9BTUdfc3RvY2tfNDA4NTI5MTFfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFNR19zdG9ja180MDg1MjkxMV9vcmlnaW5hbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2ludGVyaW9yLW1vZGVybi1ob3VzZS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjUwOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3MTEvQU1HX3N0b2NrXzQ2NDczNTI1X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JbnRlcmlvciwgbW9kZXJuIGhvdXNlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYmVhdXRpZnVsLWhvdXNlLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTA6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcwOS9BTUdfc3RvY2tfNDY2OTcxMTFfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlYXV0aWZ1bCBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2JlYXV0aWZ1bC1ob3VzZS0yLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTE6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcwOC9BTUdfc3RvY2tfNDY2OTkzMDVfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlYXV0aWZ1bCBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2JlYXV0aWZ1bC1ob3VzZS0zLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTE6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcwNy9BTUdfc3RvY2tfNDY3MDE3MTdfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlYXV0aWZ1bCBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2JlYXV0aWZ1bC1ob3VzZS00LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTI6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcwNS9BTUdfc3RvY2tfNDY3MDM3MTFfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlYXV0aWZ1bCBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2JlYXV0aWZ1bC1ob3VzZS01LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTI6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDcwNC9BTUdfc3RvY2tfNDY3MDQyMTNfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlYXV0aWZ1bCBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi12aWxsYS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjUyOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3MDMvQU1HX3N0b2NrXzQ2Nzk1NTM3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtMi88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjUzOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA3MDEvQU1HX3N0b2NrXzQ2Nzk1NjcxX29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtMy88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjUzOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2NTYvQU1HX3N0b2NrXzQ2Nzk3MTMxX29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtNC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjUzOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2NTQvQU1HX3N0b2NrXzQ2Nzk3NTM3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtNS88L2xvYz48bGFzdG1vZD4yMDE1LTA0LTI4VDE2OjU3OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2NTIvQU1HX3N0b2NrXzQ2Nzk4MjgzX29yaWdpbmFsLWUxNDMwMjQwMjQ5NjU2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtNi88L2xvYz48bGFzdG1vZD4yMDE1LTA0LTI4VDE3OjA5OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2NDQvQU1HX3N0b2NrXzQ2Nzk4MzYzX29yaWdpbmFsLWUxNDMwMjQwOTY3NTQzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtNy88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjU0OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2NDEvQU1HX3N0b2NrXzQ2ODAzMzQ1X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtOC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjU0OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MzkvQU1HX3N0b2NrXzQ2ODAzNDY3X29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4tdmlsbGEtOS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjU0OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MzcvQU1HX3N0b2NrXzQ2ODA1MDcxX29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS8/cG9zdF90eXBlPXBvcnRmb2xpbyZhbXA7cD0zOTwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTQ6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYzMy9BTUdfc3RvY2tfNDY4MDYyNzlfb3JpZ2luYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiB2aWxsYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi12aWxsYS1uaWdodC1zY2VuZS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDAyOjU0OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MzEvQU1HX3N0b2NrXzQ2ODA3NTEzX29yaWdpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2Rlcm4gdmlsbGEsIG5pZ2h0IHNjZW5lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLXZpbGxhLW5pZ2h0LXNjZW5lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo1NDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjI5L0FNR19zdG9ja180NjgwNzU5NV9vcmlnaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9kZXJuIHZpbGxhLCBuaWdodCBzY2VuZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2VudHJhbmNlLXRvLW1hbnNpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwMjo1NTowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjI3L2FtZy1tb2Rlcm4taG91c2UtcG9ydGUtY29jaGVyZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RW50cmFuY2UgdG8gbWFuc2lvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2NsaWZmLWhvdXNlLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDI6NTU6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYyNi9tb2Rlcm4td2hpdGUtaG91c2UtY2xpZmYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNsaWZmIEhvdXNlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcGxhY2Vob2xkZXItMDUtOTYweDU0MC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDA0OjU0OjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MjUvcGxhY2Vob2xkZXItMDUtOTYweDU0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGxhY2Vob2xkZXItMDUtOTYweDU0MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BsYWNlaG9sZGVyLTA3LTk2MHg1NDAvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwNDo1NDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjIzL3BsYWNlaG9sZGVyLTA3LTk2MHg1NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBsYWNlaG9sZGVyLTA3LTk2MHg1NDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wbGFjZWhvbGRlci0xMi05NjB4NTQwLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDQ6NTU6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYyMi9wbGFjZWhvbGRlci0xMi05NjB4NTQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wbGFjZWhvbGRlci0xMi05NjB4NTQwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcGxhY2Vob2xkZXItMTAtOTYweDU0MC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDA0OjU2OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MjEvcGxhY2Vob2xkZXItMTAtOTYweDU0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGxhY2Vob2xkZXItMTAtOTYweDU0MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BsYWNlaG9sZGVyLTA0LTk2MHg1NDAvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQwNDo1Njo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjIwL3BsYWNlaG9sZGVyLTA0LTk2MHg1NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBsYWNlaG9sZGVyLTA0LTk2MHg1NDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wbGFjZWhvbGRlci0wMi05NjB4NTQwLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMDQ6NTY6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYxOS9wbGFjZWhvbGRlci0wMi05NjB4NTQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wbGFjZWhvbGRlci0wMi05NjB4NTQwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQxNTowNzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjE3L2pvaG4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmpvaG48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDE1OjA3OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MTcvanVsaWEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmp1bGlhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQxNTowNzowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjE3L3NlbGVuZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VsZW5lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLWV4dGVyaW9yLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQxODoyNzo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjE1L2Zvci1tb2JpbGUuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tb2Rlcm4gaG91c2UsIGV4dGVyaW9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vbW9kZXJuLWhvdXNlLWV4dGVyaW9yLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQxODoyODoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjE0L2Zvci1tb2JpbGUxLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuIGhvdXNlLCBleHRlcmlvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS1leHRlcmlvci00LzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMTg6NDY6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYxMy9mb3ItbW9iaWxlMi5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1vZGVybiBob3VzZSwgZXh0ZXJpb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9jb3VwbGUxLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMTk6MTc6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYxMy9jb3VwbGUxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb3VwbGUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQxOToxNzozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjEyL2NvdXBsZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvdXBsZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tYW4vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQxOToxNzozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjEyL21hbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQxOToxNzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjEyL21hbi13aXRoLWdsYXNzZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1hbiB3aXRoIGdsYXNzZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9tb2Rlcm4taG91c2UtZXh0ZXJpb3ItNS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDE5OjM4OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MTAvZm9yLW1vYmlsZS1yZXNpemVkLWUxNDA0MjQzNTIxODUzLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bW9kZXJuIGhvdXNlLCBleHRlcmlvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi1ob3VzZS0xMC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDE5OjQyOjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MDkvbW9iaWxlMy5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZGVybiBob3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2FtZy1sb2dvLTAyLXdoaXRlLWJhY2tncm91bmQtc21hbGwvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQyMDoyNTowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjA5L2FtZy1sb2dvLTAyLXdoaXRlLWJhY2tncm91bmQtc21hbGwucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtZy1sb2dvLTAyLXdoaXRlLWJhY2tncm91bmQtc21hbGw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9hbWctbG9nby0wMS1yZXRpbmEvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wMVQyMDoyNTozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjA5L2FtZy1sb2dvLTAxLXJldGluYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1nLWxvZ28tMDEtcmV0aW5hPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYW1nLWxvZ28tMDItZm9yLXRlbXBsYXRlLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDFUMjA6MzA6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYwOS9hbWctbG9nby0wMi1mb3ItdGVtcGxhdGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFtZy1sb2dvLTAyLWZvci10ZW1wbGF0ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL21vZGVybi12aWxsYS0xMS88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAxVDIwOjUxOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MDcvc29jaWFsLWltZy5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNvY2lhbCBJbWFnZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2FtZ19zdG9ja18yNTMwNjcyNV9yZWR1Y2VkLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDNUMjE6NDQ6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDYwNC9BTUdfc3RvY2tfMjUzMDY3MjVfcmVkdWNlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QU1HX3N0b2NrXzI1MzA2NzI1X3JlZHVjZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9hbWdfc3RvY2tfMjU0NDYwMTFfcmVkdWNlZC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAzVDIxOjQ1OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA2MDIvQU1HX3N0b2NrXzI1NDQ2MDExX3JlZHVjZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFNR19zdG9ja18yNTQ0NjAxMV9yZWR1Y2VkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYW1nX3N0b2NrXzI2OTUxMDIxX3JlZHVjZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wNy0wM1QyMTo0NToxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNjAwL0FNR19zdG9ja18yNjk1MTAyMV9yZWR1Y2VkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BTUdfc3RvY2tfMjY5NTEwMjFfcmVkdWNlZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2FtZ19zdG9ja180Njc5NTUzN19yZWR1Y2VkLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMDNUMjE6NDU6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU1OC9BTUdfc3RvY2tfNDY3OTU1MzdfcmVkdWNlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QU1HX3N0b2NrXzQ2Nzk1NTM3X3JlZHVjZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9hbWdfc3RvY2tfNDY4MDYyNzlfcmVkdWNlZC88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTAzVDIxOjQ1OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA1NTcvQU1HX3N0b2NrXzQ2ODA2Mjc5X3JlZHVjZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFNR19zdG9ja180NjgwNjI3OV9yZWR1Y2VkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYW1nXzEvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNC0yOFQxNjowOToyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTU1L0FNR18xLWUxNDMwMjM3MzQ3ODUyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BTUdfMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2FtZ18yLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDctMjlUMDU6MjA6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU1NC9BTUdfMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QU1HXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9hbWdfMy88L2xvYz48bGFzdG1vZD4yMDE0LTA3LTI5VDA1OjIxOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA1NTIvQU1HXzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFNR18zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYW1nXzQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wNC0yOFQxNjowNzowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTUwL0FNR180LWUxNDMwMjM3MTk4MjM2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BTUdfNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2FtZ181LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDgtMDNUMTg6NDU6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU1MC9BTUdfNS1lMTQzMDIzNzg5ODk0OS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QU1HXzUgRXh0ZXJpb3IgUmVzaWRlbmNlIE5pZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vY29udHJhY3Rvcl9ndWlkZS88L2xvYz48bGFzdG1vZD4yMDE0LTA5LTA2VDAyOjM5OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA1NDcvY29udHJhY3Rvcl9ndWlkZS1lMTQwOTk3NjU2NjEzMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29udHJhY3Rvcl9ndWlkZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2Rlc2lnbmJ1aWxkX2d1aWRlLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDktMDZUMDI6NDA6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU0Ni9kZXNpZ25idWlsZF9ndWlkZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZGVzaWduYnVpbGRfZ3VpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9kZXNpZ25wcm9qZWN0X2d1aWRlLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDktMDZUMDI6NDA6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU0Ni9kZXNpZ25wcm9qZWN0X2d1aWRlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kZXNpZ25wcm9qZWN0X2d1aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vY29udHJhY3Rvcl9ndWlkZS0yLzwvbG9jPjxsYXN0bW9kPjIwMTQtMDktMDZUMDQ6MjI6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU0NS9jb250cmFjdG9yX2d1aWRlMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29udHJhY3Rvcl9ndWlkZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2Rlc2lnbmJ1aWxkX2d1aWRlLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0wOS0wNlQwNDoyMjo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTQ1L2Rlc2lnbmJ1aWxkX2d1aWRlMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZGVzaWduYnVpbGRfZ3VpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9zaWduYXR1cmUvPC9sb2M+PGxhc3Rtb2Q+MjAxNC0xMi0xOVQyMzoyMzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTQ1L3NpZ25hdHVyZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2lnbmF0dXJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vYm9va19vcHQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMS0wN1QxOTo0ODozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTQ1L0Jvb2tfb3B0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Cb29rX29wdDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2dpZnRib3gyX29wdC88L2xvYz48bGFzdG1vZD4yMDE1LTAxLTA3VDE5OjQ4OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA1NDQvR2lmdEJveDJfb3B0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaWZ0Qm94Ml9vcHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9uZXdzbGV0dGVyX2JhY2tncm91bmRfb3B0LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDEtMDdUMTk6NDg6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU0My9OZXdzbGV0dGVyX2JhY2tncm91bmRfb3B0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5OZXdzbGV0dGVyX2JhY2tncm91bmRfb3B0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vc25vdy1mbGFrZV9vcHQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMS0wN1QxOTo0ODo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTQzL1Nub3ctRmxha2Vfb3B0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Tbm93IEZsYWtlX29wdDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3RoZS1idXNpbmVzcy1vZi1hcmNoaXRfZm10LzwvbG9jPjxsYXN0bW9kPjIwMTUtMDEtMDdUMTk6NDg6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDIxNDE1MDU0Mi9UaGUtQnVzaW5lc3Mtb2YtQXJjaGl0X2ZtdC5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBCdXNpbmVzcyBvZiBBcmNoaXRfZm10PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vdHJhaWwtcnVubmVyMV9vcHQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMS0wN1QxOTo0ODo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTQyL3RyYWlsLXJ1bm5lcjFfb3B0LmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dHJhaWwtcnVubmVyMV9vcHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS96ZWtlJTIwaGVhZF9vcHQvPC9sb2M+PGxhc3Rtb2Q+MjAxNS0wMS0wN1QxOTo0ODo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTQxL1pla2UtSGVhZF9vcHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlpla2UlMjBIZWFkX29wdDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL2hvdXp6LWxvZ28tMi88L2xvYz48bGFzdG1vZD4yMDE1LTAxLTMwVDA4OjM4OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODAyMTQxNTA1NDEvaG91enotbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG91enotbG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tLzEtcmVzaWRlbnRpYWwtbmV3LWNvbnN0cnVjdGlvbi1jb25kbzEtc2YvPC9sb2M+PGxhc3Rtb2Q+MjAxNi0wMi0yMlQxNzozMTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwMjE0MTUwNTM5LzEtcmVzaWRlbnRpYWwtbmV3LWNvbnN0cnVjdGlvbi1jb25kbzEtU0YuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjEgLSByZXNpZGVudGlhbC0tLW5ldy1jb25zdHJ1Y3Rpb24tLS1jb25kbzEtLS1TRjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tLzUwOC1yaGV0dC1zdC1yZW5kZXJpbmcxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDY6MDc6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwNzIzMDczMC81MDgtUmhldHQtU3QtUmVuZGVyaW5nMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NTA4LVJoZXR0LVN0LVJlbmRlcmluZzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9zaGVyZXItbG9nby00MDAtcGl4ZWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwNjoyMDowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA3MjMyMDA3L1NoZXJlci1Mb2dvLTQwMC1waXhlbC1lMTUyOTA3OTQ4MzUyOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2hlcmVyLUxvZ28tNDAwLXBpeGVsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vY29sb3Itc2tldGNoLTEwMzgtbW9udGd1ZV8wMDAxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDY6Mjg6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwNzIzMjgyMC9Db2xvci1Ta2V0Y2gtMTAzOC1Nb250Z3VlXzAwMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvbG9yLVNrZXRjaC0xMDM4LU1vbnRndWVfMDAwMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3dlYi1zbGlkZXItcGFya3NpZGVjZW50ZXI0LTQ1MC1oZWlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwNzo1ODowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDA1ODAzL1dFQi1TTElERVItUGFya3NpZGVDZW50ZXI0LTQ1MC1IZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1TTElERVItUGFya3NpZGVDZW50ZXI0LTQ1MC1IZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS93ZWItc2xpZGVyLWFsdG1hbi1sb2JieS1hbmQtc3RhaXJzLTQ1MC1oZWlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwNzo1ODowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDA1ODA5L1dFQi1TTElERVItQWx0bWFuLUxvYmJ5LWFuZC1TdGFpcnMtNDUwLUhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLVNMSURFUi1BbHRtYW4tTG9iYnktYW5kLVN0YWlycy00NTAtSGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vd2ViLXNsaWRlci1kc2NfMTA1Mi00NTAtaGVpZ2h0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDc6NTg6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAwNTgxNi9XRUItU0xJREVSLURTQ18xMDUyLTQ1MC1IZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1TTElERVItRFNDXzEwNTItNDUwLUhlaWdodDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3dlYi1zbGlkZXItZHNjbjAzNDMtNDUwLWhlaWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA3OjU4OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMDU4MjQvV0VCLVNMSURFUi1EU0NOMDM0My00NTAtSGVpZ2h0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XRUItU0xJREVSLURTQ04wMzQzLTQ1MC1IZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS93ZWItc2xpZGVyLWxhZHlzdHJlZXRsaXZld29ya3MxLTQ1MC1oZWlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwNzo1ODoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDA1ODMwL1dFQi1TTElERVItTGFkeVN0cmVldExpdmVXb3JrczEtNDUwLUhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLVNMSURFUi1MYWR5U3RyZWV0TGl2ZVdvcmtzMS00NTAtSGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vd2ViLXNsaWRlci1sZW5vaXItcmh5bmUtZmluYWwtcmVuZGVyaW5nLTQ1MC1oZWlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwNzo1ODozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDA1ODM3L1dFQi1TTElERVItTGVub2lyLVJoeW5lLUZpbmFsLVJlbmRlcmluZy00NTAtSGVpZ2h0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XRUItU0xJREVSLUxlbm9pci1SaHluZS1GaW5hbC1SZW5kZXJpbmctNDUwLUhlaWdodDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2xha2UtY2Fyb2xpbmEtdG93bmNlbnRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA4OjIxOjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMTIxMTgvV0VCLUNhcm9saW5hLXRvd25DZW50ZXJUYXZlcm4yLTQ1MC1IZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1DYXJvbGluYS10b3duQ2VudGVyVGF2ZXJuMi00NTAtSGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vbGFrZS1jYXJvbGluYS10b3duY2VudGVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6MjE6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxMjEyNC9XRUItTGFrZS1DYXJvbGluYS1QYXJrc2lkZS1DZW50ZXItNDUwLUhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUxha2UtQ2Fyb2xpbmEtUGFya3NpZGUtQ2VudGVyLTQ1MC1IZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9sYWtlLWNhcm9saW5hLXRvd25jZW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwODoyMToyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDEyMTI5L1dFQi1DYXJvbGluYS1MZWUtU3RhdGlvbi1CaXJkcy1pbnQtNDUwLUhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUNhcm9saW5hLUxlZS1TdGF0aW9uLUJpcmRzLWludC00NTAtSGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vbGFrZS1jYXJvbGluYS10b3duY2VudGVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6MjE6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxMjEzMy9XRUItQ2Fyb2xpbmEtUGFya3NpZGVDZW50ZXIzLUZFQVRVUkUtNDAweDIzNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUNhcm9saW5hLVBhcmtzaWRlQ2VudGVyMy1GRUFUVVJFLTQwMHgyMzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9sYWtlLWNhcm9saW5hLXRvd25jZW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwODoyMTozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDEyMTM4L1dFQi1DYXJvbGluYS1QYXJrc2lkZUNlbnRlcjQtNDUwLUhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUNhcm9saW5hLVBhcmtzaWRlQ2VudGVyNC00NTAtSGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vbGFrZS1jYXJvbGluYS10b3duY2VudGVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6MjE6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxMjE0My9XRUItQ2Fyb2xpbmEtdG93bkNlbnRlcjItNDUwLUhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUNhcm9saW5hLXRvd25DZW50ZXIyLTQ1MC1IZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9sYWtlLWNhcm9saW5hLXRvd25jZW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwODoyMTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDEyMTQ5L1dFQi1DYXJvbGluYS1Ub3duY2VudGVyLUxpdmV3b3JrLVVuaXRzLTQ1MC1IZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1DYXJvbGluYS1Ub3duY2VudGVyLUxpdmV3b3JrLVVuaXRzLTQ1MC1IZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9hbHRtYW4tYnVpbGRpbmctY2hhcmxlc3Rvbi1zYy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA4OjMyOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMTMyMzAvV0VCLUFsdG1hbi1SZW5vdmF0ZWQtUmVhci1FbGV2YXRpb24tNDUwLWhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUFsdG1hbi1SZW5vdmF0ZWQtUmVhci1FbGV2YXRpb24tNDUwLWhlaWdodDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2FsdG1hbi1idWlsZGluZy1jaGFybGVzdG9uLXNjLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6MzI6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxMzIzNy9XRUItQWx0bWFuLVdvcmtzcGFjZS00NTAtaGVpZ2h0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XRUItQWx0bWFuLVdvcmtzcGFjZS00NTAtaGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vYWx0bWFuLWJ1aWxkaW5nLWNoYXJsZXN0b24tc2MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwODozMjo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDEzMjQzL1dFQi1BbHRtYW4tQ29uZmVyZW5jZS1Sb29tLTQ1MC1oZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1BbHRtYW4tQ29uZmVyZW5jZS1Sb29tLTQ1MC1oZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9hbHRtYW4tYnVpbGRpbmctY2hhcmxlc3Rvbi1zYy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA4OjMyOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMTMyNDgvV0VCLUFsdG1hbi1FeGlzdGluZy1SZWFyLUVsZXZhdGlvbi00NTAtaGVpZ2h0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XRUItQWx0bWFuLUV4aXN0aW5nLVJlYXItRWxldmF0aW9uLTQ1MC1oZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9hbHRtYW4tYnVpbGRpbmctY2hhcmxlc3Rvbi1zYy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA4OjMyOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMTMyNTIvV0VCLUFsdG1hbi1FeGlzdGluZy1TZWNvbmQtRmxvb3ItNDUwLWhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUFsdG1hbi1FeGlzdGluZy1TZWNvbmQtRmxvb3ItNDUwLWhlaWdodDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2FsdG1hbi1idWlsZGluZy1jaGFybGVzdG9uLXNjLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6MzI6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxMzMwMC9XRUItQWx0bWFuLUxpYnJhcnktNDUwLWhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUFsdG1hbi1MaWJyYXJ5LTQ1MC1oZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9hbHRtYW4tYnVpbGRpbmctY2hhcmxlc3Rvbi1zYy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA4OjMzOjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMTMzMDQvV0VCLUFsdG1hbi1Mb2JieS1hbmQtU3RhaXJzLUZFQVRVUkUtNDAwLXgtMjM1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XRUItQWx0bWFuLUxvYmJ5LWFuZC1TdGFpcnMtRkVBVFVSRS00MDAteC0yMzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9maXJzdC1iYXNlLWJ1aWxkaW5nLWludGVyaW9yLXJlbm92YXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6NDQ6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxNDQxNS9DYXBnZW1pbmktU291dGgtVmlldy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FwZ2VtaW5pIC0gQnVsbFN0cmVldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW50ZXJpb3IgcGhvdG9zIG9mIHRoZSBuZXcgQ2FwZ2VtaW5pIGxvY2F0aW9uIGluIENvbHVtYmlhLCBTQzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9maXJzdC1iYXNlLWJ1aWxkaW5nLWludGVyaW9yLXJlbm92YXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6NDQ6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxNDQyMC9DYXBnZW1pbmktVmlldy1vZi1CYWxsLUZpZWxkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXBnZW1pbmkgLSBCdWxsU3RyZWV0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JbnRlcmlvciBwaG90b3Mgb2YgdGhlIG5ldyBDYXBnZW1pbmkgbG9jYXRpb24gaW4gQ29sdW1iaWEsIFNDPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2ZpcnN0LWJhc2UtYnVpbGRpbmctaW50ZXJpb3ItcmVub3ZhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwODo0NDoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDE0NDI0L0NhcGdlbWluaS1Xb3Jrc3BhY2UtYW5kLU1lZXRpbmctc3BhY2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhcGdlbWluaSAtIEJ1bGxTdHJlZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkludGVyaW9yIHBob3RvcyBvZiB0aGUgbmV3IENhcGdlbWluaSBsb2NhdGlvbiBpbiBDb2x1bWJpYSwgU0M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vZmlyc3QtYmFzZS1idWlsZGluZy1pbnRlcmlvci1yZW5vdmF0aW9ucy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA4OjQ0OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMTQ0MjcvVzBBMzYzNV9DYXBnZW1pbmktaW50ZXJpb3JfUmVkdWNlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FwZ2VtaW5pIC0gQnVsbFN0cmVldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW50ZXJpb3IgcGhvdG9zIG9mIHRoZSBuZXcgQ2FwZ2VtaW5pIGxvY2F0aW9uIGluIENvbHVtYmlhLCBTQzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9maXJzdC1iYXNlLWJ1aWxkaW5nLWludGVyaW9yLXJlbm92YXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6NDQ6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxNDQzMS9DYXBnZW1pbmktQnJlYWstb3V0LWFyZWEtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FwZ2VtaW5pIC0gQnVsbFN0cmVldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW50ZXJpb3IgcGhvdG9zIG9mIHRoZSBuZXcgQ2FwZ2VtaW5pIGxvY2F0aW9uIGluIENvbHVtYmlhLCBTQzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9maXJzdC1iYXNlLWJ1aWxkaW5nLWludGVyaW9yLXJlbm92YXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6NDQ6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxNDQzNS9DYXBnZW1pbmktQ29tZm9ydC1ab25lLWFuZC1icmVhay1yb29tLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXBnZW1pbmkgLSBCdWxsU3RyZWV0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JbnRlcmlvciBwaG90b3Mgb2YgdGhlIG5ldyBDYXBnZW1pbmkgbG9jYXRpb24gaW4gQ29sdW1iaWEsIFNDPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2ZpcnN0LWJhc2UtYnVpbGRpbmctaW50ZXJpb3ItcmVub3ZhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwODo0NDozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDE0NDM4L0NhcGdlbWluaS1NZWV0aW5nLVJvb21zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXBnZW1pbmkgLSBCdWxsU3RyZWV0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JbnRlcmlvciBwaG90b3Mgb2YgdGhlIG5ldyBDYXBnZW1pbmkgbG9jYXRpb24gaW4gQ29sdW1iaWEsIFNDPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2ZpcnN0LWJhc2UtYnVpbGRpbmctaW50ZXJpb3ItcmVub3ZhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwODo0NDo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDE0NDQzL0NhcGdlbWluaS1PcGVuLU9mZmljZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FwZ2VtaW5pIC0gQnVsbFN0cmVldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW50ZXJpb3IgcGhvdG9zIG9mIHRoZSBuZXcgQ2FwZ2VtaW5pIGxvY2F0aW9uIGluIENvbHVtYmlhLCBTQzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9maXJzdC1iYXNlLWJ1aWxkaW5nLWludGVyaW9yLXJlbm92YXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDg6NDQ6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAxNDQ0Ny9DYXBnZW1pbmktUGF0aW8tdmlldy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FwZ2VtaW5pIC0gQnVsbFN0cmVldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW50ZXJpb3IgcGhvdG9zIG9mIHRoZSBuZXcgQ2FwZ2VtaW5pIGxvY2F0aW9uIGluIENvbHVtYmlhLCBTQzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS8xMC10aGluZ3MtdG8tY29uc2lkZXItY292ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwOToyMjowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDIyMjAzLzEwLVRoaW5ncy10by1Db25zaWRlci1jb3Zlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTAtVGhpbmdzLXRvLUNvbnNpZGVyLWNvdmVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vbGVub2lyLXJoeW5lLW9mZmljZS1jbGFzc3Jvb20tYnVpbGRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwOTo1NzowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDI1NzA5L1dFQi1MZW5pb3ItUmh5bmUtRXh0ZXJpb3ItUGF0aW8tNDUwLWhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUxlbmlvci1SaHluZS1FeHRlcmlvci1QYXRpby00NTAtaGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vbGVub2lyLXJoeW5lLW9mZmljZS1jbGFzc3Jvb20tYnVpbGRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwOTo1NzoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDI1NzE4L1dFQi1MZW5vaXItUmh5bmUtQ2xhc3Nyb29tLTQ1MC1oZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1MZW5vaXItUmh5bmUtQ2xhc3Nyb29tLTQ1MC1oZWlnaHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9sZW5vaXItcmh5bmUtb2ZmaWNlLWNsYXNzcm9vbS1idWlsZGluZy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA5OjU3OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMjU3MjMvV0VCLUxlbm9pci1SaHluZS1FbnRyeS0lNDAtR3JhbmQtT3BlbmluZy00NTAtaGVpZ2h0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XRUItTGVub2lyLVJoeW5lLUVudHJ5LUAtR3JhbmQtT3BlbmluZy00NTAtaGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vbGVub2lyLXJoeW5lLW9mZmljZS1jbGFzc3Jvb20tYnVpbGRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwOTo1NzoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDI1NzI2L1dFQi1MZW5vaXItUmh5bmUtRXhpc3RpbmctU2l0ZS00NTAtaGVpZ2h0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XRUItTGVub2lyLVJoeW5lLUV4aXN0aW5nLVNpdGUtNDUwLWhlaWdodDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2xlbm9pci1yaHluZS1vZmZpY2UtY2xhc3Nyb29tLWJ1aWxkaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDk6NTc6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAyNTczMC9XRUItTGVub2lyLVJoeW5lLUV4dGVyaW9yLTQ1MC1oZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1MZW5vaXItUmh5bmUtRXh0ZXJpb3ItNDUwLWhlaWdodDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tL3BvcnRmb2xpb19pdGVtL2xlbm9pci1yaHluZS1vZmZpY2UtY2xhc3Nyb29tLWJ1aWxkaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDhUMDk6NTc6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHA6Ly9zMy5hbWF6b25hd3MuY29tL2FtLWNsaWVudHMvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzM3MS8yMDE4MDYwODAyNTczMy9XRUItTGVub2lyLVJoeW5lLUZpbmFsLVJlbmRlcmluZy1GRUFUVVJFLTQwMC14LTIzNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUxlbm9pci1SaHluZS1GaW5hbC1SZW5kZXJpbmctRkVBVFVSRS00MDAteC0yMzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9wb3J0Zm9saW9faXRlbS9sZW5vaXItcmh5bmUtb2ZmaWNlLWNsYXNzcm9vbS1idWlsZGluZy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA4VDA5OjU3OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MDgwMjU3MzkvV0VCLUxlbm9pci1SaHluZS1HbGFzcy1XYWxsLTQ1MC1oZWlnaHQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldFQi1MZW5vaXItUmh5bmUtR2xhc3MtV2FsbC00NTAtaGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vcG9ydGZvbGlvX2l0ZW0vbGVub2lyLXJoeW5lLW9mZmljZS1jbGFzc3Jvb20tYnVpbGRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOFQwOTo1Nzo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vYW0tY2xpZW50cy93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMzcxLzIwMTgwNjA4MDI1NzQzL1dFQi1MZW5vaXItUmh5bmUtTmVpZ2hib3JpbmctQnVpbGRpbmctNDUwLWhlaWdodC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLUxlbm9pci1SaHluZS1OZWlnaGJvcmluZy1CdWlsZGluZy00NTAtaGVpZ2h0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vdGVzdC10aXRsZV9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE4VDAzOjA5OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MTUwODUyMDcvV0VCLVNMSURFUi1yZXBsYWNlbWVudC1EU0MtMTA1Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0VCLVNMSURFUi1yZXBsYWNlbWVudC1EU0MtMTA1MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHA6Ly9zaGVyZXJhbmRzc29jaWF0ZXMuYXJjaHdlYnNpdGUuY29tLzUwOC1yaGV0dC1zdC1yZW5kZXJpbmctMS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE1VDE2OjAxOjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MTUwOTAxMzIvNTA4LVJoZXR0LVN0LVJlbmRlcmluZy0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT41MDgtUmhldHQtU3QtUmVuZGVyaW5nLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE1VDE2OjUyOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwOi8vczMuYW1hem9uYXdzLmNvbS9hbS1jbGllbnRzL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy8zNzEvMjAxODA2MTUwOTUxNTUvRGFuLXN0YWlycy1DbG9zZXVwLTMwMC1waXhlbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RGFuLXN0YWlycy1DbG9zZXVwLTMwMC1waXhlbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PC91cmxzZXQ+Cg==','image-sitemap-1.xml','','draft','closed','closed','','','','','2018-07-13 12:00:34','2018-07-13 19:00:34','',0,'http://shererandssociates.archwebsite.com/?p=297',0,'jp_img_sitemap','',0),(298,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjIuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iaHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vc2l0ZW1hcC1pbmRleC54c2wiPz4KPHNpdGVtYXBpbmRleCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSI+PHNpdGVtYXA+PGxvYz5odHRwOi8vc2hlcmVyYW5kc3NvY2lhdGVzLmFyY2h3ZWJzaXRlLmNvbS9zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xOVQxMDoyMDo1MVo8L2xhc3Rtb2Q+PC9zaXRlbWFwPjxzaXRlbWFwPjxsb2M+aHR0cDovL3NoZXJlcmFuZHNzb2NpYXRlcy5hcmNod2Vic2l0ZS5jb20vaW1hZ2Utc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMDM6MDk6MjNaPC9sYXN0bW9kPjwvc2l0ZW1hcD48L3NpdGVtYXBpbmRleD4K','sitemap.xml','','draft','closed','closed','','','','','2018-07-13 12:00:34','2018-07-13 19:00:34','',0,'http://shererandssociates.archwebsite.com/?p=298',0,'jp_sitemap_master','',0),(300,0,'2017-09-17 18:29:47','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2017-09-17 11:29:47','2017-09-17 18:29:47','a:1:{s:12:\"_multiwidget\";i:1;}',0,'http://shererandssociates.archwebsite.com/?p=300',0,'jetpack_migration','',0),(301,0,'2017-09-17 18:29:47','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2017-09-17 11:29:47','2017-09-17 18:29:47','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:4:\"main\";a:6:{i:0;s:8:\"search-2\";i:1;s:6:\"text-3\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";i:5;s:10:\"archives-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:4:\"shop\";a:0:{}s:22:\"page-sidebar-freeguide\";a:1:{i:0;s:6:\"text-2\";}}',0,'http://shererandssociates.archwebsite.com/?p=301',0,'jetpack_migration','',0),(303,2,'2018-08-20 16:49:17','2018-08-20 23:49:17','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\n\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n \n\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n[/fullwidth]\n\n[spacer height=\"80\" /]\n\n[column size=\"1/3\" last=\"false\"]\n\n[iconbox icon=\"house\"]\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\nPreservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Maximizes our clients’ profits!</strong></p>\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\n\n[/iconbox]\n\n</div>\n[/column]\n\n[column size=\"1/3\" last=\"false\"]\n\n[iconbox icon=\"heart\"]\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n<p style=\"text-align: center;\"><strong>Sustainable use!</strong></p>\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\n\n[/iconbox]\n\n</div>\n[/column]\n\n[column size=\"1/3\" last=\"true\"]\n\n[iconbox icon=\"earth\"]\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\n\n[/iconbox]\n\n</div>\n[/column]\n\n[spacer height=\"80\" /]\n\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\n[/fullwidth]\n\n[spacer height=\"80\" /]\n\n[column size=\"1/3\" last=\"false\"]\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\n[/testimonial]</p>\n[/column]\n\n[column size=\"1/3\" last=\"false\"]\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n[/column]\n\n[column size=\"1/3\" last=\"true\"]\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n[/column]\n\n[spacer height=\"80\" /]\n\n[column size=\"1/3\" last=\"false\"]\n<div id=\"lipsum1\">\n\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\n\n</div>\n[/column]\n\n[column size=\"1/3\" last=\"false\"]\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\n[/column]\n\n[column size=\"1/3\" last=\"true\"]\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\n[/column]','Home','','inherit','closed','closed','','22-autosave-v1','','','2018-08-20 16:49:17','2018-08-20 23:49:17','',22,'http://shererandssociates.archwebsite.com/22-autosave-v1/',0,'revision','',0),(306,12,'2018-03-05 01:04:56','2018-03-05 09:04:56','[fullwidth padding=\"\" padding_top=\"30\" padding_bottom=\"50\" border=\"false\" background=\"white\" background_image=\"\" container=\"true\" parallax=\"false\" overlay=\"\"]\r\n<h3>Working with AMG Architects</h3>\r\n<span style=\"color: #444444;\">[column size=\"2/3\" last=\"false\"]Our job is to turn your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do. When you contact us, we will run through a “reality check” with you on the phone to establish the approximate size of the project to make sure we can help you. If that conversation is positive, we arrange to meet to discuss what you and any others involved (often your family) want to achieve both now, and in the future. We’ll walk around your building or plot, talk about your own ideas, and often come up with some that you may not have thought of. We’ll give you our outline thoughts on planning, design, budget and timescale, although budget and timescale can only be indicative at this stage.</span>\r\n<p style=\"color: #444444;\">We know that selecting the right architect for your project is one of the biggest decisions you will make. To help you decide whether we might be right for you, here are a few reasons past clients have given for choosing – and recommending – us.</p>\r\n\r\n<ul style=\"color: #444444;\">\r\n <li>We communicate well, give peace of mind and are easy to work with</li>\r\n <li>Our modern, energy-savings designs are tailored to each client’s current and future needs, lifestyle, aspirations, budget and site</li>\r\n <li>Our regular Cost Reports help clients manage their building budgets and make well informed decisions</li>\r\n <li>A Senior Architect is involved at every stage of every project to ensure that the design doesn’t get ‘diluted’ during construction</li>\r\n</ul>\r\n<p style=\"color: #444444;\">We hope the above gives you the confidence to consider contacting us about your project. We will happily discuss your requirements with you and, if we feel we can help, will arrange to come and see you. If however we feel that we are not best placed to meet your brief we will recommend someone who is.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n[/fullwidth]\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/07/modern-white-house-cliff.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n[mbYTPlayer url=\"https://www.youtube.com/watch?v=8tPnX7OPo0Q\" opacity=\"1\" quality=\"medium\" ratio=\"auto\" isinline=\"false\" showcontrols=\"false\" realfullscreen=\"false\" printurl=\"true\" autoplay=\"true\" mute=\"false\" loop=\"false\" addraster=\"false\" stopmovieonblur=\"false\" gaTrack=\"false\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Turning Your Building Ideas Into Reality.</span></p>\r\n[/fullwidth]\r\n\r\n[fullwidth padding=\"50\" padding_top=\"\" padding_bottom=\"\" border=\"false\" background=\"white\" background_image=\"\" container=\"true\" parallax=\"false\" overlay=\"\"]\r\n[column size=\"1/2\" last=\"false\"]\r\n[member name=\"Rose Peters\" role=\"Principal\" image=\"http://template.archwebsite.com/wp-content/uploads/sites/3/2014/06/selene.jpg\" facebook=\"#\" twitter=\"#\" tumblr=\"#\"]\r\n\r\nOur principal, Rose Peters, AIA, LEED AP, is a member of the National, State and local chapters of the American Institute of Architects. Rose is also a U.S. Green Building Council LEED® Accredited Professional. She possesses a certificate with the National Council of Architectural Registration Boards (NCARB). She received her Bachelor of Architecture from Cornell University in 1995.\r\n\r\nRose has nineteen years of experience in a wide variety of architectural projects ranging from single-family residential to multi-million dollar publicly and privately-funded projects. She has been a licensed architect since 1999.\r\n\r\n[/member][/column]\r\n[column size=\"1/2\" last=\"true\"]\r\n[member name=\"John Lee\" role=\"Architect\" image=\"http://template.archwebsite.com/wp-content/uploads/sites/3/2014/06/john-e1409934979200.jpg\" facebook=\"#\" twitter=\"#\" tumblr=\"#\"]\r\n\r\nJohn Lee received his Bachelor of Architecture from University of Michigan in 2003. He has been working for AMG Architects since 2006. He has experience with a wide range of project types as well as dealing with renovations, fit-ups, and new construction.\r\n\r\n[/member][/column]\r\n\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-03-05 01:04:56','2018-03-05 09:04:56','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(307,12,'2018-03-05 02:47:25','2018-03-05 10:47:25','At Robert Flubacker Architects, we follow several guiding principles that have made our firm the leader in residential architecture since 1991. We are committed to providing the highest quality designs that are integrated and cohesive. Our designs serve as complete and accurate construction documents. And, above all else, we provide the highest-value, most comprehensive customer service available to our clients.\r\n\r\n[portfolio number=\"-1\" column=\"3\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-03-05 02:47:25','2018-03-05 10:47:25','',10,'http://shererandssociates.archwebsite.com/10-revision-v1/',0,'revision','',0),(308,12,'2018-03-05 03:52:00','2018-03-05 11:52:00','We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.\r\n\r\n[portfolio number=\"-1\" column=\"3\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-03-05 03:52:00','2018-03-05 11:52:00','',10,'http://shererandssociates.archwebsite.com/10-revision-v1/',0,'revision','',0),(311,12,'2018-04-03 17:02:08','2018-04-04 00:02:08','<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span></iframe>\n\n[button color=\"primary\" link=\"/make-an-appointment/\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\n\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-autosave-v1','','','2018-04-03 17:02:08','2018-04-04 00:02:08','',201,'http://shererandssociates.archwebsite.com/201-autosave-v1/',0,'revision','',0),(313,12,'2018-06-07 23:12:01','2018-06-08 06:12:01','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\n<p style=\"text-align: center;\"></p>\n\n<div id=\"lipsum\" style=\"text-align: center;\">\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\n<p style=\"text-align: center;\">Welcome.</p>\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\n\n</div>\n<p style=\"text-align: center;\">[/column]</p>\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\n \n\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n[/fullwidth]\n\n[spacer height=\"80\" /]\n\n[column size=\"1/3\" last=\"false\"]\n\n[iconbox icon=\"house\"]\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\n\n[/iconbox]\n\n</div>\n[/column]\n\n[column size=\"1/3\" last=\"false\"]\n\n[iconbox icon=\"earth\"]\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\n\n[/iconbox]\n\n</div>\n[/column]\n\n[column size=\"1/3\" last=\"true\"]\n\n[iconbox icon=\"heart\"]\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\n<div id=\"lipsum\" style=\"text-align: justify;\">\n\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\n\n[/iconbox]\n\n</div>\n[/column]\n\n[spacer height=\"80\" /]\n\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\n[/fullwidth]\n\n[spacer height=\"80\" /]\n\n[column size=\"1/3\" last=\"false\"]\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\n[/testimonial]</p>\n[/column]\n\n[column size=\"1/3\" last=\"false\"]\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\n[/column]\n\n[column size=\"1/3\" last=\"true\"]\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\n[/column]\n\n[spacer height=\"80\" /]\n\n[column size=\"1/3\" last=\"false\"]\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://example.archwebsite.wpengine.com/about-us/\">About Sherer & Associates, LLC</a></h3>\n<div id=\"lipsum\">\n\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\n\n</div>\n[/column]\n\n[column size=\"1/3\" last=\"false\"]\n<h3 id=\"ctl00_Header\"><a title=\"How to Hire An Architect\" href=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\">How to Hire an Architect?</a></h3>\n<div id=\"lipsum\">\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates. Click the button to learn more and to download your free guide on How to Hire An Architect.</p>\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\n\n</div>\n[/column]\n\n[column size=\"1/3\" last=\"true\"]\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\n<div id=\"lipsum\">\n\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\n\n</div>\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-autosave-v1','','','2018-06-07 23:12:01','2018-06-08 06:12:01','',22,'http://shererandssociates.archwebsite.com/22-autosave-v1/',0,'revision','',0),(315,12,'2018-06-07 23:07:28','2018-06-08 06:07:28','','508-Rhett-St-Rendering1','','inherit','open','closed','','508-rhett-st-rendering1','','','2018-06-07 23:07:28','2018-06-08 06:07:28','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg',0,'attachment','image/jpeg',0),(316,12,'2018-06-07 23:09:52','2018-06-08 06:09:52','<h1 style=\"text-align: center; margin-top: 30px;\"><span>Sherer & Associates, LLC</span></h1>\r\n<p style=\"text-align: center;\">[hr width=\"400\" color=\"black\"]</p>\r\n<p style=\"text-align: center;\">[button color=\"primary\" link=\"\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"center\" fullwidth=\"false\"]Have a question? Click here to send us a message![/button]</p>\r\n<p style=\"text-align: center;\"><a>Open the chat window</a></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\n\r\n<span>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!</span></div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46807513_original.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\"><span>Bringing Structure to Life!</span></span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\"><span>Historic Preservation</span></span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\"><span>Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span></span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\"><span>Commercial Renovations</span></span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\"><span>With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span></span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\"><span>Sustainable New Commercial Structures</span></span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\"><span>Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span></span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"<span>Ben Arnold</span>\" from=\"<span>Arnold Companies Developers</span>\"]<em><span>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</span></em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"<span>Jeff Prioreschi</span>\" from=\"<span>US Development Group</span>\"]<em style=\"color: #444444;\"><span>Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you</span>. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"<span>Sandy McGuckin</span>\" from=\"<span>Capgemini Global</span>\"]<span>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</span>[/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://example.archwebsite.wpengine.com/about-us/\">About <span>Sherer & Associates, LLC</span></a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\"><span>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"How to Hire An Architect\" href=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\">How to Hire an Architect?</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates. Click the button to learn more and to download your free guide on How to Hire An Architect.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-07 23:09:52','2018-06-08 06:09:52','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(317,12,'2018-06-07 23:10:49','2018-06-08 06:10:49','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<p style=\"text-align: center;\">[hr width=\"400\" color=\"black\"]</p>\r\n<p style=\"text-align: center;\">[button color=\"primary\" link=\"\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"center\" fullwidth=\"false\"]Have a question? Click here to send us a message![/button]</p>\r\n<p style=\"text-align: center;\"><a>Open the chat window</a></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://example.archwebsite.wpengine.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"How to Hire An Architect\" href=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\">How to Hire an Architect?</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates. Click the button to learn more and to download your free guide on How to Hire An Architect.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-07 23:10:49','2018-06-08 06:10:49','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(318,12,'2018-06-07 23:12:07','2018-06-08 06:12:07','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://example.archwebsite.wpengine.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"How to Hire An Architect\" href=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\">How to Hire an Architect?</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates. Click the button to learn more and to download your free guide on How to Hire An Architect.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-07 23:12:07','2018-06-08 06:12:07','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(325,12,'2018-06-07 23:20:06','2018-06-08 06:20:06','','Sherer-Logo-400-pixel','','inherit','open','closed','','sherer-logo-400-pixel','','','2018-06-07 23:20:06','2018-06-08 06:20:06','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Sherer-Logo-400-pixel.jpg',0,'attachment','image/jpeg',0),(326,12,'2018-06-19 03:17:25','2018-06-19 10:17:25','[spacer height=\"30\" /]\n<h3>Working with Sherer & Associates, LCC</h3>\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\n\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\n\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\n\n[/column]\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\n\n<p>\n Sign up for our newsletter!\n</p>\n<div class=\"_form_3\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\n\n[/column]\n\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n[/fullwidth]\n\n[spacer height=\"60\" /]\n\n[member image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\n[/member]','About Us','','inherit','closed','closed','','8-autosave-v1','','','2018-06-19 03:17:25','2018-06-19 10:17:25','',8,'http://shererandssociates.archwebsite.com/8-autosave-v1/',0,'revision','',0),(327,12,'2018-06-07 23:28:19','2018-06-08 06:28:19','','Color-Sketch-1038-Montgue_0001','','inherit','open','closed','','color-sketch-1038-montgue_0001','','','2018-06-07 23:28:19','2018-06-08 06:28:19','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg',0,'attachment','image/jpeg',0),(328,12,'2018-06-07 23:32:42','2018-06-08 06:32:42','[fullwidth padding=\"\" padding_top=\"30\" padding_bottom=\"50\" border=\"false\" background=\"white\" background_image=\"\" container=\"true\" parallax=\"false\" overlay=\"\"]\r\n<h3>Working with <span>Sherer & Associates, LCC</span></h3>\r\n<span style=\"color: #444444;\">[column size=\"2/3\" last=\"false\"]<span>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</span></span>\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n[/fullwidth]\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n[mbYTPlayer url=\"https://www.youtube.com/watch?v=8tPnX7OPo0Q\" opacity=\"1\" quality=\"medium\" ratio=\"auto\" isinline=\"false\" showcontrols=\"false\" realfullscreen=\"false\" printurl=\"true\" autoplay=\"true\" mute=\"false\" loop=\"false\" addraster=\"false\" stopmovieonblur=\"false\" gaTrack=\"false\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\"><span>Bringing Structure to Life!</span></span></p>\r\n[/fullwidth]\r\n\r\n[fullwidth padding=\"50\" padding_top=\"\" padding_bottom=\"\" border=\"false\" background=\"white\" background_image=\"\" container=\"true\" parallax=\"false\" overlay=\"\"]\r\n[column size=\"1/2\" last=\"false\"]\r\n[member name=\"Rose Peters\" role=\"Principal\" image=\"http://template.archwebsite.com/wp-content/uploads/sites/3/2014/06/selene.jpg\" facebook=\"#\" twitter=\"#\" tumblr=\"#\"]\r\n\r\nOur principal, Rose Peters, AIA, LEED AP, is a member of the National, State and local chapters of the American Institute of Architects. Rose is also a U.S. Green Building Council LEED® Accredited Professional. She possesses a certificate with the National Council of Architectural Registration Boards (NCARB). She received her Bachelor of Architecture from Cornell University in 1995.\r\n\r\nRose has nineteen years of experience in a wide variety of architectural projects ranging from single-family residential to multi-million dollar publicly and privately-funded projects. She has been a licensed architect since 1999.\r\n\r\n[/member][/column]\r\n[column size=\"1/2\" last=\"true\"]\r\n[member name=\"John Lee\" role=\"Architect\" image=\"http://template.archwebsite.com/wp-content/uploads/sites/3/2014/06/john-e1409934979200.jpg\" facebook=\"#\" twitter=\"#\" tumblr=\"#\"]\r\n\r\nJohn Lee received his Bachelor of Architecture from University of Michigan in 2003. He has been working for AMG Architects since 2006. He has experience with a wide range of project types as well as dealing with renovations, fit-ups, and new construction.\r\n\r\n[/member][/column]\r\n\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-07 23:32:42','2018-06-08 06:32:42','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(329,12,'2018-06-07 23:37:13','2018-06-08 06:37:13','[fullwidth padding=\"\" padding_top=\"30\" padding_bottom=\"50\" border=\"false\" background=\"white\" background_image=\"\" container=\"true\" parallax=\"false\" overlay=\"\"]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n<span style=\"color: #444444;\">[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</span>\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n[/fullwidth]\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n \r\n\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-07 23:37:13','2018-06-08 06:37:13','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(330,12,'2018-06-07 23:38:11','2018-06-08 06:38:11','[fullwidth padding=\"\" padding_top=\"30\" padding_bottom=\"50\" border=\"false\" background=\"white\" background_image=\"\" container=\"true\" parallax=\"false\" overlay=\"\"]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n<span style=\"color: #444444;\">[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</span>\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n[/fullwidth]\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-07 23:38:11','2018-06-08 06:38:11','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(331,12,'2018-06-07 23:47:44','2018-06-08 06:47:44','<span>The consequence of inadequate upfront research of options is like constructing a building on bad foundations. The foundations are the most important part of the entire structure because everything is built on top.\nThat’s what makes us different, we spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.\nWe take a different approach. In fact we will only work with clients who are prepared to do the Options & Feasibility Analysis properly. We will not rush this step. Taking short cuts only causes cost over runs later. If we take short cuts we don’t establish solid foundations.\nThe Options & Feasibility Analysis is the most important step because it provides the foundational thinking that everything else builds upon. Once complete the valuable insights you gain from this first phase can be used by us or any other architect and will ultimately produce a better result for you.</span>\n\n[spacer height=\"80\" /]\n\n[column size=\"2/3\" last=\"true\"]\n\nService Phases:\n\n[toggle name=\"<span>Options & Feasibility Analysis</span>\"]\n\n[/toggle]\n[toggle name=\"<span>Schematic Design Services</span>\"]\n\n[/toggle]\n[toggle name=\"<span>Construction Documents</span>\"]\n\n[/toggle]\n\n[toggle name=\"<span>Landscape Design</span>\"]\n\n[/toggle]\n[toggle name=\"<span>Interior Design Services</span>\"]\n\n \n\n[/toggle]\n\n[toggle name=\"<span>Construction Management Services</span>\"]\n\n[/toggle]\n\n \n\n[spacer height=\"80\" /]\n\nAdditional services beyond those listed include:\n\nDesign/Build.\nComputer 3-dimensional imaging.\nArchitectural rendering.\nPhotography.\nModel building.\n\n[/column]\n\n[spacer height=\"80\" /]','Services','','inherit','closed','closed','','198-autosave-v1','','','2018-06-07 23:47:44','2018-06-08 06:47:44','',198,'http://shererandssociates.archwebsite.com/198-autosave-v1/',0,'revision','',0),(332,12,'2018-06-07 23:48:19','2018-06-08 06:48:19','<span>The consequence of inadequate upfront research of options is like constructing a building on bad foundations. The foundations are the most important part of the entire structure because everything is built on top.\r\nThat’s what makes us different, we spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.\r\nWe take a different approach. In fact we will only work with clients who are prepared to do the Options & Feasibility Analysis properly. We will not rush this step. Taking short cuts only causes cost over runs later. If we take short cuts we don’t establish solid foundations.\r\nThe Options & Feasibility Analysis is the most important step because it provides the foundational thinking that everything else builds upon. Once complete the valuable insights you gain from this first phase can be used by us or any other architect and will ultimately produce a better result for you.</span>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"<span>Options & Feasibility Analysis</span>\"]\r\n\r\n[/toggle]\r\n[toggle name=\"<span>Schematic Design Services</span>\"]\r\n\r\n[/toggle]\r\n[toggle name=\"<span>Construction Documents</span>\"]\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"<span>Landscape Design</span>\"]\r\n\r\n[/toggle]\r\n[toggle name=\"<span>Interior Design Services</span>\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"<span>Construction Management Services</span>\"]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-06-07 23:48:19','2018-06-08 06:48:19','',198,'http://shererandssociates.archwebsite.com/198-revision-v1/',0,'revision','',0),(333,12,'2018-06-08 00:05:00','2018-06-08 07:05:00','[gmap border=\"false\" height=\"500\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.659779503167!2d-81.0370252847863!3d34.00127158061989!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f8bb2b088fba6d%3A0xd6b0825ac704e3c1!2sSouth+Trust+Tower%2C+1201+Main+St+%231980%2C+Columbia%2C+SC+29201%2C+USA!5e0!3m2!1sen!2sph!4v1528441330281\" /]\n\n[spacer height=\"60\" /]\n\n[column size=\"2/3\" last=\"false\"]\n<h3>If you’re looking for an architect to help with your project…</h3>\n<span>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</span>\n\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\n\n[/column]\n\n[column size=\"1/3\" last=\"true\"]\n\n[heading h=\"h3\"]Contact Info[/heading]\n\n[list type=\"plus\"]\n<ul>\n <li>Add: 1201 Main Street Suite 1980 Columbia, SC 29201</li>\n <li>Tel: <span>803-748-1345</span></li>\n <li>Email: dansherer@shererarch.com</li>\n</ul>\n[/list]\n\n \n\n[/column]\n<h3></h3>','Contact Us','','inherit','closed','closed','','14-autosave-v1','','','2018-06-08 00:05:00','2018-06-08 07:05:00','',14,'http://shererandssociates.archwebsite.com/14-autosave-v1/',0,'revision','',0),(334,12,'2018-06-08 00:05:16','2018-06-08 07:05:16','[gmap border=\"false\" height=\"500\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.659779503167!2d-81.0370252847863!3d34.00127158061989!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f8bb2b088fba6d%3A0xd6b0825ac704e3c1!2sSouth+Trust+Tower%2C+1201+Main+St+%231980%2C+Columbia%2C+SC+29201%2C+USA!5e0!3m2!1sen!2sph!4v1528441330281\" /]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h3>If you’re looking for an architect to help with your project…</h3>\r\n<span>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</span>\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Add: 1201 Main Street Suite 1980 Columbia, SC 29201</li>\r\n <li>Tel: <span>803-748-1345</span></li>\r\n <li>Email: <a href=\"mailto:dansherer@shererarch.com\">dansherer@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n \r\n\r\n[/column]\r\n<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-06-08 00:05:16','2018-06-08 07:05:16','',14,'http://shererandssociates.archwebsite.com/14-revision-v1/',0,'revision','',0),(335,12,'2018-06-08 00:14:15','2018-06-08 07:14:15','[gmap border=\"false\" height=\"500\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.659779503167!2d-81.0370252847863!3d34.00127158061989!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f8bb2b088fba6d%3A0xd6b0825ac704e3c1!2sSouth+Trust+Tower%2C+1201+Main+St+%231980%2C+Columbia%2C+SC+29201%2C+USA!5e0!3m2!1sen!2sph!4v1528441330281\" /]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Add: 1201 Main Street Suite 1980 Columbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:dansherer@shererarch.com\">dansherer@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n \r\n\r\n[/column]\r\n<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-06-08 00:14:15','2018-06-08 07:14:15','',14,'http://shererandssociates.archwebsite.com/14-revision-v1/',0,'revision','',0),(336,12,'2018-06-08 00:17:49','2018-06-08 07:17:49','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"How to Hire An Architect\" href=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\">How to Hire an Architect?</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates. Click the button to learn more and to download your free guide on How to Hire An Architect.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-08 00:17:49','2018-06-08 07:17:49','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(337,12,'2018-06-08 00:20:28','2018-06-08 07:20:28','[latest_posts number=\"3\" /]','News & Articles','','inherit','closed','closed','','12-revision-v1','','','2018-06-08 00:20:28','2018-06-08 07:20:28','',12,'http://shererandssociates.archwebsite.com/12-revision-v1/',0,'revision','',0),(338,12,'2018-06-08 00:26:57','2018-06-08 07:26:57','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-taps-and-flavors-e1538000688162.jpg\" rel=\"\"><img class=\"tve_image wp-image-653\" alt=\"\" width=\"2988\" height=\"2536\" title=\"Brewery-taps-and-flavors\" data-id=\"653\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-taps-and-flavors-e1538000688162.jpg\" style=\"width: 100%;\"></a></span><p>Designing a Craft Brewery in Columbia, South Carolina</p><p>People love microbreweries in this college town and as an architect I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. Here are a few of the many lessons architects are often reminded of, which we employed with this project:</p><p><strong>Lesson #1: Internalize the client’s wish, and find a creative way to make it happen.</strong></p><p>To enhance a feeling of community, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. My design solution…glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.</p><p><strong>Lesson #2: Refurbish or replace as needed, while honoring its heritage.</strong></p><p>Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the zoning board was pleased with our plan. We made it a little prettier, but it still looks like a warehouse.</p><p><strong>Lesson #3: A challenge is a problem that we solve.</strong></p><p>The owner Richard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the storm water runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!</p><p><strong>Lesson #4: We saw once again the importance of diligence up front.</strong></p><p>A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one, and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes!</p><p><strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong></p><p>That’s what brings fulfillment into my work. Richard and I bonded over his love of brewing and my passion for design. And, as per his request, I did some research - I toured a few breweries and got a taste of his world!</p><p>I hope you enjoyed this short walk through this awesome project. We welcome any questions or new projects! Email us: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>','A Window into a New World: Designing a Craft Brewery in Columbia, South Carolina','','publish','open','closed','','a-window-into-a-new-world-designing-a-craft-brewery-in-columbia-south-carolina','','','2018-10-02 10:46:40','2018-10-02 17:46:40','',0,'http://shererandssociates.archwebsite.com/?p=338',0,'post','',0),(339,12,'2018-06-08 00:26:57','2018-06-08 07:26:57','We’re renovating the Columbia Craft Brewery Company downtown, soon to open at the corner of Huger and Greene streets. People love microbreweries in this college town. From my perspective as an architect, I enjoy revitalizing vacant sites like this, which had been a warehouse. First, we ripped out all the garbage. Then we installed concrete floors and welcomed some really cool brewery equipment. I was amazed at the intricate details involved in brewing beer. Truly phenomenal. So our design enhanced the special purpose of the space. Designing a craft brewery in Columbia, South Carolina reminded us of a few of the many lessons we learn in our work.\r\n\r\n<strong>Lesson #1: Refurbish or replace as needed, while honoring its heritage.</strong>\r\n\r\nThe site actually used to be two warehouses. One warehouse was inefficiently located and aesthetically unappealing so we tore that one down. The other warehouse had more character - a metal building with a bow truss and wooden decking above. This structure inspired my design, yet I acknowledged that it needed a makeover. Pulling all the old metal off and replacing it with new metal revealed a modern-day warehouse look. Coupled with brick on the exterior, the Innovista district review board was pleased with our plan. We made it a little prettier, but we still want it to look like a warehouse.\r\n\r\nRichard, the owner, has taken each step with us. He and his boys brewed beer at home. As this father-son hobby engulfed quite a bit of their time, they said, “Hey, let’s take this on a much larger scale!”\r\n\r\nThey found this building, which is about 6,000 square feet. And so designing a craft brewery in Columbia, South Carolina brought us together. About three quarters of the space will be the brewery, and in the front will be the tasting room. This layout is vastly different from a bar. Customers can have three 16-ounce beers, and that’s it. They can learn what they like, how it’s made, and fill up a growler to take home. It’s more about the experience, the environment.\r\n\r\n<strong>Lesson #2: Internalize the client’s wish, and find a creative way to make it happen.</strong>\r\n\r\nTo enhance this communal feeling, Richard wanted to connect the brewery and the tasting room. The building code would not allow it left wide open. The solution - glass walls that separate the spaces on the side of the bar. This gives people a window into the brewing facility; they can still see what’s going on behind the scenes. And wooden walls elsewhere still ensure a more natural aesthetic.\r\n\r\nThis site has been a challenge. The landscaping requirements are fairly extensive in this area. It was difficult to fit everything on the site that needed to be there: access for the food trucks, the grain trucks and parking. This isn\'t a restaurant, either; basics like hot dogs and Mexican food will be available from the food trucks. So we were able to help work out the logistics that would meet the client\'s needs.\r\n\r\n<strong>Lesson #3: A challenge is a problem that we solve.</strong>\r\n\r\nI’ve also learned a lot about brewing. The resulting design allows for a grain truck to come in and pump grain into the silo on the side of the building. Then, as Richard said, the system pumps grain from the silo and carries the grain into the boiler room. Interesting!\r\n\r\nTo create the parking area, we needed to make sure the trucks could drive in and back out. And of course, the customers needed space to park their cars, too. That’s when I realized - dual-purposing was the answer; it became a theme in this project. Not only did the landscape need to accommodate these trucks and cars, it also needed to accommodate customers … and their dogs.\r\n\r\nRichard and his boys love dogs. Likewise, they want to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that provided solutions to two problems. It provided a permeable surface to help us meet the storm water runoff requirements and brewery-lovers and dog-lovers alike can sit outside on a blanket or foldout chair. So, ultimately, we dual-purposed the land, like we have the building.\r\nThis project is a success because Richard, our client, understood that to get what he wanted, we had to tweak his budget. When we renovate a building to this degree, we bring it up to energy requirements, electrical and mechanical. It’s almost like a new building from that standpoint. Reusing an old structure, like this warehouse, and meeting the modern requirements is a challenge we thoroughly enjoy. It’s putting together a very large, complicated puzzle.\r\n\r\nThis warehouse brewery is not considered historic, but we maintained its integrity and met the current code - both of which are good for the area.\r\n\r\nThis is the time when the project is a lot of fun: 99% of the construction is complete, and the inspections done. Richard is getting excited, especially about his shiny new brewery equipment and the place for dogs to hang out. We’ve brought to life the laidback environment he envisioned, when he and his boys came up with the idea on their back porch.\r\n\r\nSoon, customers will sip hand-crafted beers amid a rustic interior. Wood siding with stainless steel and concrete floors in the tasting room contrast with ceramic tile finishes in the bathroom. The earth tones tie it all together.\r\n\r\n<strong>Lesson #4: We saw once again the importance of diligence up front.</strong>\r\n\r\nThere are always a few items that come up later in the project, but without foresight this project wouldn’t be close to complete this Fall. A small business owner, like Richard, benefits from hiring an architect. In the long run, Richard saved time and money as we guided him through the process of design, zoning and construction. We go in from day one and make sure the zoning officials are on board. That’s such a crucial step. And we tell our clients the truth - the City doesn’t always say yes.\r\n\r\n<strong>Lesson #5: At the end of the day, it’s all about building meaningful relationships with my clients.</strong>\r\n\r\nThat’s what brings fulfillment into my work. Richard and I took his love of brewing and my passion for design and combined them to create a very unique experience. As we move toward the Grand Opening of his most recent endeavor, Richard knows we are ready and willing to help any way we can.','A Window into a New World: Designing a Craft Brewery in Columbia, South Carolina','','inherit','closed','closed','','338-revision-v1','','','2018-06-08 00:26:57','2018-06-08 07:26:57','',338,'http://shererandssociates.archwebsite.com/338-revision-v1/',0,'revision','',0),(340,163,'2018-05-09 00:28:37','2018-05-09 07:28:37','Sustainability in its purest form – concrete, brick, wood and stone. Basic, natural, local materials, used properly, to take advantage of their inherent structural qualities as well as their natural beauty. The simplicity, availability and durability of these materials, lend themselves naturally to the trend of sustainability in architecture and construction. Quality endures. It is what we in the construction industry strive to achieve.\r\n\r\nSustainable design and construction is not something new. It is a return to a time when there wasn’t a “global economy”. One could not purchase marble for their kitchen counters from a supplier in China, have it shipped from half way around the world, and have it installed; all for less than it could be purchased locally.\r\n\r\n508 Rhett Street, also known as the Conrad building to Greenville SC natives, was originally constructed before 1888, and is a true example of sustainable design from a time when sustainable construction wasn’t just a good idea or an idealistic approach, but a necessity to survive. Simple, local, durable materials, intended to provide a shelter for generations. Sustainability at its best!\r\n\r\nBuilding owner Chuck Watson took it to the next level by renovating instead of rebuilding. It requires 3 to 10 times the energy and resources to construct a comparable building that is remodeled and adapted for a new purpose. By stripping the building down to its original bones, and implementing a new energy efficient design, with the bare minimum required to meet fire and egress requirements, Chuck revitalized a beautiful, functional and highly desirable building. It will perform for the next 50 years with minimal energy consumption, maintenance and repairs, a positive for our environment! It doesn’t get any more sustainable than that.','Quality Withstands the Test of Time','','publish','open','closed','','quality-withstands-the-test-of-time','','','2018-09-29 09:29:29','2018-09-29 16:29:29','',0,'http://shererandssociates.archwebsite.com/?p=340',0,'post','',0),(341,12,'2018-06-08 00:28:37','2018-06-08 07:28:37','Sustainability in its purest form – concrete, brick, wood and stone. Basic, natural, local materials, used properly, to take advantage of their inherent structural qualities as well as their natural beauty. The simplicity, availability and durability of these materials, lend themselves naturally to the trend of sustainability in architecture and construction. Quality endures. It is what we in the construction industry strive to achieve.\r\n\r\nSustainable design and construction is not something new. It is a return to a time when there wasn’t a “global economy”. One could not purchase marble for their kitchen counters from a supplier in China, have it shipped from half way around the world, and have it installed; all for less than it could be purchased locally.\r\n\r\n508 Rhett Street, also known as the Conrad building to Greenville SC natives, was originally constructed before 1888, and is a true example of sustainable design from a time when sustainable construction wasn’t just a good idea or an idealistic approach, but a necessity to survive. Simple, local, durable materials, intended to provide a shelter for generations. Sustainability at its best!\r\n\r\nBuilding owner Chuck Watson took it to the next level by renovating instead of rebuilding. It requires 3 to 10 times the energy and resources to construct a comparable building that is remodeled and adapted for a new purpose. By stripping the building down to its original bones, and implementing a new energy efficient design, with the bare minimum required to meet fire and egress requirements, Chuck revitalized a beautiful, functional and highly desirable building. It will perform for the next 50 years with minimal energy consumption, maintenance and repairs, a positive for our environment! It doesn’t get any more sustainable than that.','Quality Withstands the Test of Time','','inherit','closed','closed','','340-revision-v1','','','2018-06-08 00:28:37','2018-06-08 07:28:37','',340,'http://shererandssociates.archwebsite.com/340-revision-v1/',0,'revision','',0),(342,12,'2018-06-08 00:29:40','2018-06-08 07:29:40','[latest_posts number=\"3\" /]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-06-08 00:29:40','2018-06-08 07:29:40','',12,'http://shererandssociates.archwebsite.com/12-revision-v1/',0,'revision','',0),(343,12,'2018-06-08 00:30:15','2018-06-08 07:30:15','Example content.','Test Post','','inherit','closed','closed','','268-revision-v1','','','2018-06-08 00:30:15','2018-06-08 07:30:15','',268,'http://shererandssociates.archwebsite.com/268-revision-v1/',0,'revision','',0),(344,12,'2018-06-08 00:30:25','2018-06-08 07:30:25','This is the space where you\'ll find useful articles, news and tips.\r\n\r\nWe are currently in process of adding new articles, so be sure to return to check for more updates. If you’re interested in free resources <a title=\"How to Hire An Architect\" href=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\">click here</a>.','Welcome!','','inherit','closed','closed','','211-revision-v1','','','2018-06-08 00:30:25','2018-06-08 07:30:25','',211,'http://shererandssociates.archwebsite.com/211-revision-v1/',0,'revision','',0),(345,12,'2018-06-08 00:30:34','2018-06-08 07:30:34','<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Introduction</span></h2>\r\n<p style=\"color: #444444;\">There is a strong demand for using renewable energy solutions in new houses at the moment; however we should not forget the benefits of reducing the energy demand of a building at source. If a building has very high levels of insulation to the floor, walls, roof and windows/doors, and is well sealed to reduce heat loss through unwanted ventilation, then the space heating required can be very small.</p>\r\n<p style=\"color: #444444;\">Some people take this to the levels achieved under the PassivHaus scheme, where no space heating is required at all, however this involves a very significant commitment by the client. As well as paying the additional insulation costs, the client also has to pay the specialist fees associated with the PassivHaus scheme.</p>\r\n<p style=\"color: #444444;\">Once you achieve very high levels of insulation, then the size of the renewable energy equipment needed to provide the residual heat input is much reduced. These does save capital cost, however because the savings per year start from a lower energy demand, the payback time for renewable equipment can become longer.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Insulation Standards</span></h2>\r\n<p style=\"color: #444444;\">The kind of insulation levels needed to get to this point well exceed the current building regulation standards. A sensible standard to aim for is a U-value of 0.15 W/m²K for floors, walls and roofs. Current building regulation standards call for U-values of 0.18 for floors, 0.20 for walls and between 0.16 and 0.18 for roofs.</p>\r\n<p style=\"color: #444444;\">It is commonplace now to be able to achieve a U value of around 1.4 for a high quality double glazed unit and in the south east it is difficult to make the case for the current extra cost of triple glazing which reduces the U-value down to around 0.8 W/m²K. However as the glazing technology improves triple glazing costs will fall and this may well become the much more attractive.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Airtightness</span></h2>\r\n<p style=\"color: #444444;\">Making a house airtight does not mean you can’t open the windows. Most new houses are built to a reasonable standard but have small gaps around windows, doors, roof and wall junctions that allow warm air to escape from the building. This directly increases the space heating load to replace the warm air lost.</p>\r\n<p style=\"color: #444444;\">Airtight buildings stop this unwanted ventilation. The ventilation is instead provided in a controlled way to all rooms using fresh air that is pre-heated using heat recovered from stale extracted air from bathrooms and kitchens. This is known as a mechanical ventilation heat recovery system (MVHR). The system runs continuously moving small amounts of air over a long period and this enables them to run almost silently. On warm days it’s easy to turn off the system and throw open the windows. There is also a boost mechanism that will increase the ventilation to bathrooms or kitchens when needed for a short period of time.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Cold Bridges</span></h2>\r\n<p style=\"color: #444444;\">A cold bridge is a small zone of the structure that is not adequately insulated and therefore allows unwanted heat loss to occur. These are often small areas, but add up significantly over the whole house and the lost heat costs money to replace. These can be designed out at detailed drawing stage and avoided by good quality construction work on site.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Fundamental Design Decisions</span></h2>\r\n<p style=\"color: #444444;\">There are some design decisions at the start of a project that can make significant differences to the energy costs of a building:</p>\r\n\r\n<ul style=\"color: #444444;\">\r\n <li>Is it possible to design the house with a compact building shape to reduce the external wall and roof areas to the minmum? Clearly define the thermal (heated) envelope and the airtight layer.</li>\r\n <li>Is a southerly orientation (±30°) and large south-facing window areas possible? Are there any trees that may shade the building preventing the use of solar gains? Minimise winter shading by; garden walls, vegetation, balconies, roof overhangs and outbuildings.</li>\r\n <li>Can compact service zones be designed by placing bathrooms above or next to kitchens, etc? Consider routing and space for ventilation ducts and plant. Design short ventilation ducts with cold air ducts outside the heated envelope, warm ducts inside.</li>\r\n <li>Plan in enough space for building technology. Make sure there is space and access for regular maintenance.</li>\r\n</ul>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Instructions For Owners</span></h2>\r\n<p style=\"color: #444444;\">Create a user manual in a binder with user instructions, technical manuals for equipment, warranties and contact details for service and maintenance functions. This encourages the owners to use the technology in the building correctly which in turn should mean that the designed energy savings are achieved in long term use.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Payback Periods</span></h2>\r\n<p style=\"color: #444444;\">The payback period is usually defined as the number of years is takes to recover the initial capital cost through annual savings on energy costs in use. Because the actual energy savings are so difficult to predict, it is equally difficult to have any certainty about payback periods.</p>\r\n<p style=\"color: #444444;\">Another factor is the lifespan of the energy saving equipment. Insulation generally has a lifespan equal to the building so the saving can be assumed to continue every year. However the lifespan of equipment such as air source heat pumps and solar thermal panels, as well as more conventional plumbing items, generally has a life span of around 15-20 years and so payback periods that exceed this do not make sense.</p>\r\n<p style=\"color: #444444;\">A final factor is that the better a building is insulated, the longer the payback period because the savings per year are lower.</p>\r\n\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Conclusion</span></h2>\r\n<p style=\"color: #444444;\">It seems therefore that high insulation levels and good air tightness are an ideal first design step to reduce energy demand, with relatively low capital cost and good payback.</p>\r\n<p style=\"color: #444444;\">Solar thermal panels (hot water) are well worth considering as they are inexpensive and offer real energy savings. Panels are now readily available and a typical 2 panel package costs around £3,000 to install and they are easy to connect up to hot water cylinders with a built-in solar coil.</p>\r\n<p style=\"color: #444444;\">However the case for renewable energy equipment that has a higher capital cost such as air source heat pumps and ground source heat pumps needs careful analysis for each individual building to see whether it makes good sense to ask clients to pay the additional capital cost.</p>\r\n<p style=\"color: #444444;\">However wealthy or environmentally committed, every client has a budget, and it is our job as Architects to help them spend their budget wisely.</p>','Low Energy Architecture','','inherit','closed','closed','','131-revision-v1','','','2018-06-08 00:30:34','2018-06-08 07:30:34','',131,'http://shererandssociates.archwebsite.com/131-revision-v1/',0,'revision','',0),(346,12,'2018-06-08 00:30:44','2018-06-08 07:30:44','<p style=\"color: #444444;\">Yesterday we had a chance to share our passion for energy-saving architecture with over one hundred 15-16 year olds from Cranbrook School when we were invited by Emma Brown, Chair of the School’s Eco Committee, to talk to the students as part of their Sustainability Week.</p>\r\n<p style=\"color: #444444;\">Our presentation, entitled ‘Schools That Don’t Cost The Earth’, included a number of startling facts such as how schools throw away the equivalent of 185 double-decker buses of waste every day – 78% of which could be recycled.</p>\r\n<p style=\"color: #444444;\">Praising the improvements already made by the School, We explained the vital role students, teachers and parents can play in reducing waste, saving energy and recycling. “As a practice we specialize in ‘energy-saving’ architecture because we believe that is where the future lies. What better place to start spreading the word than in schools?” we said.</p>\r\n<p style=\"color: #444444;\">Students also heard about renewable energy technologies – solar electricity, solar water heating, wind, ground source heat, air source heat and biomass and how they have been used at other schools.</p>','Architect Website Example supports school\'s eco-drive','','inherit','closed','closed','','130-revision-v1','','','2018-06-08 00:30:44','2018-06-08 07:30:44','',130,'http://shererandssociates.archwebsite.com/130-revision-v1/',0,'revision','',0),(347,12,'2018-06-08 00:58:00','2018-06-08 07:58:00','','WEB-SLIDER-ParksideCenter4-450-Height','','inherit','open','closed','','web-slider-parksidecenter4-450-height','','','2018-06-08 00:58:00','2018-06-08 07:58:00','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-ParksideCenter4-450-Height.png',0,'attachment','image/png',0),(348,12,'2018-06-08 00:58:07','2018-06-08 07:58:07','','WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height','','inherit','open','closed','','web-slider-altman-lobby-and-stairs-450-height','','','2018-06-08 00:58:07','2018-06-08 07:58:07','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-Altman-Lobby-and-Stairs-450-Height.png',0,'attachment','image/png',0),(349,12,'2018-06-08 00:58:14','2018-06-08 07:58:14','','WEB-SLIDER-DSC_1052-450-Height','','inherit','open','closed','','web-slider-dsc_1052-450-height','','','2018-06-08 00:58:14','2018-06-08 07:58:14','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-DSC_1052-450-Height.png',0,'attachment','image/png',0),(350,12,'2018-06-08 00:58:19','2018-06-08 07:58:19','','WEB-SLIDER-DSCN0343-450-Height','','inherit','open','closed','','web-slider-dscn0343-450-height','','','2018-06-08 00:58:19','2018-06-08 07:58:19','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-DSCN0343-450-Height.png',0,'attachment','image/png',0),(351,12,'2018-06-08 00:58:28','2018-06-08 07:58:28','','WEB-SLIDER-LadyStreetLiveWorks1-450-Height','','inherit','open','closed','','web-slider-ladystreetliveworks1-450-height','','','2018-06-08 00:58:28','2018-06-08 07:58:28','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png',0,'attachment','image/png',0),(352,12,'2018-06-08 00:58:34','2018-06-08 07:58:34','','WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height','','inherit','open','closed','','web-slider-lenoir-rhyne-final-rendering-450-height','','','2018-06-08 00:58:34','2018-06-08 07:58:34','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-Lenoir-Rhyne-Final-Rendering-450-Height.png',0,'attachment','image/png',0),(353,12,'2018-06-08 01:22:53','2018-06-08 08:22:53','Lake Carolina presented a unique opportunity, to design all the core buildings for a new town center, in a large residential development near Columbia, SC. We started with the 36,000 square foot Lake Carolina Building with retail and restaurants on the ground floor and office space on the upper level.\r\n\r\nNext up was Parkside Center, a 32,000 square foot building designed for doctor and dentist offices on the second floor, a dance studio and upscale spa on the ground floor.\r\n\r\nTo complete the town center, we designed the Lake Carolina Early Learning Center and 4 separate, live/work buildings where owners can have their business on the first floor, and live on the two upper floors.\r\n\r\nSeeing all this come together was a very rewarding experience!','Lake Carolina Towncenter','Lake Carolina presented a unique opportunity, to design all the core buildings for a new town center, in a large residential... <a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"> see more</a>','publish','open','closed','','lake-carolina-towncenter','','','2018-10-06 16:40:38','2018-10-06 23:40:38','',0,'http://shererandssociates.archwebsite.com/?post_type=portfolio&p=353',0,'portfolio','',0),(354,12,'2018-06-08 01:21:17','2018-06-08 08:21:17','','WEB-Carolina-townCenterTavern2-450-Height','','inherit','open','closed','','web-carolina-towncentertavern2-450-height','','','2018-06-08 01:21:17','2018-06-08 08:21:17','',353,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Carolina-townCenterTavern2-450-Height.png',0,'attachment','image/png',0),(355,12,'2018-06-08 01:21:22','2018-06-08 08:21:22','','WEB-Lake-Carolina-Parkside-Center-450-Height','','inherit','open','closed','','web-lake-carolina-parkside-center-450-height','','','2018-06-08 01:21:22','2018-06-08 08:21:22','',353,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lake-Carolina-Parkside-Center-450-Height.png',0,'attachment','image/png',0),(356,12,'2018-06-08 01:21:28','2018-06-08 08:21:28','','WEB-Carolina-Lee-Station-Birds-int-450-Height','','inherit','open','closed','','web-carolina-lee-station-birds-int-450-height','','','2018-06-08 01:21:28','2018-06-08 08:21:28','',353,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Carolina-Lee-Station-Birds-int-450-Height.png',0,'attachment','image/png',0),(357,12,'2018-06-08 01:21:33','2018-06-08 08:21:33','','WEB-Carolina-ParksideCenter3-FEATURE-400x235','','inherit','open','closed','','web-carolina-parksidecenter3-feature-400x235','','','2018-06-08 01:21:33','2018-06-08 08:21:33','',353,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Carolina-ParksideCenter3-FEATURE-400x235.png',0,'attachment','image/png',0),(358,12,'2018-06-08 01:21:36','2018-06-08 08:21:36','','WEB-Carolina-ParksideCenter4-450-Height','','inherit','open','closed','','web-carolina-parksidecenter4-450-height','','','2018-06-08 01:21:36','2018-06-08 08:21:36','',353,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Carolina-ParksideCenter4-450-Height.png',0,'attachment','image/png',0),(359,12,'2018-06-08 01:21:41','2018-06-08 08:21:41','','WEB-Carolina-townCenter2-450-Height','','inherit','open','closed','','web-carolina-towncenter2-450-height','','','2018-06-08 01:21:41','2018-06-08 08:21:41','',353,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Carolina-townCenter2-450-Height.png',0,'attachment','image/png',0),(360,12,'2018-06-08 01:21:47','2018-06-08 08:21:47','','WEB-Carolina-Towncenter-Livework-Units-450-Height','','inherit','open','closed','','web-carolina-towncenter-livework-units-450-height','','','2018-06-08 01:21:47','2018-06-08 08:21:47','',353,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Carolina-Towncenter-Livework-Units-450-Height.png',0,'attachment','image/png',0),(361,12,'2018-06-08 01:34:07','2018-06-08 08:34:07','Years ago, the Altman Family ran a furniture store on King Street in Charleston, which is now becoming a high rent retail district. This was an older, underutilized building located in a historic district. The sons, who had left the family business and became attorneys, decided it was time to move back into their family building. They asked our team to bring it back up to usable condition.\r\n\r\nWe gutted the interior and put offices on the second floor, with new staircases and elevators to reach them. The new plan included open work spaces for collaboration, and quiet meeting spaces with glass walls to allow natural light throughout the space. The building went from rough-looking and deteriorated to a beautiful, updated feel. There is now a restaurant/ grocery store on the first floor, which is a nice return to retail usage! The family name is still on the building.\r\n\r\nAs time passes, it’s clear, there’s always a cycle, an up and down and revitalizing Columbia and Charleston neighborhoods is part of that cycle. What was “in style” and desirable in the past, commonly makes a comeback generations’ later.','Altman Building Charleston, SC','Years ago, the Altman Family ran a furniture store on King Street in Charleston, which is now becoming a high rent... <a href=\"https://shererarch.com/portfolio_item/altman-building-charleston-sc/\"> see more</a>','publish','open','closed','','altman-building-charleston-sc','','','2018-10-06 16:40:31','2018-10-06 23:40:31','',0,'http://shererandssociates.archwebsite.com/?post_type=portfolio&p=361',0,'portfolio','',0),(362,12,'2018-06-08 01:32:28','2018-06-08 08:32:28','','WEB-Altman-Renovated-Rear-Elevation-450-height','','inherit','open','closed','','web-altman-renovated-rear-elevation-450-height','','','2018-06-08 01:32:28','2018-06-08 08:32:28','',361,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Altman-Renovated-Rear-Elevation-450-height.png',0,'attachment','image/png',0),(363,12,'2018-06-08 01:32:33','2018-06-08 08:32:33','','WEB-Altman-Workspace-450-height','','inherit','open','closed','','web-altman-workspace-450-height','','','2018-06-08 01:32:33','2018-06-08 08:32:33','',361,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Altman-Workspace-450-height.png',0,'attachment','image/png',0),(364,12,'2018-06-08 01:32:40','2018-06-08 08:32:40','','WEB-Altman-Conference-Room-450-height','','inherit','open','closed','','web-altman-conference-room-450-height','','','2018-06-08 01:32:40','2018-06-08 08:32:40','',361,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Altman-Conference-Room-450-height.png',0,'attachment','image/png',0),(365,12,'2018-06-08 01:32:47','2018-06-08 08:32:47','','WEB-Altman-Existing-Rear-Elevation-450-height','','inherit','open','closed','','web-altman-existing-rear-elevation-450-height','','','2018-06-08 01:32:47','2018-06-08 08:32:47','',361,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Altman-Existing-Rear-Elevation-450-height.png',0,'attachment','image/png',0),(366,12,'2018-06-08 01:32:50','2018-06-08 08:32:50','','WEB-Altman-Existing-Second-Floor-450-height','','inherit','open','closed','','web-altman-existing-second-floor-450-height','','','2018-06-08 01:32:50','2018-06-08 08:32:50','',361,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Altman-Existing-Second-Floor-450-height.png',0,'attachment','image/png',0),(367,12,'2018-06-08 01:32:56','2018-06-08 08:32:56','','WEB-Altman-Library-450-height','','inherit','open','closed','','web-altman-library-450-height','','','2018-06-08 01:32:56','2018-06-08 08:32:56','',361,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Altman-Library-450-height.png',0,'attachment','image/png',0),(368,12,'2018-06-08 01:33:04','2018-06-08 08:33:04','','WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235','','inherit','open','closed','','web-altman-lobby-and-stairs-feature-400-x-235','','','2018-06-08 01:33:04','2018-06-08 08:33:04','',361,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Altman-Lobby-and-Stairs-FEATURE-400-x-235.png',0,'attachment','image/png',0),(369,12,'2018-06-08 01:48:23','2018-06-08 08:48:23','When TCube Solutions asked us to help them resolve their space planning issues, they were literally working on top of each other, due to very rapid growth. They were “bursting out at the seams” and needed more space and needed it fast.\r\n\r\nThe third floor of the First Base Building was chosen for their headquarters, which is a relatively new building to Columbia and adjacent to a new state of the art minor league baseball stadium. For anyone who hasn’t visited yet, let me just say, it’s not like any other office. There is a whole wall of windows that reveals an amazing view of the baseball field. Most important to this vibrant group of innovators is that the location is right in the middle of the city’s new growth center.\r\n\r\nMy design team has a great relationship with Sandy, who was the co-owner of the original TCube, along with her husband Sam. An energetic, outgoing leader, she expressed a positive outlook on all the ideas we brought to the table. She kept her employees in the loop, most of whom are 35 years old and younger. (The tech industry is so much younger than others!)\r\n\r\nThe main concept is no assigned seats, but instead long tables and other areas to encourage collaboration are included. They desired an industrial look and wanted the ductwork and structural elements exposed, and not too many walls. Actually most of the interior and exterior walls are glass, and conference rooms and meeting rooms dot the open plan. With a smaller staff in mind, we designed some private offices.\r\n\r\nSandy and Sam always knew the company would grow, but didn’t realize just how quickly. So when they realized the number of employees would double, within 6 months, we rethought the whole thing. Architecturally, we reduced the number of private enclosed spaces and created an even more open, collaborative environment. While the construction budget decreased, the furniture budget increased. Double the bodies, meant doubling the seating and workspace required along with increased amenities.\r\n\r\nAs we considered what kind of furniture would fit the space and accommodate a projected number of 200 employees, McWaters Furniture Group came into the picture. Their solution was to fly us up to Michigan in a private jet to check out the Steelcase Design Center. It turned out their office space operates on a similar open floor plan as to what my clients wanted! The culture of Steelcase is also very similar to TCube Solutions as they are employee-oriented and collaborative as well.\r\n\r\nWith that in mind, we focused on flow. We couldn’t just slap desks everywhere. Our team gave a lot of thought to relationships, where each department would sit and how they could communicate most effectively. Very few people could have assigned seats; just four groups of four leaders, called project architects, would sit in special spots. The only person who has a private office is the accountant. Not even the CEO has a private office.\r\n\r\nEveryone else can sit anywhere they would like, among the rows of tables, depending on the view they would like or the team they are working with. If someone needs a bit more quiet, there are a number of quiet areas designed with dropped ceilings and acoustic wall panels to absorb background noise, set up in small telephone booths. Wi-Fi hubs travel along the ceiling, so everyone gets a strong internet connection.\r\n\r\nConference rooms are located in the middle of the space with glass walls facing the exterior of the space, to take advantage of the views. They can take a break from work and watch baseball during the season, or just enjoy the view year round!\r\n\r\nAs their business grew, my process expanded. Creating two designs took us about 6 months, and 8 months of construction. Through our growth based mindset, in both design and business, we achieved an open, clean, and collective atmosphere. The staff has been enjoying their new workspace since mid-November 2017, and the owners as well as the entire design team, agree we’ve hit a homerun!','First Base Building Interior Renovations','When TCube Solutions asked us to help them resolve their space planning issues, they were literally working on top of each... <a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"> see more</a>','publish','open','closed','','first-base-building-interior-renovations','','','2018-10-06 16:40:22','2018-10-06 23:40:22','',0,'http://shererandssociates.archwebsite.com/?post_type=portfolio&p=369',0,'portfolio','',0),(370,12,'2018-06-08 01:44:14','2018-06-08 08:44:14','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet','','','2018-06-08 01:44:14','2018-06-08 08:44:14','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-South-View.jpg',0,'attachment','image/jpeg',0),(371,12,'2018-06-08 01:44:19','2018-06-08 08:44:19','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-2','','','2018-06-08 01:44:19','2018-06-08 08:44:19','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-View-of-Ball-Field.jpg',0,'attachment','image/jpeg',0),(372,12,'2018-06-08 01:44:23','2018-06-08 08:44:23','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-3','','','2018-06-08 01:44:23','2018-06-08 08:44:23','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-Workspace-and-Meeting-space.jpg',0,'attachment','image/jpeg',0),(373,12,'2018-06-08 01:44:27','2018-06-08 08:44:27','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-4','','','2018-06-08 01:44:27','2018-06-08 08:44:27','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/W0A3635_Capgemini-interior_Reduced.jpg',0,'attachment','image/jpeg',0),(374,12,'2018-06-08 01:44:30','2018-06-08 08:44:30','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-5','','','2018-06-08 01:44:30','2018-06-08 08:44:30','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-Break-out-area-2.jpg',0,'attachment','image/jpeg',0),(375,12,'2018-06-08 01:44:34','2018-06-08 08:44:34','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-6','','','2018-06-08 01:44:34','2018-06-08 08:44:34','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-Comfort-Zone-and-break-room.jpg',0,'attachment','image/jpeg',0),(376,12,'2018-06-08 01:44:38','2018-06-08 08:44:38','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-7','','','2018-06-08 01:44:38','2018-06-08 08:44:38','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-Meeting-Rooms.jpg',0,'attachment','image/jpeg',0),(377,12,'2018-06-08 01:44:41','2018-06-08 08:44:41','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-8','','','2018-06-08 01:44:41','2018-06-08 08:44:41','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-Open-Office.jpg',0,'attachment','image/jpeg',0),(378,12,'2018-06-08 01:44:46','2018-06-08 08:44:46','','Capgemini - BullStreet','Interior photos of the new Capgemini location in Columbia, SC','inherit','open','closed','','capgemini-bullstreet-9','','','2018-06-08 01:44:46','2018-06-08 08:44:46','',369,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Capgemini-Patio-view.jpg',0,'attachment','image/jpeg',0),(379,12,'2018-06-08 02:26:49','2018-06-08 09:26:49','[spacer height=\"30\" /]\n\n[center_heading h=\"h2\" subtitle=\"10 Things To Consider When Developing a Commercial Project\"]Download Your Free Guide[/center_heading]\n\n[column size=\"1/2\" last=\"false\"]\n\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\n\nIn this informative downloadable PDF guide, you\'ll discover:\n[iconlist icon=\"checkmark\" color=\"green\"]\n<ul>\n <li>The value of experience in developing commercial projects</li>\n <li>Considering all potential development possibilties for your project</li>\n <li>The importance of have a realistic budget</li>\n <li>and much more!</li>\n</ul>\n[/iconlist]\n\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\n\n \n\n[/column]\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\" 10 Things To Consider When Developing a Commercial Project \" width=\"229\" height=\"376\" />\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\n\n<form id=\"_form_1_\" accept-charset=\"utf-8\" action=\"http://archreach-demo.archfollowup.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\n<input name=\"u\" type=\"hidden\" value=\"1\" />\n<input name=\"f\" type=\"hidden\" value=\"1\" />\n<input name=\"s\" type=\"hidden\" />\n<input name=\"c\" type=\"hidden\" value=\"0\" />\n<input name=\"m\" type=\"hidden\" value=\"0\" />\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\n<input name=\"v\" type=\"hidden\" value=\"2\" /></p>\n\n</form>[/column]\n\n[spacer height=\"30\" /]\n\n[callout title=\"AMG Architects\" link=\"http://shererandssociates.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\n\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\n\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\n\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\n\n[/callout]\n\n[hr style=\"1\" /]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-autosave-v1','','','2018-06-08 02:26:49','2018-06-08 09:26:49','',191,'http://shererandssociates.archwebsite.com/191-autosave-v1/',0,'revision','',0),(380,12,'2018-06-08 02:21:58','2018-06-08 09:21:58','','10-Things-to-Consider-commercial','','inherit','open','closed','','10-things-to-consider-commercial','','','2018-06-08 02:21:58','2018-06-08 09:21:58','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-commercial.pdf',0,'attachment','application/pdf',0),(381,12,'2018-06-08 02:22:02','2018-06-08 09:22:02','','10-Things-to-Consider-cover','','inherit','open','closed','','10-things-to-consider-cover','','','2018-06-08 02:22:02','2018-06-08 09:22:02','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg',0,'attachment','image/jpeg',0),(382,12,'2018-06-08 02:27:06','2018-06-08 09:27:06','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"10 Things To Consider When Developing a Commercial Project\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\" 10 Things To Consider When Developing a Commercial Project \" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1_\" accept-charset=\"utf-8\" action=\"http://archreach-demo.archfollowup.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"u\" type=\"hidden\" value=\"1\" />\r\n<input name=\"f\" type=\"hidden\" value=\"1\" />\r\n<input name=\"s\" type=\"hidden\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"v\" type=\"hidden\" value=\"2\" /></p>\r\n\r\n</form>[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-06-08 02:27:06','2018-06-08 09:27:06','',191,'http://shererandssociates.archwebsite.com/191-revision-v1/',0,'revision','',0),(383,12,'2018-06-08 02:31:10','2018-06-08 09:31:10','Hello! Here\'s the link to your Free Guide: <a href=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-commercial.pdf\"> <span>10 Things To Consider When Developing a Commercial Project</span> pdf</a>\n\n[column size=\"1/2\" last=\"false\"]\nIn this informative downloadable PDF guide, you\'ll discover:\n[iconlist icon=\"checkmark\" color=\"green\"]\n<ul>\n <li>The value of experience in developing commercial projects</li>\n <li>Considering all potential development possibilties for your project</li>\n <li>The importance of have a realistic budget</li>\n <li>and much more!</li>\n</ul>\n[/iconlist]\n\nThank you for downloading this guide. I\'d love to hear your feedback!\n[/column]\n\n[column size=\"1/2\" last=\"true\"]\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\n[/column]','Download 10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','199-autosave-v1','','','2018-06-08 02:31:10','2018-06-08 09:31:10','',199,'http://shererandssociates.archwebsite.com/199-autosave-v1/',0,'revision','',0),(384,12,'2018-06-08 02:31:13','2018-06-08 09:31:13','Hello! Here\'s the link to your Free Guide: <a href=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-commercial.pdf\"> <span>10 Things To Consider When Developing a Commercial Project</span> pdf</a>\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nThank you for downloading this guide. I\'d love to hear your feedback!\r\n[/column]\r\n\r\n[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[/column]','Download 10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','199-revision-v1','','','2018-06-08 02:31:13','2018-06-08 09:31:13','',199,'http://shererandssociates.archwebsite.com/199-revision-v1/',0,'revision','',0),(385,12,'2018-06-08 02:38:48','2018-06-08 09:38:48','','Free Guides','','publish','closed','closed','','free-guide','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://shererandssociates.archwebsite.com/?p=385',4,'nav_menu_item','',0),(386,12,'2018-06-08 02:58:54','2018-06-08 09:58:54','When Lenoir-Rhyne University decided to build a new Occupational Health Therapy classroom building on North Main Street, in Columbia South Carolina, one of the most important design criteria was that it fit into the existing neighborhood and reflects the styles and the features of the surrounding architecture.\r\n\r\nThe area is very eclectic with single family residences and apartments, university, religious, business and retail buildings, with a few historic structures sprinkled in along a 2-3 block strip, on the rapidly changing North Main Street Corridor.\r\n\r\nBut how do you make a two story, 25,000 square foot structure, match buildings in an area with such a vast array of sizes, uses and architectural styles? Well, you don’t. Instead of “matching” the neighboring buildings, a design technique known as contextual infill was used to insure the building fits into its surroundings. Scale, proportion, materials, roof lines, windows, colors, setbacks from property lines, location of the parking lot and even the types of trees and plants used in the landscaping, were all taken into consideration to help the building “fit in”.\r\n\r\nAs a result, the university has a building they can be proud of and will serve them well for many, many years; the area is infused with new life and vigor from the hundreds of energetic young college students who will be attending classes here every year, and the neighborhood has a beautiful new building that blends seamlessly into the context of its surroundings. By demanding the new structure be sensitive to the existing architecture in the area the owner has created a building the entire community will be proud to say is one of their own.','Lenoir Rhyne Office/Classroom Building','When Lenoir-Rhyne University decided to build a new Occupational Health Therapy classroom building on North Main Street, in Columbia South Carolina... <a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"> see more</a>','publish','open','closed','','lenoir-rhyne-office-classroom-building','','','2018-10-06 16:40:15','2018-10-06 23:40:15','',0,'http://shererandssociates.archwebsite.com/?post_type=portfolio&p=386',0,'portfolio','',0),(387,12,'2018-06-08 02:57:08','2018-06-08 09:57:08','','WEB-Lenior-Rhyne-Exterior-Patio-450-height','','inherit','open','closed','','web-lenior-rhyne-exterior-patio-450-height','','','2018-06-08 02:57:08','2018-06-08 09:57:08','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenior-Rhyne-Exterior-Patio-450-height.png',0,'attachment','image/png',0),(388,12,'2018-06-08 02:57:15','2018-06-08 09:57:15','','WEB-Lenoir-Rhyne-Classroom-450-height','','inherit','open','closed','','web-lenoir-rhyne-classroom-450-height','','','2018-06-08 02:57:15','2018-06-08 09:57:15','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Classroom-450-height.png',0,'attachment','image/png',0),(389,12,'2018-06-08 02:57:22','2018-06-08 09:57:22','','WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height','','inherit','open','closed','','web-lenoir-rhyne-entry-grand-opening-450-height','','','2018-06-08 02:57:22','2018-06-08 09:57:22','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Entry-@-Grand-Opening-450-height.png',0,'attachment','image/png',0),(390,12,'2018-06-08 02:57:26','2018-06-08 09:57:26','','WEB-Lenoir-Rhyne-Existing-Site-450-height','','inherit','open','closed','','web-lenoir-rhyne-existing-site-450-height','','','2018-06-08 02:57:26','2018-06-08 09:57:26','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Existing-Site-450-height.png',0,'attachment','image/png',0),(391,12,'2018-06-08 02:57:29','2018-06-08 09:57:29','','WEB-Lenoir-Rhyne-Exterior-450-height','','inherit','open','closed','','web-lenoir-rhyne-exterior-450-height','','','2018-06-08 02:57:29','2018-06-08 09:57:29','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Exterior-450-height.png',0,'attachment','image/png',0),(392,12,'2018-06-08 02:57:33','2018-06-08 09:57:33','','WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235','','inherit','open','closed','','web-lenoir-rhyne-final-rendering-feature-400-x-235','','','2018-06-08 02:57:33','2018-06-08 09:57:33','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png',0,'attachment','image/png',0),(393,12,'2018-06-08 02:57:35','2018-06-08 09:57:35','','WEB-Lenoir-Rhyne-Glass-Wall-450-height','','inherit','open','closed','','web-lenoir-rhyne-glass-wall-450-height','','','2018-06-08 02:57:35','2018-06-08 09:57:35','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Glass-Wall-450-height.png',0,'attachment','image/png',0),(394,12,'2018-06-08 02:57:42','2018-06-08 09:57:42','','WEB-Lenoir-Rhyne-Neighboring-Building-450-height','','inherit','open','closed','','web-lenoir-rhyne-neighboring-building-450-height','','','2018-06-08 02:57:42','2018-06-08 09:57:42','',386,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Neighboring-Building-450-height.png',0,'attachment','image/png',0),(395,12,'2018-06-08 03:05:37','2018-06-08 10:05:37','[fullwidth padding=\"\" padding_top=\"30\" padding_bottom=\"50\" border=\"false\" background=\"white\" background_image=\"\" container=\"true\" parallax=\"false\" overlay=\"\"]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n<span style=\"color: #444444;\">[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</span>\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n[/fullwidth]\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-08 03:05:37','2018-06-08 10:05:37','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(397,2,'2018-06-13 11:06:04','2018-06-13 18:06:04','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\">10 THINGS TO CONSIDER WHEN DEVELOPING A COMMERCIAL PROJECT</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-13 11:06:04','2018-06-13 18:06:04','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(398,2,'2018-06-13 11:07:13','2018-06-13 18:07:13','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\">10 THINGS TO CONSIDER WHEN DEVELOPING A COMMERCIAL PROJECT</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-13 11:07:13','2018-06-13 18:07:13','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(399,2,'2018-08-19 00:57:27','2018-08-19 07:57:27','[spacer height=\"30\" /]\n\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\n\n[column size=\"2/3\" last=\"false\"]\n\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\n\nIn this informative downloadable PDF guide, you\'ll discover:\n[iconlist icon=\"checkmark\" color=\"green\"]\n<ul>\n <li>The value of experience in developing commercial projects</li>\n <li>Considering all potential development possibilties for your project</li>\n <li>The importance of have a realistic budget</li>\n <li>and much more!</li>\n</ul>\n[/iconlist]\n\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\n\n\n\n[/column]\n[column size=\"1/3\" last=\"true\"]\n[center_heading h=\"h4\"]Free Guide[/center_heading]\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<p>test</p>\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-autosave-v1','','','2018-08-19 00:57:27','2018-08-19 07:57:27','',191,'http://shererandssociates.archwebsite.com/191-autosave-v1/',0,'revision','',0),(400,2,'2018-06-13 11:46:10','2018-06-13 18:46:10','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"10 Things To Consider When Developing a Commercial Project\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\" 10 Things To Consider When Developing a Commercial Project \" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-06-13 11:46:10','2018-06-13 18:46:10','',191,'http://shererandssociates.archwebsite.com/191-revision-v1/',0,'revision','',0),(401,2,'2018-06-13 11:47:54','2018-06-13 18:47:54','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\" 10 Things To Consider When Developing a Commercial Project \" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-06-13 11:47:54','2018-06-13 18:47:54','',191,'http://shererandssociates.archwebsite.com/191-revision-v1/',0,'revision','',0),(402,2,'2018-06-13 12:00:03','2018-06-13 19:00:03','The consequence of inadequate upfront research of options is like constructing a building on bad foundations. The foundations are the most important part of the entire structure because everything is built on top. That’s what makes us different, we spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.\r\n\r\nWe take a different approach. In fact we will only work with clients who are prepared to do the Options & Feasibility Analysis properly. We will not rush this step. Taking short cuts only causes cost over runs later. If we take short cuts we don’t establish solid foundations.\r\n\r\nThe Options & Feasibility Analysis is the most important step because it provides the foundational thinking that everything else builds upon. Once complete the valuable insights you gain from this first phase can be used by us or any other architect and will ultimately produce a better result for you.\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Options & Feasibility Analysis\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Schematic Design Services\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-06-13 12:00:03','2018-06-13 19:00:03','',198,'http://shererandssociates.archwebsite.com/198-revision-v1/',0,'revision','',0),(403,2,'2018-06-13 12:00:52','2018-06-13 19:00:52','The consequence of inadequate upfront research of options is like constructing a building on bad foundations. The foundations are the most important part of the entire structure because everything is built on top. That’s what makes us different, we spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.\r\n\r\nWe take a different approach. In fact we will only work with clients who are prepared to do the Options & Feasibility Analysis properly. We will not rush this step. Taking short cuts only causes cost over runs later. If we take short cuts we don’t establish solid foundations.\r\n\r\nThe <a href=\"http://shererandssociates.archwebsite.com/first-steps/\">Options & Feasibility Analysis</a> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete the valuable insights you gain from this first phase can be used by us or any other architect and will ultimately produce a better result for you.\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Options & Feasibility Analysis\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Schematic Design Services\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-06-13 12:00:52','2018-06-13 19:00:52','',198,'http://shererandssociates.archwebsite.com/198-revision-v1/',0,'revision','',0),(404,2,'2018-06-13 12:03:18','2018-06-13 19:03:18','<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[button color=\"primary\" link=\"/contact-us/\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\r\n\r\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-06-13 12:03:18','2018-06-13 19:03:18','',201,'http://shererandssociates.archwebsite.com/201-revision-v1/',0,'revision','',0),(407,12,'2018-06-14 22:22:01','2018-06-15 05:22:01','<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_start\"></span>[gmap border=\"false\" height=\"500\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3307.659779503167!2d-81.0370252847863!3d34.00127158061989!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f8bb2b088fba6d%3A0xd6b0825ac704e3c1!2sSouth+Trust+Tower%2C+1201+Main+St+%231980%2C+Columbia%2C+SC+29201%2C+USA!5e0!3m2!1sen!2sph!4v1528441330281\" /]<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_end\"></span>\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Add: 1201 Main Street Suite 1980 Columbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n \r\n\r\n[/column]\r\n<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-06-14 22:22:01','2018-06-15 05:22:01','',14,'http://shererandssociates.archwebsite.com/14-revision-v1/',0,'revision','',0),(409,2,'2018-06-15 08:52:04','2018-06-15 15:52:04','','WEB-SLIDER-replacement-DSC-1052','','inherit','open','closed','','web-slider-replacement-dsc-1052','','','2018-06-17 20:09:23','2018-06-18 03:09:23','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/WEB-SLIDER-replacement-DSC-1052.png',0,'attachment','image/png',0),(410,2,'2018-06-15 09:01:30','2018-06-15 16:01:30','','508-Rhett-St-Rendering-1','','inherit','open','closed','','508-rhett-st-rendering-1','','','2018-06-15 09:01:30','2018-06-15 16:01:30','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg',0,'attachment','image/jpeg',0),(411,2,'2018-06-15 09:04:52','2018-06-15 16:04:52','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\">10 THINGS TO CONSIDER WHEN DEVELOPING A COMMERCIAL PROJECT</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-15 09:04:52','2018-06-15 16:04:52','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(413,2,'2018-06-15 09:21:40','2018-06-15 16:21:40','[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]\r\n[spacer height=\"30\" /]\r\n\r\nAs a rock climber, I can say thorough research, proper tools and equipment, a good base camp, and having the best team possible, provide the foundation for a successful climb! I can also say with certainty, the same goes for facing the challenge of starting a Commercial project! Take a few minutes to check out this video below, for important information about the most costly mistake and how to avoid it and set the foundation for success.\r\n\r\n<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>\r\n\r\n[button color=\"primary\" link=\"/contact-us/\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\r\n\r\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-06-15 09:21:40','2018-06-15 16:21:40','',201,'http://shererandssociates.archwebsite.com/201-revision-v1/',0,'revision','',0),(414,2,'2018-06-15 09:23:50','2018-06-15 16:23:50','[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]\n[spacer height=\"30\" /]\n\nAs a rock climber, I can say <em>thorough research, proper tools and equipment, a good base camp, and having the best team possible</em>, <strong>provide the foundation</strong> for a <em>successful climb!</em> I can also say with certainty, the same goes for facing the challenge of starting a Commercial project! Take a few minutes to check out this video below, for important information about <strong>the most costly mistake</strong> and how to avoid it and set the foundation for success.\n\n<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>\n\n[button color=\"primary\" link=\"/contact-us/\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\n\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-autosave-v1','','','2018-06-15 09:23:50','2018-06-15 16:23:50','',201,'http://shererandssociates.archwebsite.com/201-autosave-v1/',0,'revision','',0),(415,2,'2018-06-15 09:24:27','2018-06-15 16:24:27','[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]\r\n[spacer height=\"30\" /]\r\n\r\nAs a rock climber, I can say <em>thorough research, proper tools and equipment, a good base camp, and having the best team possible</em>, <strong>provide the foundation</strong> for a <em>successful climb!</em> I can also say with certainty, the same goes for facing the challenge of starting a Commercial project! Take a few minutes to check out this video below, for important information about <em><strong>the most costly mistake</strong> and how to avoid it</em> <em>and <strong>set the foundation for success</strong></em>.\r\n\r\n[spacer height=\"30\" /]\r\n\r\n<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>\r\n\r\n[button color=\"primary\" link=\"/contact-us/\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\r\n\r\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-06-15 09:24:27','2018-06-15 16:24:27','',201,'http://shererandssociates.archwebsite.com/201-revision-v1/',0,'revision','',0),(416,2,'2018-06-15 09:26:42','2018-06-15 16:26:42','[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]\r\n[spacer height=\"30\" /]\r\n\r\nAs a rock climber, I can say thorough research, proper tools and equipment, a good base camp, and having the best team possible, provide the foundation for a successful climb! I can also say with certainty, the same goes for facing the challenge of starting a Commercial project! Take a few minutes to check out this video below, for important information about the most costly mistake and how to avoid it and set the foundation for success.\r\n\r\n<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>\r\n\r\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\r\n\r\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-06-15 09:26:42','2018-06-15 16:26:42','',201,'http://shererandssociates.archwebsite.com/201-revision-v1/',0,'revision','',0),(417,2,'2018-06-15 09:26:52','2018-06-15 16:26:52','','10-Things-to-Consider-When-Developing-a-Commercial-Project-2018','','inherit','open','closed','','10-things-to-consider-when-developing-a-commercial-project-2018','','','2018-06-15 09:26:52','2018-06-15 16:26:52','',0,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf',0,'attachment','application/pdf',0),(418,2,'2018-06-15 09:27:57','2018-06-15 16:27:57','Hello! Here\'s the link to your Free Guide: <a href=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf\"> 10 Things To Consider When Developing a Commercial Project pdf</a>\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nThank you for downloading this guide. I\'d love to hear your feedback!\r\n[/column]\r\n\r\n[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[/column]','Download 10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','199-revision-v1','','','2018-06-15 09:27:57','2018-06-15 16:27:57','',199,'http://shererandssociates.archwebsite.com/199-revision-v1/',0,'revision','',0),(419,2,'2018-08-20 17:10:57','2018-08-21 00:10:57','[spacer height=\"30\" /]\n<h3>Our Core Value: Integrity Above All Else!</h3>\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\n\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\n\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\n\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\n\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\n\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\n\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\n\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\n\n[/column]\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n<div class=\"_form_1\"></div>\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\n\n[/column]\n\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\n[/fullwidth]\n\n\n\n<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_end\"></span>\n\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-autosave-v1','','','2018-08-20 17:10:57','2018-08-21 00:10:57','',8,'http://shererandssociates.archwebsite.com/8-autosave-v1/',0,'revision','',0),(420,2,'2018-06-15 09:43:28','2018-06-15 16:43:28','<h3>Working with Sherer & Associates, LCC</h3>\r\n<span style=\"color: #444444;\">[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</span>\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-15 09:43:28','2018-06-15 16:43:28','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(421,2,'2018-06-15 09:43:57','2018-06-15 16:43:57','<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-15 09:43:57','2018-06-15 16:43:57','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(422,2,'2018-06-15 09:47:22','2018-06-15 16:47:22','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-15 09:47:22','2018-06-15 16:47:22','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(423,2,'2018-06-15 09:51:55','2018-06-15 16:51:55','','Dan-stairs-Closeup-300-pixel','','inherit','open','closed','','dan-stairs-closeup-300-pixel','','','2018-06-15 09:52:36','2018-06-15 16:52:36','',22,'http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg',0,'attachment','image/jpeg',0),(424,2,'2018-06-15 09:52:55','2018-06-15 16:52:55','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"Capgemini Global\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"><img class=\"alignnone wp-image-423\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"193\" height=\"193\" /></a>\r\n\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects.\r\nHe is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\">10 THINGS TO CONSIDER WHEN DEVELOPING A COMMERCIAL PROJECT</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-15 09:52:55','2018-06-15 16:52:55','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(425,2,'2018-06-15 09:54:49','2018-06-15 16:54:49','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[member image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-15 09:54:49','2018-06-15 16:54:49','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(426,2,'2018-06-15 09:55:36','2018-06-15 16:55:36','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-15 09:55:36','2018-06-15 16:55:36','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(427,2,'2018-06-15 10:02:10','2018-06-15 17:02:10','When First Base Building Interior Renovations’s tech team first hired us, their staff was half the size. My clients started out as TCube Solutions, then merged withFirst Base Building Interior Renovations consulting and technology solutions, a multination organization. Their current space was too small, they were “bursting at the seams”, needed more space and needed it quickly.\nThey chose the third floor of the First Base Building, which is relatively new to Columbia and adjacent to a new state of the art minor league baseball stadium (where Tebow played!). For anyone who hasn\'t visited yet, let me say, it’s not like just any office; instead a whole wall of windows reveals an amazing view of the baseball field. Most important to this vibrant group of innovators, the location is right in the middle of the city’s new growth.\nMy design team has a great relationship with Sandy, co-owner of the original TCube, along with her husband Sam. An energetic, outgoing leader, she expressed a positive outlook on all the ideas we brought to the table. She kept her employees in the loop, most of whom are 35 years old and younger. (The tech industry is so much younger than others.)\nThe main concept -- no assigned seats, but rather long tables and other areas to encourage collaboration. They desired an industrial look, ductwork and structures exposed, not many walls; actually most of the interior and exterior walls are glass. Conference rooms and meeting rooms dot the open plan. With a smaller staff in mind, we designed some private offices.\nSandy and Sam always knew the company would grow, but didn’t realize just how quickly. So when they told me the number of employees would double, we rethought the whole thing. Architecturally, we scaled back. While the construction budget decreased, the furniture budget increased -- double the bodies means doubling the seating, workspace required and amenities.\nMcWaters Furniture Group came into the picture, as we considered what kind of furniture would fit the space and accommodate 200 people. “What’s the best way to do this?” we asked. Their answer -- flying us up to Michigan in a private jet to check out their factory. It turned out their factory office space operates on a similar open floor plan as my clients wanted. The culture of McWaters is like theirs too, employee-oriented and collaborative.\nWith that in mind, we focused on flow. We couldn’t just slap desks everywhere. Our team gave a lot of thought to relationships, where each department would sit and how they could communicate most effectively. Very few people could have assigned seats; just four groups of four leaders, called project architects, would sit in special spots.\nSo everybody else could sit anywhere among the rows of tables, which face the wall of windows. Quiet areas are designated with dropped ceilings and proper acoustics; acoustic wall panels absorb background noise in small telephone booths. Wifi hubs travel along the ceiling, so everybody gets a strong internet connection. Conference rooms are located in the middle of the space with glass walls facing the exterior of the space, to take advantage of the views too. They can take a break from work and watch baseball during the season, or just enjoy the view year round.\nAs their business grew, my process expanded. Creating two designs took us about 6 months to do, then 8 months of construction. The Capgemini staff has been enjoying their new workspace since mid-November.\nOdds are, your boss is sitting right beside you in this office. Now even the owner sits out in the open space. The only person who has a private office is the accountant. Even Human Resources doesn’t need a private office because all documents are password protected online. Through our growth mindset in design and business, we achieved an open, clean, collective atmosphere. The owners and entire design team agree, we’ve hit a homerun!','First Base Building Interior Renovations','','inherit','closed','closed','','369-autosave-v1','','','2018-06-15 10:02:10','2018-06-15 17:02:10','',369,'http://shererandssociates.archwebsite.com/369-autosave-v1/',0,'revision','',0),(446,12,'2018-06-19 03:09:31','2018-06-19 10:09:31','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"><img class=\"alignnone wp-image-423\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"193\" height=\"193\" /></a>\r\n\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects.\r\nHe is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\">10 THINGS TO CONSIDER WHEN DEVELOPING A COMMERCIAL PROJECT</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-06-19 03:09:31','2018-06-19 10:09:31','',22,'http://shererandssociates.archwebsite.com/22-revision-v1/',0,'revision','',0),(447,12,'2018-06-19 03:15:45','2018-06-19 10:15:45','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n<p>\r\n Sign up for our newsletter!\r\n</p>\r\n<div class=\"_form_3\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-19 03:15:45','2018-06-19 10:15:45','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(448,12,'2018-06-19 03:17:51','2018-06-19 10:17:51','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n\r\n<p>\r\n Sign up for our newsletter!\r\n</p>\r\n<div class=\"_form_3\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-19 03:17:51','2018-06-19 10:17:51','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(449,12,'2018-06-19 03:20:51','2018-06-19 10:20:51','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"http://shererarch.archreach.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n<p>\r\n Sign up for our newsletter!\r\n</p>\r\n<div class=\"_form_3\"></div><script src=\"http://shererarch.archreach.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-06-19 03:20:51','2018-06-19 10:20:51','',8,'http://shererandssociates.archwebsite.com/8-revision-v1/',0,'revision','',0),(453,2,'2018-08-18 18:50:23','2018-08-19 01:50:23','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\" 10 Things To Consider When Developing a Commercial Project \" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-18 18:50:23','2018-08-19 01:50:23','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(454,2,'2018-08-18 19:22:00','2018-08-19 02:22:00','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n<p>\r\n Sign up for our newsletter!\r\n</p>\r\n<div class=\"_form_3\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-18 19:22:00','2018-08-19 02:22:00','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(455,2,'2018-08-18 19:24:48','2018-08-19 02:24:48','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]FREE GUIDE[/center_heading]\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n<p>\r\n Sign up for our newsletter!\r\n</p>\r\n<div class=\"_form_3\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-18 19:24:48','2018-08-19 02:24:48','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(456,2,'2018-08-18 19:25:21','2018-08-19 02:25:21','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n<p>\r\n Sign up for our newsletter!\r\n</p>\r\n<div class=\"_form_3\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-18 19:25:21','2018-08-19 02:25:21','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(457,2,'2018-08-18 19:26:19','2018-08-19 02:26:19','[spacer height=\"30\" /]\r\n<h3>Working with Sherer & Associates, LCC</h3>\r\n[column size=\"2/3\" last=\"false\"]At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision.\r\n\r\nG. Daniel Sherer Jr., (Dan), has been an architect in South Carolina since 1993 and founded Sherer & Associates in August of 1998. Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n<p>Sign up for our newsletter!</p>\r\n<div class=\"_form_3\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<div>Dan is an award winning architect with over 28 years’ experience on new and renovation projects.</div>\r\n<div>He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</div>\r\n[/member]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-18 19:26:19','2018-08-19 02:26:19','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(458,2,'2018-08-18 19:29:14','2018-08-19 02:29:14','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"><img class=\"alignnone wp-image-423\" src=\"http://shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"193\" height=\"193\" /></a>\r\n\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects.\r\nHe is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\">10 THINGS TO CONSIDER WHEN DEVELOPING A COMMERCIAL PROJECT</a></h3>\r\n<div id=\"lipsum\">\r\n<p class=\"ConsumerGuide-Content\">Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>\r\n<p class=\"ConsumerGuide-Content\">[button color=\"primary\" link=\"http://shererandssociates.archwebsite.com/10-things-to-consider-when-developing-a-commercial-project/\" target=\"_self\" icon=\"\" icon_position=\"right\" size=\"normal\" align=\"\" fullwidth=\"false\"]Give Me The Guide[/button]</p>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<h3 id=\"ctl00_Header\"><a href=\"http://shererandssociates.archwebsite.com/news-and-blog/\">Latest Practice News and Articles</a></h3>\r\n<div id=\"lipsum\">\r\n\r\n[latest_posts number=\"2\" comments=\"false\" excerpt_length=\"9\" /]\r\n\r\n</div>\r\n<p id=\"ctl00_Header\">[/column]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 19:29:14','2018-08-19 02:29:14','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(459,2,'2018-08-18 19:31:32','2018-08-19 02:31:32','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]</p>\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\" 10 Things To Consider When Developing a Commercial Project \" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-18 19:31:32','2018-08-19 02:31:32','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(460,2,'2018-08-18 19:32:57','2018-08-19 02:32:57','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]</p>\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\" 10 Things To Consider When Developing a Commercial Project \" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-18 19:32:57','2018-08-19 02:32:57','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(461,2,'2018-08-18 19:53:44','2018-08-19 02:53:44','[column size=\"2/3\" last=\"false\"]\r\n<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Add: 1201 Main Street Suite 1980 Columbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n \r\n\r\n[/column]\r\n<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-18 19:53:44','2018-08-19 02:53:44','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(462,2,'2018-08-18 23:06:03','2018-08-19 06:06:03','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n<div id=\"lipsum2\">\r\n\r\n<a href=\"http://shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"><img class=\"alignnone wp-image-423\" src=\"http://shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"193\" height=\"193\" /></a>\r\n\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n\r\n</div>\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:06:03','2018-08-19 06:06:03','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(463,2,'2018-08-18 23:10:49','2018-08-19 06:10:49','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"><img class=\"alignnone wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"193\" height=\"193\" /></a>\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"][/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:10:49','2018-08-19 06:10:49','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(464,2,'2018-08-18 23:11:30','2018-08-19 06:11:30','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"][/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:11:30','2018-08-19 06:11:30','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(465,2,'2018-08-18 23:21:04','2018-08-19 06:21:04','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \"Oswald\", sans-serif !important; letter-spacing: 2px; text-align:center;\">Principal and Founder</p>\r\n}[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:21:04','2018-08-19 06:21:04','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(466,2,'2018-08-18 23:21:23','2018-08-19 06:21:23','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \"Oswald\", sans-serif !important; letter-spacing: 2px; text-align:center;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:21:23','2018-08-19 06:21:23','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(467,2,'2018-08-18 23:23:15','2018-08-19 06:23:15','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; letter-spacing: 2px; text-align:center; text-transform: uppercase; font-size: 11px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:23:15','2018-08-19 06:23:15','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(468,2,'2018-08-18 23:24:41','2018-08-19 06:24:41','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \'Museo Sans\' !important; letter-spacing: 2px; text-align:center; text-transform: uppercase; font-size: 11px; color:#333;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:24:41','2018-08-19 06:24:41','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(469,2,'2018-08-18 23:25:51','2018-08-19 06:25:51','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \'museo-sans\' !important; letter-spacing: 2px; text-align:center; text-transform: uppercase; font-size: 11px; color:#333;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:25:51','2018-08-19 06:25:51','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(470,2,'2018-08-18 23:27:20','2018-08-19 06:27:20','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \'Oswald, sans-serif\' !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; letter-spacing: 2px;\">Principal and Founder</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:27:20','2018-08-19 06:27:20','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(471,2,'2018-08-18 23:28:59','2018-08-19 06:28:59','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; letter-spacing: 2px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:28:59','2018-08-19 06:28:59','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(472,2,'2018-08-18 23:29:57','2018-08-19 06:29:57','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; text-align:center; text-transform: uppercase; font-size: 16px; color:#333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:29:57','2018-08-19 06:29:57','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(473,2,'2018-08-18 23:31:07','2018-08-19 06:31:07','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal and Founder\" facebook=\"\" twitter=\"\" googleplus=\"\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight:400; text-align:center; text-transform: uppercase; font-size: 16px; color:#333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:31:07','2018-08-19 06:31:07','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(474,2,'2018-08-18 23:31:41','2018-08-19 06:31:41','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight:400; text-align:center; text-transform: uppercase; font-size: 16px; color:#333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:31:41','2018-08-19 06:31:41','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(475,2,'2018-08-18 23:34:04','2018-08-19 06:34:04','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Our team of experts have extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts to minimize investment and maximize our clients\' profit.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">With 30 years of experience and over 200 completed renovation projects, our team is more than qualified to renovate, update and adapt existing structures for new, energy efficient and sustainable use.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight:400; text-align:center; text-transform: uppercase; font-size: 16px; color:#333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-18 23:34:04','2018-08-19 06:34:04','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(476,2,'2018-08-19 00:01:44','2018-08-19 07:01:44','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\nSign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" name=\"Dan Sherer\" role=\"Principal / Founder\"][/member]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n ','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 00:01:44','2018-08-19 07:01:44','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(477,2,'2018-08-19 00:02:54','2018-08-19 07:02:54','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\nSign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight:400; text-align:center; text-transform: uppercase; font-size: 16px; color:#333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; margin-top: 0px;\">Principal and Founder</p>\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n ','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 00:02:54','2018-08-19 07:02:54','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(478,2,'2018-08-19 00:03:38','2018-08-19 07:03:38','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight:400; text-align:center; text-transform: uppercase; font-size: 16px; color:#333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align:center; text-transform: uppercase; font-size: 11px; color:#333; margin-top: 0px;\">Principal and Founder</p>\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\nSign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n ','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 00:03:38','2018-08-19 07:03:38','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(479,2,'2018-08-19 00:05:32','2018-08-19 07:05:32','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\" - Dan Sherer\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\nSign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n ','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 00:05:32','2018-08-19 07:05:32','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(480,2,'2018-08-19 00:06:32','2018-08-19 07:06:32','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\nSign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n ','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 00:06:32','2018-08-19 07:06:32','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(481,2,'2018-08-19 00:37:11','2018-08-19 07:37:11','\"Bringing Structure to Life!\".... It’s what we do.\n\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\n\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\n\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\">Base Camp Feasibility Analysis™</a>. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\n\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\n\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\n\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\n\n[spacer height=\"80\" /]\n\n[column size=\"2/3\" last=\"true\"]\n\nService Phases:\n\n[toggle name=\"Base Camp Feasibility Analysis™\"]\n\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\">Start Here</a> page.\n\n[/toggle]\n[toggle name=\"The Challenge™\"]\n\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\n\n[/toggle]\n[toggle name=\"Construction Documents\"]\n\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\n\n[/toggle]\n\n[toggle name=\"Landscape Design\"]\n\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\n\n[/toggle]\n[toggle name=\"Interior Design Services\"]\n\n \n\n[/toggle]\n\n[toggle name=\"Construction Management Services\"]\n\nWe offer services including:\n<ul>\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\n <li>Project Construction Weekly Meetings</li>\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\n<ul>\n <li>Furniture</li>\n <li>IT</li>\n <li>Signage</li>\n <li>Security</li>\n</ul>\n</li>\n <li>Change Order review</li>\n <li>Monthly Pay Application review</li>\n <li>Project close out, Warranty review and coordination</li>\n</ul>\n[/toggle]\n\n ','Services','','inherit','closed','closed','','198-autosave-v1','','','2018-08-19 00:37:11','2018-08-19 07:37:11','',198,'http://shererarch.com//198-autosave-v1/',0,'revision','',0),(482,2,'2018-08-19 00:11:23','2018-08-19 07:11:23','','top-of-rock','','inherit','open','closed','','top-of-rock','','','2018-08-19 00:11:23','2018-08-19 07:11:23','',198,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png',0,'attachment','image/png',0),(483,2,'2018-08-19 00:11:32','2018-08-19 07:11:32','','ROCK-CLIMB-hiking-boots','','inherit','open','closed','','rock-climb-hiking-boots','','','2018-08-19 00:11:32','2018-08-19 07:11:32','',198,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg',0,'attachment','image/jpeg',0),(484,2,'2018-08-19 00:11:34','2018-08-19 07:11:34','','cracked-foundation','','inherit','open','closed','','cracked-foundation','','','2018-08-19 00:11:34','2018-08-19 07:11:34','',198,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg',0,'attachment','image/jpeg',0),(485,2,'2018-08-19 00:13:38','2018-08-19 07:13:38','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"size-medium wp-image-484 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone size-medium wp-image-482 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock-300x251.png\" alt=\"\" width=\"300\" height=\"251\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"alignnone size-medium wp-image-483 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Options & Feasibility Analysis\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Schematic Design Services\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:13:38','2018-08-19 07:13:38','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(486,2,'2018-08-19 00:15:10','2018-08-19 07:15:10','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Options & Feasibility Analysis\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Schematic Design Services\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:15:10','2018-08-19 07:15:10','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(487,2,'2018-08-19 00:22:05','2018-08-19 07:22:05','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle]\r\n[toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n\r\n[iconlist icon=\"arrow\" color=\"black\"]\r\n<ul>\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:</li>\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/iconlist]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:22:05','2018-08-19 07:22:05','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(488,2,'2018-08-19 00:22:47','2018-08-19 07:22:47','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle]\r\n[toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n\r\n[iconlist icon=\"star\" color=\"black\"]\r\n<ul>\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:</li>\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/iconlist]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:22:47','2018-08-19 07:22:47','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(489,2,'2018-08-19 00:23:22','2018-08-19 07:23:22','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle]\r\n[toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n\r\n[iconlist icon=\"star\" color=\"black\"]\r\n<ul>\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\r\n<ul>\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n</ul>\r\n</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/iconlist]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:23:22','2018-08-19 07:23:22','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(490,2,'2018-08-19 00:25:14','2018-08-19 07:25:14','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle]\r\n[toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n\r\n[iconlist icon=\"star\" color=\"black\"]\r\n<ul>\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:</li>\r\n</ul>\r\n[/iconlist]\r\n<p style=\"padding-left: 30px;\">[iconlist icon=\"bullet\" color=\"black\"]</p>\r\n\r\n<ul>\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">[/iconlist]</p>\r\n[iconlist icon=\"star\" color=\"black\"]\r\n<ul>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/iconlist]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:25:14','2018-08-19 07:25:14','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(491,2,'2018-08-19 00:25:50','2018-08-19 07:25:50','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle]\r\n[toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n<ul>\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\r\n<ul>\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n</ul>\r\n</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/iconlist]\r\n\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:25:50','2018-08-19 07:25:50','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(492,2,'2018-08-19 00:26:16','2018-08-19 07:26:16','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle]\r\n[toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\n \r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n<ul>\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\r\n<ul>\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n</ul>\r\n</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:26:16','2018-08-19 07:26:16','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(493,2,'2018-08-19 00:27:30','2018-08-19 07:27:30','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\nMaximizes our clients’ profits! We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n… Sustainable use! We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient that tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-19 00:27:30','2018-08-19 07:27:30','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(494,2,'2018-08-19 00:28:21','2018-08-19 07:28:21','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<strong>Maximizes our clients’ profits!</strong>\r\n\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<strong>Sustainable use!</strong>\r\n\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient that tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-19 00:28:21','2018-08-19 07:28:21','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(495,2,'2018-08-19 00:28:56','2018-08-19 07:28:56','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic Preservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes our clients’ profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient that tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-19 00:28:56','2018-08-19 07:28:56','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(496,2,'2018-08-19 00:29:25','2018-08-19 07:29:25','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes our clients’ profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient that tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-19 00:29:25','2018-08-19 07:29:25','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(497,2,'2018-08-19 00:31:01','2018-08-19 07:31:01','[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]\r\n[spacer height=\"30\" /]\r\n\r\nThe consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!\r\n\r\nMost firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary Base Camp Feasibility Analysis™ properly. We will not rush this step.\r\n\r\n<strong>Taking short cuts only causes time and cost over runs, later. </strong>\r\n\r\nThe Base Camp Feasibility Analysis™ is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.\r\n\r\n<strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.\r\n\r\n<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>\r\n\r\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\r\n\r\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-08-19 00:31:01','2018-08-19 07:31:01','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(498,2,'2018-08-19 00:32:15','2018-08-19 07:32:15','\"Bringing Structure to Life!\".... It’s what we do.\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a>\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"2/3\" last=\"true\"]\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle]\r\n[toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle]\r\n[toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle]\r\n[toggle name=\"Interior Design Services\"]\r\n\r\nWe team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n<ul>\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\r\n<ul>\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n</ul>\r\n</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/toggle]\r\n\r\n ','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-19 00:32:15','2018-08-19 07:32:15','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(499,2,'2018-08-19 00:42:06','2018-08-19 07:42:06','','10-things-cover-photo-new','','inherit','open','closed','','10-things-cover-photo-new','','','2018-08-19 00:42:06','2018-08-19 07:42:06','',191,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new.png',0,'attachment','image/png',0),(500,2,'2018-08-19 00:42:54','2018-08-19 07:42:54','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]</p>\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n\r\n<img class=\"aligncenter size-full wp-image-499\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new.png\" alt=\"\" width=\"408\" height=\"528\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:42:54','2018-08-19 07:42:54','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(501,2,'2018-08-19 00:46:00','2018-08-19 07:46:00','','10-things-cover-photo-new-with-shadow','','inherit','open','closed','','10-things-cover-photo-new-with-shadow','','','2018-08-19 00:46:00','2018-08-19 07:46:00','',191,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg',0,'attachment','image/jpeg',0),(502,2,'2018-08-19 00:46:13','2018-08-19 07:46:13','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]</p>\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n\r\n \r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:46:13','2018-08-19 07:46:13','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(503,2,'2018-08-19 00:47:02','2018-08-19 07:47:02','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]</p>\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:47:02','2018-08-19 07:47:02','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(504,2,'2018-08-19 00:47:24','2018-08-19 07:47:24','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"true\"]</p>\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]\r\n\r\n ','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:47:24','2018-08-19 07:47:24','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(505,2,'2018-08-19 00:49:07','2018-08-19 07:49:07','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n \r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:49:07','2018-08-19 07:49:07','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(506,2,'2018-08-19 00:50:30','2018-08-19 07:50:30','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n.\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:50:30','2018-08-19 07:50:30','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(507,2,'2018-08-19 00:51:18','2018-08-19 07:51:18','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:51:18','2018-08-19 07:51:18','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(508,2,'2018-08-19 00:51:48','2018-08-19 07:51:48','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:51:48','2018-08-19 07:51:48','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(509,2,'2018-08-19 00:52:29','2018-08-19 07:52:29','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<p><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></p>\r\n\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:52:29','2018-08-19 07:52:29','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(510,2,'2018-08-19 00:53:12','2018-08-19 07:53:12','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></div>\r\n<p>test</p>\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:53:12','2018-08-19 07:53:12','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(511,2,'2018-08-19 00:53:54','2018-08-19 07:53:54','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div style=\"display:block;\"><script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script></div>\r\n<p>test</p>\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:53:54','2018-08-19 07:53:54','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(512,2,'2018-08-19 00:57:31','2018-08-19 07:57:31','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n<p>test</p>\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:57:31','2018-08-19 07:57:31','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(513,2,'2018-08-19 00:57:51','2018-08-19 07:57:51','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:57:51','2018-08-19 07:57:51','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(514,2,'2018-08-19 00:58:18','2018-08-19 07:58:18','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:58:18','2018-08-19 07:58:18','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(515,2,'2018-08-19 00:58:51','2018-08-19 07:58:51','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n\r\n\r\n[/column]\r\n[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n[/column]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-19 00:58:51','2018-08-19 07:58:51','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(516,2,'2018-08-19 01:00:03','2018-08-19 08:00:03','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\nSign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n ','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:00:03','2018-08-19 08:00:03','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(517,2,'2018-08-19 01:03:52','2018-08-19 08:03:52','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\nSign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:03:52','2018-08-19 08:03:52','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(518,2,'2018-08-19 01:05:27','2018-08-19 08:05:27','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n[column size=\"1/2\" last=\"false\"]Sign up for our newsletter!\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>[/column]\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:05:27','2018-08-19 08:05:27','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(519,2,'2018-08-19 01:07:01','2018-08-19 08:07:01','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]\r\nSign up for our newsletter!</p>\r\n\r\n<div class=\"_form_3\" style=\"text-align: center;\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:07:01','2018-08-19 08:07:01','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(520,2,'2018-08-19 01:07:33','2018-08-19 08:07:33','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n\r\n<h3 style=\"text-align: center;\">Sign up for our newsletter!</h3>\r\n<div class=\"_form_3\" style=\"text-align: center;\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:07:33','2018-08-19 08:07:33','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(521,2,'2018-08-19 01:07:50','2018-08-19 08:07:50','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sign up for our newsletter!</h3>\r\n<div class=\"_form_3\" style=\"text-align: center;\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:07:50','2018-08-19 08:07:50','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(522,2,'2018-08-19 01:11:55','2018-08-19 08:11:55','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sign up for our newsletter!</h3>\r\n<div class=\"_form_3\" style=\"text-align: center;\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:11:55','2018-08-19 08:11:55','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(523,2,'2018-08-19 01:14:31','2018-08-19 08:14:31','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"][/member]\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sign up for our newsletter!</h3>\r\n<div class=\"_form_3\" style=\"text-align: center;\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:14:31','2018-08-19 08:14:31','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(524,2,'2018-08-19 01:14:52','2018-08-19 08:14:52','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Color-Sketch-1038-Montgue_0001.jpg\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">Sign up for our newsletter!</h3>\r\n<div class=\"_form_3\" style=\"text-align: center;\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-19 01:14:52','2018-08-19 08:14:52','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(525,2,'2018-08-19 01:19:42','2018-08-19 08:19:42','[column size=\"2/3\" last=\"false\"]\r\n<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Sherer and Associates, LLC</li>\r\n <li>1201 Main Street Suite 1980 Columbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n \r\n\r\n[/column]\r\n<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-19 01:19:42','2018-08-19 08:19:42','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(526,2,'2018-08-19 01:20:55','2018-08-19 08:20:55','[column size=\"2/3\" last=\"false\"]\r\n<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Sherer & Associates, LLC</li>\r\n <li>1201 Main Street Suite 1980 Columbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n \r\n\r\n[/column]\r\n<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-19 01:20:55','2018-08-19 08:20:55','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(528,2,'2018-08-20 16:28:41','2018-08-20 23:28:41','<h2>\"Bringing Structure to Life!\".... It’s what we do.</h2><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. </p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p><p>\"Bringing Structure to Life!\".... It’s what we do.</p><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>[spacer height=\"80\" /][column size=\"2/3\" last=\"true\"]<p>Service Phases:</p>[toggle name=\"Base Camp Feasibility Analysis™\"]<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p>[toggle name=\"Landscape Design\"]<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]<p> </p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-20 16:28:41','2018-08-20 23:28:41','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(529,2,'2018-08-20 16:28:42','2018-08-20 23:28:42','<h2>\"Bringing Structure to Life!\".... It’s what we do.</h2><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. </p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p><p>\"Bringing Structure to Life!\".... It’s what we do.</p><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>[spacer height=\"80\" /][column size=\"2/3\" last=\"true\"]<p>Service Phases:</p>[toggle name=\"Base Camp Feasibility Analysis™\"]<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p>[toggle name=\"Landscape Design\"]<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]<p> </p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-20 16:28:42','2018-08-20 23:28:42','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(530,2,'2018-08-20 16:31:18','2018-08-20 23:31:18','<h2 style=\"text-align: center;\">\"BRINGING STRUCTURE TO LIFE!\".... IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. </p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p><p>\"Bringing Structure to Life!\".... It’s what we do.</p><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\"><img class=\"wp-image-484 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a></p><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\"><img class=\"alignnone wp-image-482 size-full\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" /></a></p><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™. Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\"><img class=\"wp-image-483 size-full aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" /></a></p>[spacer height=\"80\" /][column size=\"2/3\" last=\"true\"]<p>Service Phases:</p>[toggle name=\"Base Camp Feasibility Analysis™\"]<p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p>[toggle name=\"Landscape Design\"]<p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]<p> </p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-20 16:31:18','2018-08-20 23:31:18','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(531,2,'2018-08-20 16:37:25','2018-08-20 23:37:25','<h2 style=\"text-align: center;\">\"BRINGING STRUCTURE TO LIFE!\".... IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money. </p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-20 16:37:25','2018-08-20 23:37:25','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(532,2,'2018-08-20 16:46:47','2018-08-20 23:46:47','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes our clients’ profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 id=\"ctl00_Header\"><a title=\"About Us\" href=\"http://shererandssociates.archwebsite.com/about-us/\">About Sherer & Associates, LLC</a></h3>\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-20 16:46:47','2018-08-20 23:46:47','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(533,2,'2018-08-20 16:49:30','2018-08-20 23:49:30','<h1 style=\"text-align: center; margin-top: 30px;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - Bringing Structures to Life!\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes our clients’ profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-20 16:49:30','2018-08-20 23:49:30','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(534,2,'2018-08-20 17:04:24','2018-08-21 00:04:24','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png\" container=\"true\" parallax=\"true\" overlay=\"70\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-20 17:04:24','2018-08-21 00:04:24','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(535,2,'2018-08-20 17:05:20','2018-08-21 00:05:20','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png\" container=\"true\" parallax=\"true\" overlay=\"40\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-20 17:05:20','2018-08-21 00:05:20','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(536,2,'2018-08-20 17:05:40','2018-08-21 00:05:40','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-SLIDER-LadyStreetLiveWorks1-450-Height.png\" container=\"true\" parallax=\"true\" overlay=\"30\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-20 17:05:40','2018-08-21 00:05:40','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(537,2,'2018-08-20 17:08:53','2018-08-21 00:08:53','','WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped','','inherit','open','closed','','web-slider-ladystreetliveworks1-379-height-cropped','','','2018-08-20 17:08:53','2018-08-21 00:08:53','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg',0,'attachment','image/jpeg',0),(538,2,'2018-08-20 17:09:45','2018-08-21 00:09:45','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n<p style=\"text-align: center;\">[/fullwidth]</p>\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-20 17:09:45','2018-08-21 00:09:45','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(539,2,'2018-08-20 17:11:04','2018-08-21 00:11:04','[spacer height=\"30\" /]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n \r\n\r\n \r\n\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-20 17:11:04','2018-08-21 00:11:04','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(540,2,'2018-08-20 17:16:46','2018-08-21 00:16:46','<h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, Base Camp Feasibility Analysis™. </p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our START HERE page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-20 17:16:46','2018-08-21 00:16:46','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(541,2,'2018-08-20 17:20:32','2018-08-21 00:20:32','[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]\r\n[spacer height=\"30\" /]\r\n\r\nThe consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!\r\n\r\nMost firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.\r\n\r\n<strong>Taking short cuts only causes time and cost over runs, later. </strong>\r\n\r\nThe <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.\r\n\r\n<strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.\r\n\r\n<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>\r\n\r\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\r\n\r\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-08-20 17:20:32','2018-08-21 00:20:32','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(543,2,'2018-08-20 17:58:55','2018-08-21 00:58:55','We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.\r\n\r\n[portfolio number=\"-1\" column=\"2\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-08-20 17:58:55','2018-08-21 00:58:55','',10,'http://shererarch.com//10-revision-v1/',0,'revision','',0),(544,2,'2018-08-20 22:07:15','2018-08-21 05:07:15','We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.\r\n\r\n[portfolio number=\"-1\" column=\"2\" style=\"2\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-08-20 22:07:15','2018-08-21 05:07:15','',10,'http://shererarch.com//10-revision-v1/',0,'revision','',0),(545,2,'2018-08-20 22:08:26','2018-08-21 05:08:26','We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.\r\n\r\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-08-20 22:08:26','2018-08-21 05:08:26','',10,'http://shererarch.com//10-revision-v1/',0,'revision','',0),(546,2,'2018-08-20 23:18:10','2018-08-21 06:18:10','<h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><p> </p><p>[/column]<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-20 23:18:10','2018-08-21 06:18:10','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(547,2,'2018-08-20 23:18:10','2018-08-21 06:18:10','<h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><p> </p><p>[/column]<h3></h3>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-20 23:18:10','2018-08-21 06:18:10','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(548,2,'2018-08-20 23:20:17','2018-08-21 06:20:17','<h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-20 23:20:17','2018-08-21 06:20:17','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(549,2,'2018-08-20 23:37:36','2018-08-21 06:37:36','<h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-20 23:37:36','2018-08-21 06:37:36','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(552,166,'2018-09-13 18:38:11','2018-09-14 01:38:11','[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\n\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\n\nIn this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]\n<ul>\n <li>The value of experience in developing commercial projects</li>\n <li>Considering all potential development possibilities for your project</li>\n <li>The importance of having a realistic budget</li>\n <li>and much more!</li>\n</ul>\n[/iconlist]\n\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\n\n[column size=\"1/2\" last=\"false\"]\n\n[center_heading h=\"h4\"]Free Guide[/center_heading]\n<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" /></h4>\n[/column]\n\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\n\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-autosave-v1','','','2018-09-13 18:38:11','2018-09-14 01:38:11','',191,'http://shererarch.com//191-autosave-v1/',0,'revision','',0),(553,166,'2018-08-28 18:32:06','2018-08-29 01:32:06','<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul class=\"\">\r\n <li>Sherer & Associates, LLC</li>\r\n <li>1201 Main Street Suite,1980 Columbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" style=\"width: 100%;\" title=\"Dan-stairs-Closeup-300-pixel\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" data-id=\"423\" /></span>\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-autosave-v1','','','2018-08-28 18:32:06','2018-08-29 01:32:06','',14,'http://shererarch.com//14-autosave-v1/',0,'revision','',0),(554,166,'2018-08-28 09:56:23','2018-08-28 16:56:23','<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Sherer & Associates, LLC</li>\r\n <li>1201 Main Street Suite 1980,\r\nColumbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%\"><img class=\"tve_image wp-image-423\" style=\"width: 100%\" title=\"Dan-stairs-Closeup-300-pixel\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></span>\r\n<p style=\"font-family: \'Oswald\', sans-serif !important;font-weight: 400;text-align: center;font-size: 16px;color: #333;letter-spacing: 2px;margin-bottom: 0px\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important;text-align: center;font-size: 11px;color: #333;margin-top: 0px\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-28 09:56:23','2018-08-28 16:56:23','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(555,166,'2018-08-28 10:02:48','2018-08-28 17:02:48','<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul>\r\n <li>Sherer & Associates, LLC</li>\r\n <li>1201 Main Street Suite 1980,\r\nColumbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%\"><img class=\"tve_image wp-image-423\" style=\"width: 1127px\" title=\"Dan-stairs-Closeup-300-pixel\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"1127\" /></span>\r\n<p style=\"font-family: \'Oswald\', sans-serif !important;font-weight: 400;text-align: center;font-size: 16px;color: #333;letter-spacing: 2px;margin-bottom: 0px\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important;text-align: center;font-size: 11px;color: #333;margin-top: 0px\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-28 10:02:48','2018-08-28 17:02:48','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(567,166,'2018-08-28 17:54:20','2018-08-29 00:54:20','<h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-28 17:54:20','2018-08-29 00:54:20','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(568,166,'2018-08-28 17:56:00','2018-08-29 00:56:00','<h3>If you’re looking for an architect to help with your project…</h3>\r\nResponding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.\r\n\r\n[contact-form-7 id=\"6\" title=\"Contact form 1\"]\r\n\r\n[heading h=\"h3\"]Contact Info[/heading]\r\n\r\n[list type=\"plus\"]\r\n<ul class=\"\">\r\n <li>Sherer & Associates, LLC</li>\r\n <li>1201 Main Street Suite,1980 Columbia, SC 29201</li>\r\n <li>Tel: 803-748-1345</li>\r\n <li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li>\r\n</ul>\r\n[/list]\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" style=\"width: 100%;\" title=\"Dan-stairs-Closeup-300-pixel\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" data-id=\"423\" /></span>\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-28 17:56:00','2018-08-29 00:56:00','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(569,166,'2018-09-29 09:31:35','2018-09-29 16:31:35','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-autosave-v1','','','2018-09-29 09:31:35','2018-09-29 16:31:35','',8,'http://shererarch.com//8-autosave-v1/',0,'revision','',0),(570,166,'2018-08-28 18:09:00','2018-08-29 01:09:00','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]About Us[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n \r\n\r\n \r\n\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-08-28 18:09:00','2018-08-29 01:09:00','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(571,166,'2018-08-28 18:11:39','2018-08-29 01:11:39','<h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-28 18:11:39','2018-08-29 01:11:39','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(572,166,'2018-09-25 09:32:17','2018-09-25 16:32:17','[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]\r\n[spacer height=\"30\" /]\r\n\r\n[display-posts id=\"755,756\"]\r\n\r\nThe consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!\r\n\r\nMost firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.\r\n\r\n<strong>Taking short cuts only causes time and cost over runs, later. </strong>\r\n\r\nThe <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.\r\n\r\n<strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.\r\n\r\n<iframe class=\"wistia_embed\" src=\"//fast.wistia.net/embed/iframe/qlip0hrq4x?videoFoam=true\" name=\"wistia_embed\" width=\"620\" height=\"348\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>\r\n\r\n[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]\r\n\r\n<script src=\"//fast.wistia.net/assets/external/iframe-api-v1.js\"></script>','First Steps','','inherit','closed','closed','','201-autosave-v1','','','2018-09-25 09:32:17','2018-09-25 16:32:17','',201,'http://shererarch.com//201-autosave-v1/',0,'revision','',0),(573,166,'2018-08-28 18:14:03','2018-08-29 01:14:03','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]How to Hire A Contractor[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[spacer height=\"60\" /]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','How to Hire A Contractor','','inherit','closed','closed','','210-autosave-v1','','','2018-08-28 18:14:03','2018-08-29 01:14:03','',210,'http://shererarch.com//210-autosave-v1/',0,'revision','',0),(574,166,'2018-08-28 18:14:17','2018-08-29 01:14:17','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]How to Hire A Contractor[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','How to Hire A Contractor','','inherit','closed','closed','','210-revision-v1','','','2018-08-28 18:14:17','2018-08-29 01:14:17','',210,'http://shererarch.com//210-revision-v1/',0,'revision','',0),(575,166,'2018-08-28 18:15:30','2018-08-29 01:15:30','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]','How to Hire an Architect','','inherit','closed','closed','','279-autosave-v1','','','2018-08-28 18:15:30','2018-08-29 01:15:30','',279,'http://shererarch.com//279-autosave-v1/',0,'revision','',0),(576,166,'2018-08-28 18:15:41','2018-08-29 01:15:41','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]','How to Hire an Architect','','inherit','closed','closed','','279-revision-v1','','','2018-08-28 18:15:41','2018-08-29 01:15:41','',279,'http://shererarch.com//279-revision-v1/',0,'revision','',0),(577,166,'2018-08-28 18:16:09','2018-08-29 01:16:09','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]How to Prepare for Your Design Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','How to Prepare for Your Design Project','','inherit','closed','closed','','213-autosave-v1','','','2018-08-28 18:16:09','2018-08-29 01:16:09','',213,'http://shererarch.com//213-autosave-v1/',0,'revision','',0),(578,166,'2018-08-28 18:16:20','2018-08-29 01:16:20','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]How to Prepare for Your Design Project[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','How to Prepare for Your Design Project','','inherit','closed','closed','','213-revision-v1','','','2018-08-28 18:16:20','2018-08-29 01:16:20','',213,'http://shererarch.com//213-revision-v1/',0,'revision','',0),(579,166,'2018-08-28 18:17:31','2018-08-29 01:17:31','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Make an Appointment[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[app_services]</td>\r\n<td>[app_service_providers]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_monthly_schedule]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_pagination month=\"1\"]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_confirmation]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Make an Appointment','','inherit','closed','closed','','242-autosave-v1','','','2018-08-28 18:17:31','2018-08-29 01:17:31','',242,'http://shererarch.com//242-autosave-v1/',0,'revision','',0),(580,166,'2018-08-28 18:17:12','2018-08-29 01:17:12','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Make an Appointment[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[app_services]</td>\r\n<td>[app_service_providers]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_monthly_schedule]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_pagination month=\"1\"]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">[app_confirmation]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Make an Appointment','','inherit','closed','closed','','242-revision-v1','','','2018-08-28 18:17:12','2018-08-29 01:17:12','',242,'http://shererarch.com//242-revision-v1/',0,'revision','',0),(582,166,'2018-08-28 18:18:02','2018-08-29 01:18:02','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]News and Articles[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[latest_posts number=\"3\" /]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-08-28 18:18:02','2018-08-29 01:18:02','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(584,166,'2018-08-28 18:19:03','2018-08-29 01:19:03','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Portfolio[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\nWe are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.\r\n\r\n[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-08-28 18:19:03','2018-08-29 01:19:03','',10,'http://shererarch.com//10-revision-v1/',0,'revision','',0),(585,166,'2018-08-28 18:19:25','2018-08-29 01:19:25','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Commercial[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\nWhile the majority of our work is residential, we do undertake various types of commercial work for private clients who appreciate the stylish design and attention to detail which characterize AMG architecture. Over the years we have worked on university campuses, medical centers, and large office towers.\r\n\r\n[portfolio number=\"3\" column=\"2\" filter=\"false\" animation=\"right\" categories=\"4\" /]','Commercial','','inherit','closed','closed','','128-revision-v1','','','2018-08-28 18:19:25','2018-08-29 01:19:25','',128,'http://shererarch.com//128-revision-v1/',0,'revision','',0),(586,166,'2018-08-28 18:19:41','2018-08-29 01:19:41','[spacer height=\"30\" /]\n\n[center_heading h=\"h2\"]Resedential[/center_heading]\n\n[column size=\"2/3\" last=\"false\"]\n\nOver the years, we’ve designed and built many contemporary new houses, remodels and extensions. While every project responds differently to the individual site and client’s aspirations, all our designs are inspired by our passion for creating modern, elegant, energy-efficient architecture for easy 21st century living.\n\nWhen economic times are tough and house prices are high, many homeowners choose to improve, extend and/or alter their existing home, rather than move. Equally, house purchasers may find and want to buy a house in a great location then remodel it to suit their specific needs.\n\nEither way, although single or multi-story house extensions and the alterations they involve typically mean quite a lot of upheaval, well-designed or properly managed, they can be the most cost-effective way to get the home you want. Involving an architect will give you the best chance of getting a house that suits your current and future needs.\n\n[portfolio number=\"-1\" column=\"2\" filter=\"false\" animation=\"right\" categories=\"3\" open=\"lightbox\" /]','Residential','','inherit','closed','closed','','111-autosave-v1','','','2018-08-28 18:19:41','2018-08-29 01:19:41','',111,'http://shererarch.com//111-autosave-v1/',0,'revision','',0),(587,166,'2018-08-28 18:19:43','2018-08-29 01:19:43','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Residential[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\nOver the years, we’ve designed and built many contemporary new houses, remodels and extensions. While every project responds differently to the individual site and client’s aspirations, all our designs are inspired by our passion for creating modern, elegant, energy-efficient architecture for easy 21st century living.\r\n\r\nWhen economic times are tough and house prices are high, many homeowners choose to improve, extend and/or alter their existing home, rather than move. Equally, house purchasers may find and want to buy a house in a great location then remodel it to suit their specific needs.\r\n\r\nEither way, although single or multi-story house extensions and the alterations they involve typically mean quite a lot of upheaval, well-designed or properly managed, they can be the most cost-effective way to get the home you want. Involving an architect will give you the best chance of getting a house that suits your current and future needs.\r\n\r\n[portfolio number=\"-1\" column=\"2\" filter=\"false\" animation=\"right\" categories=\"3\" open=\"lightbox\" /]','Residential','','inherit','closed','closed','','111-revision-v1','','','2018-08-28 18:19:43','2018-08-29 01:19:43','',111,'http://shererarch.com//111-revision-v1/',0,'revision','',0),(588,166,'2018-08-28 18:22:35','2018-08-29 01:22:35','[spacer height=\"30\" /]\n\n[center_heading h=\"h2\" subtitle=\"Here you will find links to useful guides and other information\"]Resources[/center_heading]\n\n[column size=\"2/3\" last=\"false\"]\n<p style=\"text-align: center;\">Welcome to our resources page. Check below for links to informative free guides and other resources. We appreciate your feedback.</p>\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"false\"]</p>\n<p style=\"text-align: left;\">[imagebox name=\"How to Hire An Architect\" image=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" hover=\"Free Download\"] CONTENT HERE [/imagebox]</p>\n<p style=\"text-align: left;\">[/column]</p>\n[column size=\"1/3\" last=\"false\"] [imagebox name=\"How to Prepare for Your Design Project\" image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/designproject_guide.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span>how-to-prepare-for-your-design-project\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]\n\n[column size=\"1/3\" last=\"true\"] [imagebox name=\"10 Advantages of Design Build\" image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/designbuild_guide1.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span>the-10-advantages-of-design-build\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]\n\n[column size=\"1/3\" last=\"false\"] [imagebox name=\"How to Hire A Contractor\" image=\"http://shererandssociates.archwebsite.com/wp-content/uploads/sites/371/2014/09/contractor_guide1.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span><span id=\"editable-post-name\" style=\"color: #666666;\" title=\"Temporary permalink. Click to edit this part.\">how-to-hire-a-contractor</span><span style=\"color: #666666;\">/</span>\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]','Resources','','inherit','closed','closed','','214-autosave-v1','','','2018-08-28 18:22:35','2018-08-29 01:22:35','',214,'http://shererarch.com//214-autosave-v1/',0,'revision','',0),(589,166,'2018-08-28 18:24:32','2018-08-29 01:24:32','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Social[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"true\" background_image=\"http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46797537_original.jpg\" container=\"true\" parallax=\"true\" overlay=\"40\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">STAY CONNECTED</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"40\" /]\r\n\r\n[twinesocial app=\"BusinessofArch\" cols=\"363\" scroll=\"yes\" nav=\"1\"]\r\n\r\n ','Social','','inherit','closed','closed','','142-autosave-v1','','','2018-08-28 18:24:32','2018-08-29 01:24:32','',142,'http://shererarch.com//142-autosave-v1/',0,'revision','',0),(591,166,'2018-08-28 18:29:08','2018-08-29 01:29:08','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]The 10 Advantages of Design Build[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','The 10 Advantages of Design Build','','inherit','closed','closed','','212-autosave-v1','','','2018-08-28 18:29:08','2018-08-29 01:29:08','',212,'http://shererarch.com//212-autosave-v1/',0,'revision','',0),(592,166,'2018-08-28 18:23:24','2018-08-29 01:23:24','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Here you will find links to useful guides and other information\"]Resources[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<p style=\"text-align: center;\">Welcome to our resources page. Check below for links to informative free guides and other resources. We appreciate your feedback.</p>\r\n<p style=\"text-align: left;\">[column size=\"1/3\" last=\"false\"]</p>\r\n<p style=\"text-align: left;\">[imagebox name=\"How to Hire An Architect\" image=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" link=\"http://shererandssociates.archwebsite.com/how-to-hire-an-architect/\" hover=\"Free Download\"] CONTENT HERE [/imagebox]</p>\r\n<p style=\"text-align: left;\">[/column]</p>\r\n[column size=\"1/3\" last=\"false\"] [imagebox name=\"How to Prepare for Your Design Project\" image=\"http://shererarch.com/wp-content/uploads/sites/371/2014/09/designproject_guide.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span>how-to-prepare-for-your-design-project\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]\r\n\r\n[column size=\"1/3\" last=\"true\"] [imagebox name=\"10 Advantages of Design Build\" image=\"http://shererarch.com/wp-content/uploads/sites/371/2014/09/designbuild_guide1.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span>the-10-advantages-of-design-build\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]\r\n\r\n[column size=\"1/3\" last=\"false\"] [imagebox name=\"How to Hire A Contractor\" image=\"http://shererarch.com/wp-content/uploads/sites/371/2014/09/contractor_guide1.png\" link=\"<span style=\"color: #666666;\">http://shererandssociates.archwebsite.com/</span><span id=\"editable-post-name\" style=\"color: #666666;\" title=\"Temporary permalink. Click to edit this part.\">how-to-hire-a-contractor</span><span style=\"color: #666666;\">/</span>\" hover=\"Free Download\"] CONTENT HERE [/imagebox] [/column]','Resources','','inherit','closed','closed','','214-revision-v1','','','2018-08-28 18:23:24','2018-08-29 01:23:24','',214,'http://shererarch.com//214-revision-v1/',0,'revision','',0),(593,166,'2018-08-28 18:24:18','2018-08-29 01:24:18','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Social[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"true\" background_image=\"http://amgtemplate.wpengine.com/wp-content/uploads/sites/371/2014/07/AMG_stock_46797537_original.jpg\" container=\"true\" parallax=\"true\" overlay=\"40\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">STAY CONNECTED</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"40\" /]\r\n\r\n[twinesocial app=\"BusinessofArch\" cols=\"363\" scroll=\"yes\" nav=\"1\"]\r\n\r\n ','Social','','inherit','closed','closed','','142-revision-v1','','','2018-08-28 18:24:18','2018-08-29 01:24:18','',142,'http://shererarch.com//142-revision-v1/',0,'revision','',0),(594,166,'2018-08-28 18:25:04','2018-08-29 01:25:04','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Success[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]The report you requested is on its way. Please check your email inbox for the link to your free download.[/center_heading]\r\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>','Success!','','inherit','closed','closed','','202-revision-v1','','','2018-08-28 18:25:04','2018-08-29 01:25:04','',202,'http://shererarch.com//202-revision-v1/',0,'revision','',0),(595,166,'2018-08-28 18:25:51','2018-08-29 01:25:51','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]The 10 Advantages of Design Build[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[callout title=\"AMG Architects\" link=\"http://landingpage.archwebsite.com/contact-us/\" color=\"primary\" icon=\"forward\" link_text=\"Contact Us\" align=\"center\"]\r\n\r\nAMG Architects turns your ideas and aspirations into imaginative, workable solutions – and it’s what we love to do.\r\n\r\nWhen you contact us, we will run through a “needs analysis” with you on the phone to establish the approximate size of the project to make sure we can help you.\r\n\r\nTo explore whether we might be right for each other, click the contact button below form below to tell us a little about yourself and your project.\r\n\r\n[/callout]\r\n[spacer height=\"100\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"How To Hire An Architect\"]Download Your Free Guide[/center_heading]\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\n\r\n<strong>8 Tips to Finding the Perfect Architect for Your Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The best ways to look for an architect</li>\r\n <li>How to figure out fees</li>\r\n <li>What questions to ask an architect</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n<p class=\"ConsumerGuide-Content\">We prepared this guide after seeing so many people struggle with understanding the design and construction process. This process can seem like a complex and frightening roadblock for those who haven’t been through it before. The most important step is choosing an architect.</p>\r\n<p class=\"ConsumerGuide-Content\">Nothing is more exciting than creating a new project for your business or personal life, and nothing will affect the success of your project more than the right architect. The architect determines the design and function of a space or building as well as the emotional toll and financial costs involved in its construction.</p>\r\n<p class=\"ConsumerGuide-Content\"><em>You may be wondering: how do I find the right architect?</em></p>\r\n<p class=\"ConsumerGuide-Content\">Finding your perfect match in an architect is not impossible and we\'ll show you eight points to guide you along the way. Use these points to help analyze the personality, design strategy and communication skills of your candidates.</p>\r\n<p class=\"ConsumerGuide-Content\">In this guide, you will discover how to find the right architect for your design, for your budget.</p>\r\n<p class=\"ConsumerGuide-Content\">We hope you enjoy this guide and look forward to your feedback on the contents.</p>\r\n[/column]\r\n<p style=\"text-align: left;\">[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://landingpage.archwebsite.com/wp-content/uploads/sites/6/2014/08/how-to-hire-an-architect2.png\" alt=\"How to Hire An Architect\" width=\"229\" height=\"376\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]</p>\r\n\r\n<form id=\"_form_1025\" accept-charset=\"utf-8\" action=\"//amgtemplate3.activehosted.com/proc.php\" enctype=\"multipart/form-data\" method=\"post\">\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"fullname\" type=\"text\" placeholder=\"First and Last Name\" /></p>\r\n<p style=\"text-align: center;\"><input style=\"border: 1px solid #444; padding: 8px; color: #888; width: 300px;\" name=\"email\" type=\"email\" placeholder=\"Best Email Address\" /></p>\r\n<p style=\"text-align: center;\"><button style=\"font-family: arial; padding: 14px; margin: 0; border: 1pt solid #30b030; font-size: 1.8em; background-color: #35b335; color: #fff; text-shadow: rgba(0,0,0,0.298039) 0px 0.1em 0.3em; border-radius: 3pt;\" type=\"submit\" value=\"Send Me The Guide\">Send Me The Guide</button>\r\n<input name=\"f\" type=\"hidden\" value=\"1025\" />\r\n<input name=\"s\" type=\"hidden\" value=\"\" />\r\n<input name=\"c\" type=\"hidden\" value=\"0\" />\r\n<input name=\"m\" type=\"hidden\" value=\"0\" />\r\n<input name=\"act\" type=\"hidden\" value=\"sub\" />\r\n<input name=\"nlbox[]\" type=\"hidden\" value=\"1\" /></p>\r\n\r\n</form>[/column]\r\n\r\n[hr style=\"1\" /]','The 10 Advantages of Design Build','','inherit','closed','closed','','212-revision-v1','','','2018-08-28 18:25:51','2018-08-29 01:25:51','',212,'http://shererarch.com//212-revision-v1/',0,'revision','',0),(596,166,'2018-09-28 14:09:54','2018-09-28 21:09:54','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"http://shererarch.com//wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-autosave-v1','','','2018-09-28 14:09:54','2018-09-28 21:09:54','',198,'http://shererarch.com//198-autosave-v1/',0,'revision','',0),(597,166,'2018-08-28 18:32:01','2018-08-29 01:32:01','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><p>[list type=\"plus\"]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite,1980 Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-08-28 18:32:01','2018-08-29 01:32:01','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(598,166,'2018-08-28 18:32:36','2018-08-29 01:32:36','<h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2>\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" style=\"width: 100%;\" title=\"cracked-foundation\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" data-id=\"484\" /></span>\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.\r\n\r\nThe consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" style=\"width: 100%;\" title=\"top-of-rock\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" data-id=\"482\" /></span>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\" rel=\"noopener\">Base Camp Feasibility Analysis™.</a>\r\n\r\nAs a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" style=\"width: 100%;\" title=\"ROCK-CLIMB-hiking-boots\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" data-id=\"483\" /></span>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.\r\n\r\nWatch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle][toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle][toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle][toggle name=\"Interior Design Services\"]\r\n\r\nWe team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n<ul class=\"\">\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\r\n<ul class=\"\">\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n</ul>\r\n</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/toggle]','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-28 18:32:36','2018-08-29 01:32:36','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(599,166,'2018-08-28 18:33:18','2018-08-29 01:33:18','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\">Base Camp Feasibility Analysis™.</a></p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order review</li><li>Monthly Pay Application review</li><li>Project close out, Warranty review and coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-28 18:33:18','2018-08-29 01:33:18','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(600,166,'2018-09-25 11:59:37','2018-09-25 18:59:37','<h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p><h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer & Associates, LLC</h1><p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p><p style=\"text-align: center;\">Welcome.</p><p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p><p> </p>[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p>[/column][spacer height=\"80\" /][fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p>Enter your text here...</p>','Home','','inherit','closed','closed','','22-autosave-v1','','','2018-09-25 11:59:37','2018-09-25 18:59:37','',22,'http://shererarch.com//22-autosave-v1/',0,'revision','',0),(602,166,'2018-08-28 19:04:07','2018-08-29 02:04:07','','sonata_child_theme','','publish','closed','closed','','sonata_child_theme','','','2018-08-28 19:13:25','2018-08-29 02:13:25','',0,'http://shererarch.com//sonata_child_theme/',0,'custom_css','',0),(603,166,'2018-08-28 19:04:07','2018-08-29 02:04:07','.home_title{\n font-family: Playfair; text-align: center; margin-top: 30px;\n}','sonata_child_theme','','inherit','closed','closed','','602-revision-v1','','','2018-08-28 19:04:07','2018-08-29 02:04:07','',602,'http://shererarch.com//602-revision-v1/',0,'revision','',0),(605,166,'2018-08-28 19:04:48','2018-08-29 02:04:48','#home_title{\n font-family: Playfair; text-align: center; margin-top: 30px;\n}','sonata_child_theme','','inherit','closed','closed','','602-revision-v1','','','2018-08-28 19:04:48','2018-08-29 02:04:48','',602,'http://shererarch.com//602-revision-v1/',0,'revision','',0),(607,166,'2018-08-28 19:06:26','2018-08-29 02:06:26','#home_title{\n font-family: Playfair !important; text-align: center; margin-top: 30px;\n}','sonata_child_theme','','inherit','closed','closed','','602-revision-v1','','','2018-08-28 19:06:26','2018-08-29 02:06:26','',602,'http://shererarch.com//602-revision-v1/',0,'revision','',0),(609,166,'2018-08-28 19:13:25','2018-08-29 02:13:25','','sonata_child_theme','','inherit','closed','closed','','602-revision-v1','','','2018-08-28 19:13:25','2018-08-29 02:13:25','',602,'http://shererarch.com//602-revision-v1/',0,'revision','',0),(610,166,'2018-08-28 19:24:11','2018-08-29 02:24:11','<h1 style=\"font-family: Playfair !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/508-Rhett-St-Rendering-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes our clients’ profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-28 19:24:11','2018-08-29 02:24:11','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(611,166,'2018-08-29 12:41:54','2018-08-29 19:41:54','','Altman-Building','','inherit','open','closed','','altman-building','','','2018-08-29 12:41:54','2018-08-29 19:41:54','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building.jpg',0,'attachment','image/jpeg',0),(612,166,'2018-08-29 12:41:57','2018-08-29 19:41:57','','IMG00396-20111018-1233','','inherit','open','closed','','img00396-20111018-1233','','','2018-08-29 12:41:57','2018-08-29 19:41:57','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/IMG00396-20111018-1233.jpg',0,'attachment','image/jpeg',0),(613,166,'2018-08-29 12:42:02','2018-08-29 19:42:02','','lights-capgemini-','','inherit','open','closed','','lights-capgemini','','','2018-08-29 12:42:02','2018-08-29 19:42:02','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini-.jpg',0,'attachment','image/jpeg',0),(614,166,'2018-08-29 12:42:06','2018-08-29 19:42:06','','WEB-Carolina-ParksideCenter3','','inherit','open','closed','','web-carolina-parksidecenter3','','','2018-08-29 12:42:06','2018-08-29 19:42:06','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3.jpg',0,'attachment','image/jpeg',0),(617,166,'2018-08-29 12:59:27','2018-08-29 19:59:27','','508-Rhett-St-Rendering-1-2','','inherit','open','closed','','508-rhett-st-rendering-1-2','','','2018-08-29 12:59:27','2018-08-29 19:59:27','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-2.jpg',0,'attachment','image/jpeg',0),(618,166,'2018-08-29 13:01:19','2018-08-29 20:01:19','<h1 style=\"font-family: Playfair !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-2.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes our clients’ profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-29 13:01:19','2018-08-29 20:01:19','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(619,166,'2018-08-29 13:33:14','2018-08-29 20:33:14','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-29 13:33:14','2018-08-29 20:33:14','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(620,166,'2018-08-29 13:40:29','2018-08-29 20:40:29','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-29 13:40:29','2018-08-29 20:40:29','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(621,166,'2018-08-29 13:42:29','2018-08-29 20:42:29','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Services[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE -- IT’S WHAT WE DO.</h2>\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" style=\"width: 100%;\" title=\"cracked-foundation\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" alt=\"\" width=\"800\" height=\"600\" data-id=\"484\" /></span>\r\n\r\nWhat makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.\r\n\r\nThe consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" style=\"width: 100%;\" title=\"top-of-rock\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" alt=\"\" width=\"940\" height=\"788\" data-id=\"482\" /></span>\r\n\r\nWe understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\" rel=\"noopener\">Base Camp Feasibility Analysis™.</a>\r\n\r\nAs a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" style=\"width: 100%;\" title=\"ROCK-CLIMB-hiking-boots\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" alt=\"\" width=\"550\" height=\"366\" data-id=\"483\" /></span>\r\n\r\nResearch, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.\r\n\r\nWatch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.\r\n\r\nService Phases:\r\n\r\n[toggle name=\"Base Camp Feasibility Analysis™\"]\r\n\r\nWe developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.\r\n\r\n[/toggle][toggle name=\"The Challenge™\"]\r\n\r\nThis is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!\r\n\r\n[/toggle][toggle name=\"Construction Documents\"]\r\n\r\nThe work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Landscape Design\"]\r\n\r\nThis is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.\r\n\r\n[/toggle][toggle name=\"Interior Design Services\"]\r\n\r\nWe team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.\r\n\r\n[/toggle]\r\n\r\n[toggle name=\"Construction Management Services\"]\r\n\r\nWe offer services including:\r\n<ul class=\"\">\r\n <li>Weekly Site Inspections & Progress Reports with Photo Documentation</li>\r\n <li>Project Construction Weekly Meetings</li>\r\n <li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:\r\n<ul class=\"\">\r\n <li>Furniture</li>\r\n <li>IT</li>\r\n <li>Signage</li>\r\n <li>Security</li>\r\n</ul>\r\n</li>\r\n <li>Change Order review</li>\r\n <li>Monthly Pay Application review</li>\r\n <li>Project close out, Warranty review and coordination</li>\r\n</ul>\r\n[/toggle]','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-29 13:42:29','2018-08-29 20:42:29','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(622,166,'2018-08-29 13:44:39','2018-08-29 20:44:39','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-29 13:44:39','2018-08-29 20:44:39','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(625,166,'2018-10-31 09:56:36','2018-10-31 16:56:36','<h2 style=\"text-align: center;\">On the boards</h2>\r\n[latest_posts date=\"true\" tag=\"on-the-boards\" comments=\"false\" /]\r\n\r\n[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]\r\n\r\n[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]\r\n<h4 style=\"text-align: center;\">Newsletter</h4>\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" style=\"width: 100%;\" title=\"Sherer-Square\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" alt=\"\" width=\"500\" height=\"500\" data-id=\"661\" /></span>\r\n<h4 style=\"text-align: center;\">Sign Me Up!</h4>\r\n<p data-css=\"tve-u-16617e69dc4\">SIGN-UP TO GET NEWSLETTERS AND PERIODIC UPDATES FROM US. YOUR INFORMATION WILL NEVER BE SOLD OR DISTRIBUTED TO ANY OTHER PARTIES OR COMPANIES</p>\r\n[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-autosave-v1','','','2018-10-31 09:56:36','2018-10-31 16:56:36','',12,'http://shererarch.com//12-autosave-v1/',0,'revision','',0),(626,166,'2018-08-29 14:27:25','2018-08-29 21:27:25','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]News and Articles[/center_heading]\r\n\r\n[latest_posts number=\"3\" /]\r\n\r\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\r\n\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"200\" height=\"267\" />\r\n<div class=\"wi-center-heading has_boder\" style=\"margin-bottom: -30px;\">\r\n<h4 class=\"h\">Download Here</h4>\r\n<div class=\"subtitle\" style=\"margin-bottom: 0; margin: auto;\">Enter Your Name And Best Email</div>\r\n</div>\r\n\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\r\n<div class=\"_form_3\" style=\"margin: auto;\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-08-29 14:27:25','2018-08-29 21:27:25','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(627,166,'2018-08-29 14:36:51','2018-08-29 21:36:51','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]News and Articles[/center_heading]\r\n\r\n[latest_posts number=\"3\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3>\r\n<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"200\" height=\"267\" />\r\n<div class=\"wi-center-heading has_boder\" style=\"margin-bottom: -30px;\">\r\n<h4 class=\"h\">Download Here</h4>\r\n<div class=\"subtitle\" style=\"margin-bottom: 0; margin: auto;\">Enter Your Name And Best Email</div>\r\n</div>\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n<h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3>\r\n<div class=\"_form_3\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=3\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-08-29 14:36:51','2018-08-29 21:36:51','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(628,166,'2018-08-29 14:39:11','2018-08-29 21:39:11','<h1 style=\"font-family: Playfair !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-2.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-29 14:39:11','2018-08-29 21:39:11','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(629,166,'2018-08-29 14:42:50','2018-08-29 21:42:50','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-08-29 14:42:50','2018-08-29 21:42:50','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(630,166,'2018-08-29 14:46:22','2018-08-29 21:46:22','<h1 style=\"font-family: Playfair !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-2.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-08-29 14:46:22','2018-08-29 21:46:22','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(631,166,'2018-08-29 14:59:10','2018-08-29 21:59:10','Hello! Here\'s the link to your Free Guide: <a href=\"http://shererarch.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-When-Developing-a-Commercial-Project-2018.pdf\"> 10 Things To Consider When Developing a Commercial Project pdf</a>\r\n\r\n[column size=\"1/2\" last=\"false\"]\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nThank you for downloading this guide. I\'d love to hear your feedback!\r\n[/column]\r\n\r\n[column size=\"1/2\" last=\"true\"]\r\n<img class=\"aligncenter\" src=\"http://shererarch.com/wp-content/uploads/sites/371/2018/06/10-Things-to-Consider-cover.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"229\" height=\"376\" />\r\n[/column]','Download 10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','199-autosave-v1','','','2018-08-29 14:59:10','2018-08-29 21:59:10','',199,'http://shererarch.com//199-autosave-v1/',0,'revision','',0),(632,166,'2018-08-29 15:01:33','2018-08-29 22:01:33','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]\r\n\r\n<strong>10 Things To Consider When Developing a Commercial Project</strong>\r\n\r\nIn this informative downloadable PDF guide, you\'ll discover:\r\n[iconlist icon=\"checkmark\" color=\"green\"]\r\n<ul>\r\n <li>The value of experience in developing commercial projects</li>\r\n <li>Considering all potential development possibilties for your project</li>\r\n <li>The importance of have a realistic budget</li>\r\n <li>and much more!</li>\r\n</ul>\r\n[/iconlist]\r\n\r\nBefore embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.\r\n\r\n[center_heading h=\"h4\"]Free Guide[/center_heading]\r\n<img class=\"aligncenter size-full wp-image-501\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\" />\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-08-29 15:01:33','2018-08-29 22:01:33','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(634,166,'2018-09-13 09:54:16','2018-09-13 16:54:16','','Sherer-Logo-400-pixel-e1529079483529_75','','inherit','open','closed','','sherer-logo-400-pixel-e1529079483529_75','','','2018-09-13 09:54:16','2018-09-13 16:54:16','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Sherer-Logo-400-pixel-e1529079483529_75.jpg',0,'attachment','image/jpeg',0),(636,166,'2018-09-13 10:03:24','2018-09-13 17:03:24','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/508-Rhett-St-Rendering-1-2.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 10:03:24','2018-09-13 17:03:24','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(637,166,'2018-09-13 10:05:32','2018-09-13 17:05:32','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]About Us[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff; font-family: Architects Daughter;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n \r\n\r\n \r\n\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-13 10:05:32','2018-09-13 17:05:32','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(638,166,'2018-09-13 10:06:04','2018-09-13 17:06:04','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]About Us[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: futura-pt; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff; font-family: Architects Daughter !Important;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n \r\n\r\n \r\n\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-13 10:06:04','2018-09-13 17:06:04','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (639,166,'2018-09-13 10:18:59','2018-09-13 17:18:59','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]About Us[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n<h3>Our Core Value: Integrity Above All Else!</h3>\r\n[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.\r\n\r\nRock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!\r\n\r\nHistoric preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.\r\n\r\nOur clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.\r\n\r\nResponding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!\r\n\r\nAt Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!\r\n\r\n<img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" />\r\n\r\n[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]\r\n\r\n[/column]\r\n<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"]\r\n[center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>\r\n[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]\r\n<div class=\"_form_1\"></div>\r\n<script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"></script>\r\n\r\n[/column]\r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\r\n[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n \r\n\r\n \r\n\r\n[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]\r\n\r\n[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-13 10:18:59','2018-09-13 17:18:59','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(640,166,'2018-09-13 10:25:33','2018-09-13 17:25:33','','115-Elizabeth-cropped-google-pic','','inherit','open','closed','','115-elizabeth-cropped-google-pic','','','2018-09-13 10:25:33','2018-09-13 17:25:33','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg',0,'attachment','image/jpeg',0),(641,166,'2018-09-13 10:25:36','2018-09-13 17:25:36','','115-Elizabeth-Rendering-cropped','','inherit','open','closed','','115-elizabeth-rendering-cropped','','','2018-09-13 10:25:36','2018-09-13 17:25:36','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg',0,'attachment','image/jpeg',0),(642,166,'2018-09-13 10:25:38','2018-09-13 17:25:38','','115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground','','inherit','open','closed','','115-elizabeth-st-mount-pleasant-dan-breaking-ground','','','2018-09-13 10:25:38','2018-09-13 17:25:38','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg',0,'attachment','image/jpeg',0),(643,166,'2018-09-13 10:25:43','2018-09-13 17:25:43','','508-Rhett-St-Rendering-1-Copy','','inherit','open','closed','','508-rhett-st-rendering-1-copy','','','2018-09-13 17:20:38','2018-09-14 00:20:38','',22,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg',0,'attachment','image/jpeg',0),(644,166,'2018-09-13 10:25:47','2018-09-13 17:25:47','','1321-Lady-Before-2','','inherit','open','closed','','1321-lady-before-2','','','2018-09-13 10:25:47','2018-09-13 17:25:47','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg',0,'attachment','image/jpeg',0),(646,166,'2018-09-13 10:25:58','2018-09-13 17:25:58','','1321-Lady-Before-5-Roof','','inherit','open','closed','','1321-lady-before-5-roof','','','2018-09-13 10:25:58','2018-09-13 17:25:58','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg',0,'attachment','image/jpeg',0),(648,166,'2018-09-13 10:26:07','2018-09-13 17:26:07','','1321-Lady-Before-6-Pipes','','inherit','open','closed','','1321-lady-before-6-pipes','','','2018-09-13 10:26:07','2018-09-13 17:26:07','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg',0,'attachment','image/jpeg',0),(649,166,'2018-09-13 10:26:12','2018-09-13 17:26:12','','Before-Pulaski-Photo-Feb-22-MJ','','inherit','open','closed','','before-pulaski-photo-feb-22-mj','','','2018-09-13 10:26:12','2018-09-13 17:26:12','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Before-Pulaski-Photo-Feb-22-MJ.jpeg',0,'attachment','image/jpeg',0),(650,166,'2018-09-13 10:26:15','2018-09-13 17:26:15','','Brewery-After-Pulaski-Photo-Oct-30-2017','','inherit','open','closed','','brewery-after-pulaski-photo-oct-30-2017','','','2018-09-13 10:26:15','2018-09-13 17:26:15','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-After-Pulaski-Photo-Oct-30-2017.jpeg',0,'attachment','image/jpeg',0),(651,166,'2018-09-13 10:26:19','2018-09-13 17:26:19','','Brewery-brews-on-tap-','','inherit','open','closed','','brewery-brews-on-tap','','','2018-09-13 17:21:04','2018-09-14 00:21:04','',22,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg',0,'attachment','image/jpeg',0),(652,166,'2018-09-13 10:26:25','2018-09-13 17:26:25','','Brewery-Rendering','','inherit','open','closed','','brewery-rendering','','','2018-09-13 10:26:25','2018-09-13 17:26:25','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering.jpg',0,'attachment','image/jpeg',0),(653,166,'2018-09-13 10:26:30','2018-09-13 17:26:30','','Brewery-taps-and-flavors','','inherit','open','closed','','brewery-taps-and-flavors','','','2018-09-13 10:26:30','2018-09-13 17:26:30','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-taps-and-flavors.jpg',0,'attachment','image/jpeg',0),(654,166,'2018-09-13 10:26:40','2018-09-13 17:26:40','','Brewery-wall-construction-Photo-Apr-25-MJ','','inherit','open','closed','','brewery-wall-construction-photo-apr-25-mj','','','2018-09-13 10:26:40','2018-09-13 17:26:40','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-wall-construction-Photo-Apr-25-MJ.jpeg',0,'attachment','image/jpeg',0),(655,166,'2018-09-13 10:26:44','2018-09-13 17:26:44','','Columbia-Craft-Brewery-Equipment','','inherit','open','closed','','columbia-craft-brewery-equipment','','','2018-09-13 10:26:44','2018-09-13 17:26:44','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Columbia-Craft-Brewery-Equipment.jpeg',0,'attachment','image/jpeg',0),(656,166,'2018-09-13 10:26:50','2018-09-13 17:26:50','','Columbia-Craft-Garden-and-Gun-','','inherit','open','closed','','columbia-craft-garden-and-gun','','','2018-09-13 10:26:50','2018-09-13 17:26:50','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Columbia-Craft-Garden-and-Gun-.jpg',0,'attachment','image/jpeg',0),(657,166,'2018-09-13 10:26:55','2018-09-13 17:26:55','','Columbia-Craft-Grain-Silo','','inherit','open','closed','','columbia-craft-grain-silo','','','2018-09-13 10:26:55','2018-09-13 17:26:55','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Columbia-Craft-Grain-Silo.jpeg',0,'attachment','image/jpeg',0),(658,166,'2018-09-13 10:27:01','2018-09-13 17:27:01','','Flow-Chart-New-Construction-PIC','','inherit','open','closed','','flow-chart-new-construction-pic','','','2018-09-13 10:27:01','2018-09-13 17:27:01','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg',0,'attachment','image/jpeg',0),(659,166,'2018-09-13 10:27:04','2018-09-13 17:27:04','','Flow-Chart-Renovation-PIC','','inherit','open','closed','','flow-chart-renovation-pic','','','2018-09-13 10:27:04','2018-09-13 17:27:04','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg',0,'attachment','image/jpeg',0),(660,166,'2018-09-13 10:27:07','2018-09-13 17:27:07','','Lenoir-Rhyne-Final-Rendering-1','','inherit','open','closed','','lenoir-rhyne-final-rendering-1','','','2018-09-13 17:31:23','2018-09-14 00:31:23','',22,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg',0,'attachment','image/jpeg',0),(661,166,'2018-09-13 10:27:10','2018-09-13 17:27:10','','Sherer-Square','','inherit','open','closed','','sherer-square','','','2018-09-13 10:27:10','2018-09-13 17:27:10','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg',0,'attachment','image/jpeg',0),(664,166,'2018-09-13 11:03:20','2018-09-13 18:03:20','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508_Rhett_St_Rendering_1_-_Copy_1_50.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 11:03:20','2018-09-13 18:03:20','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(666,166,'2018-09-13 11:07:09','2018-09-13 18:07:09','','508-Rhett-St-Rendering-1-Copy-1','','inherit','open','closed','','508-rhett-st-rendering-1-copy-1','','','2018-09-13 11:07:09','2018-09-13 18:07:09','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg',0,'attachment','image/jpeg',0),(667,166,'2018-09-13 11:07:46','2018-09-13 18:07:46','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Architects+Daughter\" />\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"house\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n[iconbox icon=\"heart\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n[iconbox icon=\"earth\"]\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/iconbox]\r\n\r\n</div>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 11:07:46','2018-09-13 18:07:46','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(668,166,'2018-09-13 12:04:33','2018-09-13 19:04:33','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p>[toggle name=\"Base Camp Feasibility Analysis™\"]</p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which bring our concept to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:04:33','2018-09-13 19:04:33','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(669,166,'2018-09-13 12:21:44','2018-09-13 19:21:44','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p><span style=\"color: #00a300;\">✔</span><h2>Base Camp Feasibility Analysis™</h2></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:21:44','2018-09-13 19:21:44','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(670,166,'2018-09-13 12:23:38','2018-09-13 19:23:38','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4638765\">#00a300</span> <span style=\"font-size: 16px;\" data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:23:38','2018-09-13 19:23:38','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(671,166,'2018-09-13 12:24:24','2018-09-13 19:24:24','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span style=\"font-size: 16px;\" data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p>[/toggle][toggle name=\"The Challenge™\"]</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:24:24','2018-09-13 19:24:24','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(672,166,'2018-09-13 12:25:26','2018-09-13 19:25:26','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\">The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:25:26','2018-09-13 19:25:26','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(673,166,'2018-09-13 12:25:52','2018-09-13 19:25:52','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\">✔ The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p>[/toggle][toggle name=\"Construction Documents\"]</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p>[/toggle]</p><p>[toggle name=\"Landscape Design\"]</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p>[/toggle][toggle name=\"Interior Design Services\"]</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p>[/toggle]</p><p>[toggle name=\"Construction Management Services\"]</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/toggle]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:25:52','2018-09-13 19:25:52','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(674,166,'2018-09-13 12:26:39','2018-09-13 19:26:39','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:26:39','2018-09-13 19:26:39','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(675,166,'2018-09-13 12:27:20','2018-09-13 19:27:20','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"color: rgb(0, 163, 0);\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:27:20','2018-09-13 19:27:20','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(676,166,'2018-09-13 12:27:50','2018-09-13 19:27:50','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:27:50','2018-09-13 19:27:50','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(677,166,'2018-09-13 12:34:47','2018-09-13 19:34:47','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 style=\"text-align: center;\" data-css=\"tve-u-16587a29915\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span style=\"\" data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><span style=\"color: #00a300;\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"></span> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:34:47','2018-09-13 19:34:47','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(681,166,'2018-09-13 12:39:38','2018-09-13 19:39:38','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-13 12:39:38','2018-09-13 19:39:38','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(682,166,'2018-09-13 17:06:02','2018-09-14 00:06:02','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"]Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-09-13 17:06:02','2018-09-14 00:06:02','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(683,166,'2018-09-13 17:07:37','2018-09-14 00:07:37','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p> [heading h=\"h3\"]Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-09-13 17:07:37','2018-09-14 00:07:37','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(684,166,'2018-09-13 17:08:03','2018-09-14 00:08:03','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-09-13 17:08:03','2018-09-14 00:08:03','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(685,166,'2018-09-13 17:08:20','2018-09-14 00:08:20','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible.</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-09-13 17:08:20','2018-09-14 00:08:20','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(686,166,'2018-09-13 17:09:24','2018-09-14 00:09:24','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-09-13 17:09:24','2018-09-14 00:09:24','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(687,166,'2018-09-13 17:15:03','2018-09-14 00:15:03','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><p>[/list]</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-09-13 17:15:03','2018-09-14 00:15:03','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(688,166,'2018-09-13 17:32:10','2018-09-14 00:32:10','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"alignnone size-medium wp-image-643\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"alignnone wp-image-651\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"231\" height=\"231\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"alignnone size-medium wp-image-660\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/column]\r\n\r\n</div>\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 17:32:10','2018-09-14 00:32:10','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(689,166,'2018-09-13 17:34:29','2018-09-14 00:34:29','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/column]\r\n\r\n</div>\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 17:34:29','2018-09-14 00:34:29','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(690,166,'2018-09-13 17:47:58','2018-09-14 00:47:58','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/column]\r\n\r\n</div>\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 17:47:58','2018-09-14 00:47:58','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(691,166,'2018-09-13 17:48:50','2018-09-14 00:48:50','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/column]\r\n\r\n</div>\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 17:48:50','2018-09-14 00:48:50','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(692,166,'2018-09-13 17:49:15','2018-09-14 00:49:15','<h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer & Associates, LLC</h1>\r\n<div id=\"lipsum\" style=\"text-align: center;\">\r\n<p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p>\r\n<p style=\"text-align: center;\">Welcome.</p>\r\nFinding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">[/column]</p>\r\n<p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p>\r\n \r\n\r\n[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]\r\n<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p>\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Historic\r\nPreservation</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p>\r\nWe take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2>\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n<p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p>\r\nWe have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n\r\n<a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a>\r\n<h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2>\r\n<p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p>\r\n\r\n<div id=\"lipsum\" style=\"text-align: justify;\">\r\n\r\n<span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span>\r\n\r\n[/column]\r\n\r\n</div>\r\n[spacer height=\"80\" /]\r\n\r\n[fullwidth container=\"false\" border=\"false\" padding=\"0\"]\r\n[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]\r\n[/fullwidth]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>\r\n[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p>\r\n[/column]\r\n\r\n[spacer height=\"80\" /]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n<div id=\"lipsum1\">\r\n\r\n<span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span>\r\n\r\n</div>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"false\"]\r\n[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]\r\n<p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p>\r\n<p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>\r\n[/column]\r\n\r\n[column size=\"1/3\" last=\"true\"]\r\n<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>\r\n[/column]','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-13 17:49:15','2018-09-14 00:49:15','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(693,166,'2018-09-13 18:23:03','2018-09-14 01:23:03','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p><h4>Free Guide<img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-13 18:23:03','2018-09-14 01:23:03','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(694,166,'2018-09-13 18:23:03','2018-09-14 01:23:03','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p><h4>Free Guide<img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-13 18:23:03','2018-09-14 01:23:03','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(695,166,'2018-09-13 18:23:47','2018-09-14 01:23:47','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-13 18:23:47','2018-09-14 01:23:47','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(696,166,'2018-09-13 18:24:18','2018-09-14 01:24:18','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-13 18:24:18','2018-09-14 01:24:18','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(697,166,'2018-09-13 18:24:47','2018-09-14 01:24:47','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-13 18:24:47','2018-09-14 01:24:47','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(698,166,'2018-09-13 18:25:07','2018-09-14 01:25:07','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-13 18:25:07','2018-09-14 01:25:07','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(699,166,'2018-09-21 10:02:05','2018-09-21 17:02:05','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=21\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','publish','closed','closed','','new-construction-guide','','','2018-10-31 10:21:49','2018-10-31 17:21:49','',0,'http://shererarch.com//?page_id=699',0,'page','',0),(700,166,'2018-09-21 10:04:34','2018-09-21 17:04:34','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=23\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','publish','closed','closed','','renovation-guide','','','2018-10-31 10:22:56','2018-10-31 17:22:56','',0,'http://shererarch.com//?page_id=700',0,'page','',0),(702,166,'2018-09-21 09:52:50','2018-09-21 16:52:50','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','699-revision-v1','','','2018-09-21 09:52:50','2018-09-21 16:52:50','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(703,166,'2018-09-24 17:58:52','2018-09-25 00:58:52','People love microbreweries in this college town and as an architect, I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. The project was finished spring 2018 and is now open! To enhance a feeling of community we added glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.\r\n\r\nAlso as the owner, Richard and his boys love dogs, they wanted to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the stormwater runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!','Columbia Craft Brewery','People love microbreweries in this college town and as an architect, I enjoy revitalizing vacant sites like the Columbia Craft... <a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"> see more</a>','publish','open','closed','','columbia-craft-brewery','','','2018-10-06 16:40:08','2018-10-06 23:40:08','',0,'http://shererarch.com//?post_type=portfolio&p=703',0,'portfolio','',0),(704,166,'2018-09-21 10:01:40','2018-09-21 17:01:40','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-21 10:01:40','2018-09-21 17:01:40','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(705,166,'2018-09-21 10:02:05','2018-09-21 17:02:05','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-21 10:02:05','2018-09-21 17:02:05','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(706,166,'2018-09-21 10:02:22','2018-09-21 17:02:22','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','700-revision-v1','','','2018-09-21 10:02:22','2018-09-21 17:02:22','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(707,166,'2018-09-21 10:04:29','2018-09-21 17:04:29','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','700-revision-v1','','','2018-09-21 10:04:29','2018-09-21 17:04:29','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(708,166,'2018-09-21 10:04:34','2018-09-21 17:04:34','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','inherit','closed','closed','','700-revision-v1','','','2018-09-21 10:04:34','2018-09-21 17:04:34','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(709,166,'2018-09-21 10:05:10','2018-09-21 17:05:10',' ','','','publish','closed','closed','','709','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://shererarch.com//?p=709',8,'nav_menu_item','',0),(710,166,'2018-09-21 10:05:10','2018-09-21 17:05:10',' ','','','publish','closed','closed','','710','','','2018-10-06 09:41:57','2018-10-06 16:41:57','',0,'http://shererarch.com//?p=710',7,'nav_menu_item','',0),(712,2,'2018-09-24 12:36:13','2018-09-24 19:36:13','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /][column size=\"1/3\" last=\"false\"]</p><h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3><h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3><p></p><p>[/column]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:36:13','2018-09-24 19:36:13','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(713,2,'2018-09-24 12:36:13','2018-09-24 19:36:13','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /][column size=\"1/3\" last=\"false\"]</p><h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3><h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3><p></p><p>[/column]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:36:13','2018-09-24 19:36:13','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(714,2,'2018-09-24 12:45:30','2018-09-24 19:45:30','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /][column size=\"1/3\" last=\"false\"]</p><h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3><h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3><p></p><p>[/column]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"http://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:45:30','2018-09-24 19:45:30','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(715,2,'2018-09-24 12:46:02','2018-09-24 19:46:02','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /][column size=\"1/3\" last=\"false\"]</p><h3 class=\"widget-title\" style=\"margin-bottom: 25px; margin-top: 30px;\">Free Guide</h3><h3 class=\"widget-title\" style=\"margin-bottom: -25px; margin-top: 30px;\">Newsletter</h3><p></p><p>[/column]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:46:02','2018-09-24 19:46:02','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(716,2,'2018-09-24 12:50:45','2018-09-24 19:50:45','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p><p>[latest_posts number=\"3\" /]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:50:45','2018-09-24 19:50:45','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(717,2,'2018-09-24 12:53:17','2018-09-24 19:53:17','<p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:53:17','2018-09-24 19:53:17','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(718,2,'2018-09-24 12:54:17','2018-09-24 19:54:17','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><p>[center_heading h=\"h2\"]News and Articles[/center_heading]</p><p>[latest_posts number=\"3\" /]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:54:17','2018-09-24 19:54:17','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(719,2,'2018-09-24 12:54:56','2018-09-24 19:54:56','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 12:54:56','2018-09-24 19:54:56','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(720,2,'2018-09-24 13:07:15','2018-09-24 20:07:15','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><p><div class=\"wi-center-heading has_boder\"><h4 class=\"h\">Free Guide</h4></div></p><h4 style=\"text-align: center;\">Your Heading Here</h4>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 13:07:15','2018-09-24 20:07:15','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(721,2,'2018-09-24 13:10:08','2018-09-24 20:10:08','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><p><div class=\"wi-center-heading has_boder\"><h4 class=\"h\">Free Guide</h4></div></p><h4 style=\"text-align: center;\">Your Heading Here</h4>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 13:10:08','2018-09-24 20:10:08','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(722,2,'2018-09-24 13:12:28','2018-09-24 20:12:28','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><h4 style=\"text-align: center;\">Free Guide</h4>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 13:12:28','2018-09-24 20:12:28','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(723,2,'2018-09-24 13:13:42','2018-09-24 20:13:42','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><h4 style=\"text-align: center;\">Free Guide</h4><h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 13:13:42','2018-09-24 20:13:42','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(724,2,'2018-09-24 13:17:53','2018-09-24 20:17:53','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><h4 style=\"text-align: center;\">Free Guide</h4><h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 13:17:53','2018-09-24 20:17:53','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(725,2,'2018-09-24 13:18:58','2018-09-24 20:18:58','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><h4 style=\"text-align: center;\">Free Guide</h4><h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script][center_heading h=\"h4\"]Newsletter[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Sign Me Up![/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 13:18:58','2018-09-24 20:18:58','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(726,2,'2018-09-24 13:20:58','2018-09-24 20:20:58','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p><h4 style=\"text-align: center;\">Free Guide</h4><h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 13:20:58','2018-09-24 20:20:58','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(727,2,'2018-09-24 13:28:39','2018-09-24 20:28:39','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[/column]</p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p></p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:28:39','2018-09-24 20:28:39','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(728,2,'2018-09-24 13:28:39','2018-09-24 20:28:39','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[/column]</p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p></p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:28:39','2018-09-24 20:28:39','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(729,2,'2018-09-24 13:29:16','2018-09-24 20:29:16','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\"></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[center_heading h=\"h4\"]FREE GUIDE[/center_heading]</p><p> </p><p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p>Bringing Structure to Life </p><p></p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:29:16','2018-09-24 20:29:16','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(730,2,'2018-09-24 13:33:42','2018-09-24 20:33:42','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:33:42','2018-09-24 20:33:42','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(731,2,'2018-09-24 13:37:16','2018-09-24 20:37:16','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:37:16','2018-09-24 20:37:16','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(732,2,'2018-09-24 13:41:00','2018-09-24 20:41:00','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>Full Name*Email*City*Zip*Type of ProjectSend Me The Guide![tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:41:00','2018-09-24 20:41:00','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(733,2,'2018-09-24 13:47:22','2018-09-24 20:47:22','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>Full Name*Email*City*Zip*Type of ProjectSend Me The Guide![tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p><h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:47:22','2018-09-24 20:47:22','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(734,2,'2018-09-24 13:48:40','2018-09-24 20:48:40','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>Full Name*Email*City*Zip*Type of ProjectSend Me The Guide![tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>[spacer height=\"30\" /][center_heading h=\"h2\"]About Us[/center_heading][column size=\"2/3\" last=\"false\"]</p><h3>Our Core Value: Integrity Above All Else!</h3><p>[column size=\"2/3\" last=\"false\"]With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><p><img class=\"aligncenter size-full wp-image-423\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\" width=\"267\" height=\"267\" /></p><p>[center_heading h=\"h4\" subtitle=\"Principal and Founder\"]Dan Sherer[/center_heading]</p><p>[/column]<p style=\"text-align: center;\">[column size=\"1/3\" last=\"true\"][center_heading h=\"h4\"]FREE GUIDE[/center_heading]<img class=\"aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\" /></p>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading]<p></p><p>[/column]</p>[fullwidth padding_top=\"200\" padding_bottom=\"200\" border=\"false\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-SLIDER-LadyStreetLiveWorks1-379-Height-cropped.jpg\" container=\"true\" parallax=\"true\" overlay=\"30\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth]</p><p> </p><p> </p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial][testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]<p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; line-height: 64px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p> </p><p> </p><p></p><p>“Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful”</p><span class=\"name\">Tim Brown</span><span class=\"dot\">·</span> CEO of IDEO<p>“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem”</p><span class=\"name\">Dan Sherer</span><span class=\"dot\">·</span> Sherer and Associates, LLC<p></p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:48:40','2018-09-24 20:48:40','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(735,2,'2018-09-24 13:49:17','2018-09-24 20:49:17','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>Full Name*Email*City*Zip*Type of ProjectSend Me The Guide![tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 style=\"text-align: center;\" data-css=\"tve-u-1660d558f0c\">Bringing Structure to Life</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:49:17','2018-09-24 20:49:17','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(736,2,'2018-09-24 13:51:21','2018-09-24 20:51:21','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-24 13:51:21','2018-09-24 20:51:21','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(739,166,'2018-09-24 18:05:13','2018-09-25 01:05:13','508 Rhett Street, also known as the Conrad building to Greenville SC natives, was originally constructed before 1888, and is a true example of sustainable design from a time when sustainable construction wasn’t just a good idea or an idealistic approach, but a necessity to survive. Simple, local, durable materials, intended to provide a shelter for generations. Sustainability at its best!\r\n\r\nBuilding owner, Church Watson, took it to the next level by renovating instead of rebuilding. It requires 3 to 10 times the energy and resources to construct a comparable building that is remodeled and adapted for a new purpose. By stripping the building down to its original bones, and implanting a new energy efficient design, with the bare minimum required to meet fire and egress requirements, Church revitalized a beautiful, functional and highly desirable building. It will perform for the next 50 years with minimal energy consumption, maintenance and repairs, and has the highest held LEED (Leadership in Energy and Environmental Design) new building certification; an admirable goal and a positive for our environment! It doesn’t get any more sustainable than that.','508 Rhett Street','508 Rhett Street, also known as the Conrad building to Greenville SC natives, was originally constructed before 1888... <a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"> see more</a>','publish','open','closed','','508-rhett-street','','','2018-10-06 16:44:48','2018-10-06 23:44:48','',0,'http://shererarch.com//?post_type=portfolio&p=739',0,'portfolio','',0),(741,166,'2018-09-24 18:37:40','2018-09-25 01:37:40','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 18:37:40','2018-09-25 01:37:40','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(742,166,'2018-09-24 18:38:11','2018-09-25 01:38:11','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 18:38:11','2018-09-25 01:38:11','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(743,166,'2018-09-24 18:38:52','2018-09-25 01:38:52','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-24 18:38:52','2018-09-25 01:38:52','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(745,166,'2018-09-24 18:54:24','2018-09-25 01:54:24','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Contact Us[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h3>If you’re looking for an architect to help with your project…</h3><p>Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation, renovations, and commercial projects and we have extensive design experience in both new construction and renovation. Over 75% of our design fees are generated from projects for repeat clients and referrals which is a testament to our level of commitment and service to provide the best architectural services possible!</p><p>[contact-form-7 id=\"6\" title=\"Contact form 1\"]</p><p>[heading h=\"h3\"] Contact Info[/heading]</p><ul class=\"\"><li>Sherer & Associates, LLC</li><li>1201 Main Street Suite 1980, Columbia, SC 29201</li><li>Tel: 803-748-1345</li><li>Email: <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></li></ul><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]','Contact Us','','inherit','closed','closed','','14-revision-v1','','','2018-09-24 18:54:24','2018-09-25 01:54:24','',14,'http://shererarch.com//14-revision-v1/',0,'revision','',0),(746,166,'2018-09-06 19:00:13','2018-09-07 02:00:13','I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.\r\n\r\nJune 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.\r\n\r\n<strong>REBUILDING</strong>\r\n\r\nTo be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.\r\n\r\nI was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.\r\n\r\nThen one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.\r\n\r\n<strong>LESSONS</strong>\r\n\r\nClimbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.\r\n\r\nJust like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.\r\n\r\nWith each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!\r\n\r\n<strong>SIMLARITIES</strong>\r\n\r\nThe trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground\r\n\r\nI realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.\r\n\r\nThe challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.\r\n\r\n<strong>SOLUTION FOR SUCCESS</strong>\r\n\r\nThis realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.\r\n\r\nOne example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!\r\n\r\nThe lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!\r\n\r\nBefore you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>','Dan’s Journey – The Origin of Base Camp','','publish','open','closed','','dans-journey-origin-of-base-camp','','','2018-09-29 09:29:04','2018-09-29 16:29:04','',0,'http://shererarch.com//?p=746',0,'post','',0),(747,166,'2018-09-24 19:00:13','2018-09-25 02:00:13','DANS JOURNEY\r\n\r\nI stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.\r\n\r\nJune 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.\r\n\r\nREBUILDING\r\n\r\nTo be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.\r\n\r\nI was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.\r\n\r\nThen one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.\r\n\r\nLESSONS\r\n\r\nClimbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.\r\n\r\nJust like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.\r\n\r\nWith each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!\r\n\r\nSIMLARITIES\r\n\r\nThe trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground\r\n\r\nI realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.\r\n\r\n \r\n\r\nThe challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.\r\n\r\nSOLUTION FOR SUCCESS\r\n\r\nThis realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.\r\n\r\nOne example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!\r\n\r\nThe lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!\r\n\r\nBefore you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>','Dan’s Journey – History of Base Camp','','inherit','closed','closed','','746-revision-v1','','','2018-09-24 19:00:13','2018-09-25 02:00:13','',746,'http://shererarch.com//746-revision-v1/',0,'revision','',0),(749,166,'2018-07-10 19:05:23','2018-07-11 02:05:23','<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p><p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p><p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p><p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p><p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p><p>For example, a year and a half ago, when we designed J Peters Grill & Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p><p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p><p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p><p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p><p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p><p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>','Lighting','','publish','open','closed','','lighting','','','2018-09-29 09:29:14','2018-09-29 16:29:14','',0,'http://shererarch.com//?p=749',0,'post','',0),(750,166,'2018-09-24 19:05:23','2018-09-25 02:05:23','LIGHTING\r\n\r\nLighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!\r\n\r\nThink of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?\r\n\r\nMy guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.\r\n\r\nWith so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.\r\n\r\nLighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.\r\n\r\nFor example, a year and a half ago, when we designed J Peters Grill & Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.\r\n\r\nIt’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.\r\n\r\nWhen you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)\r\n\r\nOur finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.\r\n\r\nLighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.\r\n\r\nIf you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!','Lighting','','inherit','closed','closed','','749-revision-v1','','','2018-09-24 19:05:23','2018-09-25 02:05:23','',749,'http://shererarch.com//749-revision-v1/',0,'revision','',0),(751,166,'2018-09-25 08:44:00','2018-09-25 15:44:00','Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!\r\n\r\nThink of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?\r\n\r\nMy guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.\r\n\r\nWith so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.\r\n\r\nLighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.\r\n\r\nFor example, a year and a half ago, when we designed J Peters Grill & Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.\r\n\r\nIt’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.\r\n\r\nWhen you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)\r\n\r\nOur finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.\r\n\r\nLighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.\r\n\r\nIf you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!','Lighting','','inherit','closed','closed','','749-revision-v1','','','2018-09-25 08:44:00','2018-09-25 15:44:00','',749,'http://shererarch.com//749-revision-v1/',0,'revision','',0),(752,166,'2018-09-25 08:48:14','2018-09-25 15:48:14','I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.\r\n\r\nJune 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.\r\n\r\nREBUILDING\r\n\r\nTo be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.\r\n\r\nI was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.\r\n\r\nThen one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.\r\n\r\nLESSONS\r\n\r\nClimbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.\r\n\r\nJust like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.\r\n\r\nWith each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!\r\n\r\nSIMLARITIES\r\n\r\nThe trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground\r\n\r\nI realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.\r\n\r\n \r\n\r\nThe challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.\r\n\r\nSOLUTION FOR SUCCESS\r\n\r\nThis realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.\r\n\r\nOne example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!\r\n\r\nThe lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!\r\n\r\nBefore you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>','Dan’s Journey – History of Base Camp','','inherit','closed','closed','','746-revision-v1','','','2018-09-25 08:48:14','2018-09-25 15:48:14','',746,'http://shererarch.com//746-revision-v1/',0,'revision','',0),(753,166,'2018-09-25 09:10:15','2018-09-25 16:10:15','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">Sign Me Up!</h2><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 09:10:15','2018-09-25 16:10:15','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(754,166,'2018-09-25 09:12:54','2018-09-25 16:12:54','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 09:12:54','2018-09-25 16:12:54','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(755,166,'2018-06-11 09:19:53','2018-06-11 16:19:53','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Coming Soon</p>','115 Elizabeth Street','','publish','open','closed','','115-elizabeth-street','','','2018-10-06 15:06:51','2018-10-06 22:06:51','',0,'http://shererarch.com//?p=755',0,'post','',0),(756,166,'2018-08-20 09:16:20','2018-08-20 16:16:20','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span><p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <strong><a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></strong> and be sure to ask for our <strong><a href=\"http://shererarch.com//first-steps/\">Base Camp Feasibility Analysis™</a></strong>. Save time and Money!</p>','1321 Lady Street – Sustainability in Design','','publish','open','closed','','1321-lady-street-sustainability-in-design','','','2018-10-06 15:06:40','2018-10-06 22:06:40','',0,'http://shererarch.com//?p=756',0,'post','',0),(757,166,'2018-09-25 09:15:29','2018-09-25 16:15:29','1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.\r\n\r\n<em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!\r\n\r\nWhat makes a design sustainable?\r\n\r\nA rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.\r\n\r\nHow will the building be used?\r\n\r\nWe consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.\r\n\r\nSustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!\r\n\r\nAnd…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our Base Camp Feasibility Analysis™. Save time and Money!','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-25 09:15:29','2018-09-25 16:15:29','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(758,166,'2018-09-25 09:19:10','2018-09-25 16:19:10','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span><p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our Base Camp Feasibility Analysis™. Save time and Money!</p>','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-25 09:19:10','2018-09-25 16:19:10','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(759,166,'2018-09-25 09:19:10','2018-09-25 16:19:10','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span><p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our Base Camp Feasibility Analysis™. Save time and Money!</p>','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-25 09:19:10','2018-09-25 16:19:10','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(760,166,'2018-09-25 09:19:53','2018-09-25 16:19:53','Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!\r\n\r\nThink of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?\r\n\r\nMy guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.\r\n\r\nWith so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.\r\n\r\nLighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.\r\n\r\nFor example, a year and a half ago, when we designed J Peters Grill & Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.\r\n\r\nIt’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.\r\n\r\nWhen you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)\r\n\r\nOur finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.\r\n\r\nLighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.\r\n\r\nIf you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-25 09:19:53','2018-09-25 16:19:53','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(761,166,'2018-09-25 09:21:13','2018-09-25 16:21:13','115 Elizabeth Street – Challenges and Solutions\n\n115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.\n\nThe construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.\n\nZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.\n\nSOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!\n\nDESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.\n\n \n\nSOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.\n\nTIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.\n\n \n\nSOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!\n\n<strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong>\n\nWe look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!','115 Elizabeth Street','','inherit','closed','closed','','755-autosave-v1','','','2018-09-25 09:21:13','2018-09-25 16:21:13','',755,'http://shererarch.com//755-autosave-v1/',0,'revision','',0),(762,166,'2018-09-25 09:21:57','2018-09-25 16:21:57','115 Elizabeth Street – Challenges and Solutions\r\n\r\n115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.\r\n\r\nThe construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.\r\n\r\nZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.\r\n\r\nSOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!\r\n\r\nDESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.\r\n\r\nSOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.\r\n\r\nTIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.\r\n\r\nSOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!\r\n\r\n<strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong>\r\n\r\nWe look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-25 09:21:57','2018-09-25 16:21:57','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(763,166,'2018-09-25 09:23:20','2018-09-25 16:23:20','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span><p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!</p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"http://shererarch.com//first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-25 09:23:20','2018-09-25 16:23:20','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(764,166,'2018-09-25 09:24:32','2018-09-25 16:24:32','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-25 09:24:32','2018-09-25 16:24:32','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(765,166,'2018-09-25 09:24:32','2018-09-25 16:24:32','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-25 09:24:32','2018-09-25 16:24:32','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(766,166,'2018-09-25 09:31:44','2018-09-25 16:31:44','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[display-posts id=\"755,756\"]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 09:31:44','2018-09-25 16:31:44','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(767,166,'2018-09-25 09:36:23','2018-09-25 16:36:23','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" style=\"width: 100%;\" title=\"115-Elizabeth-cropped-google-pic\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" alt=\"\" width=\"924\" height=\"463\" data-id=\"640\" /></a></span>\r\n\r\n115 Elizabeth Street – Challenges and Solutions\r\n\r\n115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.\r\n\r\nThe construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.\r\n\r\nZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.\r\n\r\nSOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!\r\n\r\nDESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.\r\n\r\nSOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.\r\n\r\nTIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.\r\n\r\nSOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!\r\n\r\n<strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong>\r\n\r\nWe look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" style=\"width: 100%;\" title=\"115-Elizabeth-Rendering-cropped\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" alt=\"\" width=\"732\" height=\"411\" data-id=\"641\" /></a></span>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-25 09:36:23','2018-09-25 16:36:23','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(768,166,'2018-09-25 09:36:45','2018-09-25 16:36:45','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" style=\"width: 100%;\" title=\"1321-Lady-Before-2\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" alt=\"\" width=\"2448\" height=\"3264\" data-id=\"644\" /></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" style=\"width: 100%;\" title=\"1321-Lady-Before-6-Pipes\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" alt=\"\" width=\"3072\" height=\"2304\" data-id=\"648\" /></a></span>\r\n\r\n1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.\r\n\r\n<em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!\r\n\r\nWhat makes a design sustainable?\r\n\r\nA rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.\r\n\r\nHow will the building be used?\r\n\r\nWe consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.\r\n\r\nSustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. Stay tuned for an update and completion pictures!\r\n\r\nAnd…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"http://shererarch.com//first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-25 09:36:45','2018-09-25 16:36:45','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(769,166,'2018-09-25 09:39:31','2018-09-25 16:39:31','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts tag=\"boards\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 09:39:31','2018-09-25 16:39:31','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(770,166,'2018-09-25 09:40:13','2018-09-25 16:40:13','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts tag=\"boards\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 09:40:13','2018-09-25 16:40:13','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(771,166,'2018-09-25 10:08:24','2018-09-25 17:08:24','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts tag=\"boards\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 10:08:24','2018-09-25 17:08:24','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(772,166,'2018-09-25 10:13:02','2018-09-25 17:13:02','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts tag=\"boards\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 10:13:02','2018-09-25 17:13:02','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(773,166,'2018-09-25 10:25:36','2018-09-25 17:25:36','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts tag=\"boards\" style=\"1\"/]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" style=\"1\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 10:25:36','2018-09-25 17:25:36','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(774,166,'2018-09-25 10:26:57','2018-09-25 17:26:57','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts tag=\"boards\" date=\"true\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 10:26:57','2018-09-25 17:26:57','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(775,166,'2018-09-25 10:28:11','2018-09-25 17:28:11','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 10:28:11','2018-09-25 17:28:11','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(776,166,'2018-09-25 10:30:34','2018-09-25 17:30:34','<p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC!</p><p style=\"text-align: center;\">More to come...</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">New Structure To Come</p>','Wild Wings Cafe','','publish','open','closed','','wild-wings','','','2018-10-06 15:06:33','2018-10-06 22:06:33','',0,'http://shererarch.com//?p=776',0,'post','',0),(777,166,'2018-09-25 10:30:34','2018-09-25 17:30:34','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" style=\"width: 100%;\" title=\"115-Elizabeth-cropped-google-pic\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" alt=\"\" width=\"924\" height=\"463\" data-id=\"640\" /></a></span>\r\n\r\n115 Elizabeth Street – Challenges and Solutions\r\n\r\n115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.\r\n\r\nThe construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.\r\n\r\nZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.\r\n\r\nSOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!\r\n\r\nDESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.\r\n\r\nSOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.\r\n\r\nTIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.\r\n\r\nSOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!\r\n\r\n<strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong>\r\n\r\nWe look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" style=\"width: 100%;\" title=\"115-Elizabeth-Rendering-cropped\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" alt=\"\" width=\"732\" height=\"411\" data-id=\"641\" /></a></span>','Wild Wings','','inherit','closed','closed','','776-revision-v1','','','2018-09-25 10:30:34','2018-09-25 17:30:34','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(778,166,'2018-09-25 10:33:12','2018-09-25 17:33:12','','Wild-Wings-Existing-Building-','','inherit','open','closed','','wild-wings-existing-building','','','2018-09-25 10:33:12','2018-09-25 17:33:12','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg',0,'attachment','image/jpeg',0),(779,166,'2018-09-25 10:33:26','2018-09-25 17:33:26','','Screen-Shot-2018-09-25-at-11.32.51-AM','','inherit','open','closed','','screen-shot-2018-09-25-at-11-32-51-am','','','2018-09-25 10:33:26','2018-09-25 17:33:26','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png',0,'attachment','image/png',0),(780,166,'2018-09-25 10:33:57','2018-09-25 17:33:57','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span><p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p>','Wild Wings','','inherit','closed','closed','','776-revision-v1','','','2018-09-25 10:33:57','2018-09-25 17:33:57','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(781,166,'2018-09-25 10:34:33','2018-09-25 17:34:33','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" style=\"width: 100%;\" title=\"Wild-Wings-Existing-Building-\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" alt=\"\" width=\"3264\" height=\"2448\" data-id=\"778\" /></a></span>\r\n\r\nWe are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….','Wild Wings','','inherit','closed','closed','','776-revision-v1','','','2018-09-25 10:34:33','2018-09-25 17:34:33','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(782,166,'2018-09-25 10:47:39','2018-09-25 17:47:39','<p>[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading][spacer height=\"30\" /]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p><p><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]<p></p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 10:47:39','2018-09-25 17:47:39','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(783,166,'2018-09-25 10:47:39','2018-09-25 17:47:39','<p>[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading][spacer height=\"30\" /]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p><p><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]<p></p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 10:47:39','2018-09-25 17:47:39','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(784,166,'2018-09-25 10:49:20','2018-09-25 17:49:20','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 10:49:20','2018-09-25 17:49:20','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(785,166,'2018-09-25 10:56:12','2018-09-25 17:56:12','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 10:56:12','2018-09-25 17:56:12','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(786,166,'2018-09-25 11:05:17','2018-09-25 18:05:17','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News and Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 11:05:17','2018-09-25 18:05:17','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(787,166,'2018-09-25 11:06:32','2018-09-25 18:06:32','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><i class=\"fas fa-check\"></i> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 11:06:32','2018-09-25 18:06:32','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(788,166,'2018-09-25 11:06:58','2018-09-25 18:06:58','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE! -- IT’S WHAT WE DO.</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 11:06:58','2018-09-25 18:06:58','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(789,166,'2018-09-25 11:07:50','2018-09-25 18:07:50','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options; in fact we will only work with clients who are prepared to do our proprietary <strong>Base Camp Feasibility Analysis™</strong> properly. We will not rush this step.</p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 11:07:50','2018-09-25 18:07:50','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(790,166,'2018-09-25 11:13:52','2018-09-25 18:13:52','<p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>','Dan’s Journey – History of Base Camp','','inherit','closed','closed','','746-revision-v1','','','2018-09-25 11:13:52','2018-09-25 18:13:52','',746,'http://shererarch.com//746-revision-v1/',0,'revision','',0),(791,166,'2018-09-25 11:13:52','2018-09-25 18:13:52','<p>I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.</p><p>June 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.</p><p><strong>REBUILDING</strong></p><p>To be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.</p><p>I was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.</p><p>Then one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.</p><p><strong>LESSONS</strong></p><p>Climbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.</p><p>Just like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.</p><p>With each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!</p><p><strong>SIMLARITIES</strong></p><p>The trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground</p><p>I realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.</p><p>The challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.</p><p><strong>SOLUTION FOR SUCCESS</strong></p><p>This realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.</p><p>One example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!</p><p>The lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!</p><p>Before you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></p>','Dan’s Journey – History of Base Camp','','inherit','closed','closed','','746-revision-v1','','','2018-09-25 11:13:52','2018-09-25 18:13:52','',746,'http://shererarch.com//746-revision-v1/',0,'revision','',0),(792,166,'2018-09-25 11:55:50','2018-09-25 18:55:50','<h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p><h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer & Associates, LLC</h1><p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p><p style=\"text-align: center;\">Welcome.</p><p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p><p> </p>[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p>[/column][spacer height=\"80\" /][fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p>Enter your text here...</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 11:55:50','2018-09-25 18:55:50','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(793,166,'2018-09-25 11:55:50','2018-09-25 18:55:50','<h1 style=\"text-align: center;\" data-css=\"tve-u-166120a1818\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-1661209f096\">Bringing Structure to Life!</span></p><p class=\" class=\" tve-droppable\"=\"\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\" \"=\"\">BRINGING STRUCTURE TO LIFE!</p><h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer & Associates, LLC</h1><p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p><p style=\"text-align: center;\">Welcome.</p><p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p><p> </p>[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p>[/column][spacer height=\"80\" /][fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p>Enter your text here...</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 11:55:50','2018-09-25 18:55:50','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(794,166,'2018-09-25 12:05:27','2018-09-25 19:05:27','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><h1 style=\"font-family: Playfair Display !important; text-align: center; margin-top: 30px; font-style: italic !important;\">Sherer & Associates, LLC</h1><p style=\"text-align: center;\">[column size=\"1/6\" last=\"false\"]</p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[column size=\"2/3\" last=\"true\"]</p><p style=\"text-align: center;\">Welcome.</p><p>Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions - <span style=\"font-family: Architects Daughter;\"> Bringing Structure to Life!</span></p><p style=\"text-align: center;\">[/column]</p><p style=\"text-align: center;\">[button align=\"center\" color=\"gray\" link=\"/contact-us\" size=\"medium\"]Contact Us[/button]</p><p> </p>[fullwidth padding=\"\" padding_top=\"200\" padding_bottom=\"200\" border=\"true\" background=\"false\" background_image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-1.jpg\" container=\"true\" parallax=\"false\" overlay=\"0\"]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p>[/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p>[/column][spacer height=\"80\" /][fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]<p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p>Enter your text here...</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:05:27','2018-09-25 19:05:27','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(795,166,'2018-09-25 12:08:57','2018-09-25 19:08:57','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">HistoricPreservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\" /></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p>[/column]</p><p>[spacer height=\"80\" /][fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:08:57','2018-09-25 19:08:57','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(796,166,'2018-09-25 12:09:59','2018-09-25 19:09:59','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">HistoricPreservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p> <p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:09:59','2018-09-25 19:09:59','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(797,166,'2018-09-25 12:12:01','2018-09-25 19:12:01','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">HistoricPreservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /]</p> <p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"8\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:12:01','2018-09-25 19:12:01','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(798,166,'2018-09-25 12:12:54','2018-09-25 19:12:54','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">HistoricPreservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"4\" column=\"4\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:12:54','2018-09-25 19:12:54','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(799,166,'2018-09-25 12:13:41','2018-09-25 19:13:41','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">HistoricPreservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:13:41','2018-09-25 19:13:41','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(800,166,'2018-09-25 12:17:19','2018-09-25 19:17:19','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">HistoricPreservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]<em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"false\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]<em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em>[/testimonial]</p><p>[/column][column size=\"1/3\" last=\"true\"]</p><p id=\"ctl00_Header\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p>[/column][spacer height=\"80\" /][column size=\"1/3\" last=\"false\"]</p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p>[/column][column size=\"1/3\" last=\"false\"][member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p>[/column][column size=\"1/3\" last=\"true\"]<span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span>[/column]</p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p><p style=\"text-align: center; font-variant: small-caps; font-family: Architects Daughter; font-size: 48px; text-shadow: 0 0 3px rgba(13, 13, 13, 0.79);\"><span style=\"color: #ffffff;\">Bringing Structure to Life!</span></p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\"><img class=\"size-medium wp-image-643 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">HistoricPreservation</span></h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p>We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\"><img class=\"wp-image-651 aligncenter\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--300x300.jpg\" alt=\"\" width=\"169\" height=\"169\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Commercial Renovations</span></h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><p></p><p></p><p><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1.jpg\"><img class=\"size-medium wp-image-660 alignnone\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Lenoir-Rhyne-Final-Rendering-1-300x150.jpg\" alt=\"\" width=\"300\" height=\"150\"></a></p><h2 style=\"color: #ff3a24;\"><span style=\"color: #000000;\">Sustainable New Commercial Structures</span></h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p><span style=\"color: #444444;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</span></p><p></p><p></p><p></p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p></p><p id=\"ctl00_Header\"></p><p><em>Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.</em></p><span class=\"name\">Ben Arnold</span><span class=\"dot\">·</span> Arnold Companies Developers<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p><em style=\"color: #444444;\">Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. </em></p><span class=\"name\">Jeff Prioreschi</span><span class=\"dot\">·</span> US Development Group<p></p><p></p><p></p><p id=\"ctl00_Header\"></p><p>Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!!</p><span class=\"name\">Sandy McGuckin</span><span class=\"dot\">·</span> First Base Building Interior Renovations<p></p><p></p><p></p><p><span style=\"color: #444444;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</span></p><p></p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" alt=\"\"><p></p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p></p><span style=\"color: #444444;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</span><p></p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:17:19','2018-09-25 19:17:19','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(801,166,'2018-09-25 12:19:53','2018-09-25 19:19:53','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">HistoricPreservation</h2><p style=\"text-align: left;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2>Commercial Renovations</h2><p style=\"text-align: left;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: left;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: left;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 12:19:53','2018-09-25 19:19:53','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(802,166,'2018-09-25 12:39:29','2018-09-25 19:39:29','[spacer height=\"30\" /][center_heading h=\"h2\"]Portfolio[/center_heading][column size=\"2/3\" last=\"false\"]<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-09-25 12:39:29','2018-09-25 19:39:29','',10,'http://shererarch.com//10-revision-v1/',0,'revision','',0),(803,166,'2018-09-25 12:39:29','2018-09-25 19:39:29','[spacer height=\"30\" /][center_heading h=\"h2\"]Portfolio[/center_heading][column size=\"2/3\" last=\"false\"]<p>We are passionate about buildings…old and new, existing and proposed, urban and rural. This portfolio gives a sampling of some completed projects, as well as projects in progress. Click on the project type you are interested in for both general information and specific examples.</p>[portfolio number=\"-1\" column=\"2\" style=\"2\" excerpt_length=\"25\" pagination=\"false\" /]','Portfolio','','inherit','closed','closed','','10-revision-v1','','','2018-09-25 12:39:29','2018-09-25 19:39:29','',10,'http://shererarch.com//10-revision-v1/',0,'revision','',0),(804,166,'2018-09-25 12:54:16','2018-09-25 19:54:16','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" style=\"width: 100%;\" title=\"Wild-Wings-Existing-Building-\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" alt=\"\" width=\"3264\" height=\"2448\" data-id=\"778\" /></a></span>\r\n\r\nWe are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….','Wild Wings','','inherit','closed','closed','','776-autosave-v1','','','2018-09-25 12:54:16','2018-09-25 19:54:16','',776,'http://shererarch.com//776-autosave-v1/',0,'revision','',0),(805,166,'2018-09-25 18:12:40','2018-09-26 01:12:40','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">BRINGING STRUCTURE TO LIFE!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 18:12:40','2018-09-26 01:12:40','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(806,166,'2018-09-25 18:13:33','2018-09-26 01:13:33','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em>SHERER & ASSOCIATES, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 18:13:33','2018-09-26 01:13:33','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(807,166,'2018-09-25 18:13:55','2018-09-26 01:13:55','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613715294\">Sherer & Associates</span>, LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 18:13:55','2018-09-26 01:13:55','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(808,166,'2018-09-25 18:15:08','2018-09-26 01:15:08','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613715294\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-25 18:15:08','2018-09-26 01:15:08','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(809,166,'2018-09-25 18:17:15','2018-09-26 01:17:15','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-25 18:17:15','2018-09-26 01:17:15','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(810,166,'2018-09-25 18:17:46','2018-09-26 01:17:46','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-25 18:17:46','2018-09-26 01:17:46','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(811,166,'2018-09-25 18:19:35','2018-09-26 01:19:35','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-25 18:19:35','2018-09-26 01:19:35','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(812,166,'2018-09-25 18:21:38','2018-09-26 01:21:38','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>! - IT’S WHAT WE DO!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 18:21:38','2018-09-26 01:21:38','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(813,166,'2018-09-25 18:22:05','2018-09-26 01:22:05','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>! - I<span style=\"text-transform: capitalize;\" data-css=\"tve-u-1661378247f\">t\'s What we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 18:22:05','2018-09-26 01:22:05','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(814,166,'2018-09-25 18:22:18','2018-09-26 01:22:18','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\">I<span style=\"text-transform: capitalize;\" data-css=\"tve-u-1661378247f\">t\'s What we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 18:22:18','2018-09-26 01:22:18','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(815,166,'2018-09-25 18:23:38','2018-09-26 01:23:38','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 18:23:38','2018-09-26 01:23:38','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(816,166,'2018-09-25 18:24:18','2018-09-26 01:24:18','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 18:24:18','2018-09-26 01:24:18','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(817,166,'2018-09-25 18:24:55','2018-09-26 01:24:55','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613778204\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span style=\"text-transform: capitalize;\" data-css=\"tve-u-16613799e7b\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our Start Here page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 18:24:55','2018-09-26 01:24:55','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(818,166,'2018-09-25 18:33:33','2018-09-26 01:33:33','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to sign up for our newsletter and periodic updates.\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-25 18:33:33','2018-09-26 01:33:33','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(819,166,'2018-09-25 18:36:48','2018-09-26 01:36:48','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4 style=\"text-align: center;\"><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to sign up for our newsletter and periodic updates.\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-25 18:36:48','2018-09-26 01:36:48','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(820,166,'2018-09-25 18:39:02','2018-09-26 01:39:02','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4 style=\"text-align: center;\"><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and to recieve news and updates from time to time.\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-25 18:39:02','2018-09-26 01:39:02','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(821,166,'2018-09-25 18:40:00','2018-09-26 01:40:00','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4 style=\"text-align: center;\"><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from time to time.\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-25 18:40:00','2018-09-26 01:40:00','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(822,166,'2018-09-25 18:40:38','2018-09-26 01:40:38','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4 style=\"text-align: center;\"><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time.\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-25 18:40:38','2018-09-26 01:40:38','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(823,166,'2018-09-25 18:44:04','2018-09-26 01:44:04','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p>The <strong>Base Camp Feasibility Analysis™</strong> is the most important step because it provides the foundational thinking that everything else builds upon. Once complete, the valuable insights you gain from the needs and options review, can be used by us or any other architect and will ultimately produce a better result for you.</p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 18:44:04','2018-09-26 01:44:04','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(824,166,'2018-09-25 18:45:01','2018-09-26 01:45:01','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then…book your appointment! We look forward to helping you get to the top to see your project to its most majestic completion.</p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 18:45:01','2018-09-26 01:45:01','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(825,166,'2018-09-25 18:46:39','2018-09-26 01:46:39','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span style=\"font-family: \'Architects Daughter\';\" data-css=\"tve-u-166138e897e\">Bringing Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 18:46:39','2018-09-26 01:46:39','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(826,166,'2018-09-25 18:55:22','2018-09-26 01:55:22','<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come….</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span>','Wild Wings','','inherit','closed','closed','','776-revision-v1','','','2018-09-25 18:55:22','2018-09-26 01:55:22','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(827,166,'2018-09-25 18:57:42','2018-09-26 01:57:42','<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span>','Wild Wings','','inherit','closed','closed','','776-revision-v1','','','2018-09-25 18:57:42','2018-09-26 01:57:42','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(828,166,'2018-09-25 18:58:05','2018-09-26 01:58:05','We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come.\r\n\r\n<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" style=\"width: 100%;\" title=\"Wild-Wings-Existing-Building-\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" alt=\"\" width=\"3264\" height=\"2448\" data-id=\"778\" /></a></span>','Wild Wings Cafe','','inherit','closed','closed','','776-revision-v1','','','2018-09-25 18:58:05','2018-09-26 01:58:05','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(829,166,'2018-09-25 19:01:23','2018-09-26 02:01:23','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2448\" height=\"3264\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span><p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"http://shererarch.com//first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-25 19:01:23','2018-09-26 02:01:23','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(830,166,'2018-09-25 19:05:55','2018-09-26 02:05:55','I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.\n\nJune 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.\n\n<strong>REBUILDING</strong>\n\nTo be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.\n\nI was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.\n\nThen one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.\n\n<strong>LESSONS</strong>\n\nClimbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.\n\nJust like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.\n\nWith each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!\n\n<strong>SIMLARITIES</strong>\n\nThe trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground\n\nI realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.\n\nThe challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.\n\n<strong>SOLUTION FOR SUCCESS</strong>\n\nThis realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.\n\nOne example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!\n\nThe lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!\n\nBefore you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>','Dan’s Journey – The History of Base Camp','','inherit','closed','closed','','746-autosave-v1','','','2018-09-25 19:05:55','2018-09-26 02:05:55','',746,'http://shererarch.com//746-autosave-v1/',0,'revision','',0),(831,166,'2018-09-25 19:12:00','2018-09-26 02:12:00','I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.\r\n\r\nJune 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.\r\n\r\n<strong>REBUILDING</strong>\r\n\r\nTo be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.\r\n\r\nI was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.\r\n\r\nThen one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.\r\n\r\n<strong>LESSONS</strong>\r\n\r\nClimbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.\r\n\r\nJust like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.\r\n\r\nWith each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!\r\n\r\n<strong>SIMLARITIES</strong>\r\n\r\nThe trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground\r\n\r\nI realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.\r\n\r\nThe challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.\r\n\r\n<strong>SOLUTION FOR SUCCESS</strong>\r\n\r\nThis realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.\r\n\r\nOne example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!\r\n\r\nThe lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!\r\n\r\nBefore you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>','Dan’s Journey – The History of Base Camp','','inherit','closed','closed','','746-revision-v1','','','2018-09-25 19:12:00','2018-09-26 02:12:00','',746,'http://shererarch.com//746-revision-v1/',0,'revision','',0),(832,166,'2018-09-25 19:57:16','2018-09-26 02:57:16','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. <strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\">Bringing Your Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 19:57:16','2018-09-26 02:57:16','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(833,166,'2018-09-25 20:01:28','2018-09-26 03:01:28','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><ul class=\"\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 20:01:28','2018-09-26 03:01:28','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(834,166,'2018-09-25 20:01:55','2018-09-26 03:01:55','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\">Bringing Your Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-25 20:01:55','2018-09-26 03:01:55','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(835,166,'2018-09-25 20:12:34','2018-09-26 03:12:34','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul class=\"tve-droppable\"><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul class=\"tve-droppable\"><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 20:12:34','2018-09-26 03:12:34','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(836,166,'2018-09-25 20:16:49','2018-09-26 03:16:49','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp™</strong></a><strong> </strong>Feasibility Analysis™.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our Base Camp™.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 20:16:49','2018-09-26 03:16:49','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(837,166,'2018-09-25 20:17:31','2018-09-26 03:17:31','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4 style=\"text-align: center;\"><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time.\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-25 20:17:31','2018-09-26 03:17:31','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(838,166,'2018-09-25 20:21:37','2018-09-26 03:21:37','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','inherit','closed','closed','','700-revision-v1','','','2018-09-25 20:21:37','2018-09-26 03:21:37','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(839,166,'2018-09-25 20:22:15','2018-09-26 03:22:15','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-25 20:22:15','2018-09-26 03:22:15','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(840,166,'2018-09-25 20:32:40','2018-09-26 03:32:40','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 20:32:40','2018-09-26 03:32:40','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(841,166,'2018-10-06 16:41:34','2018-10-06 23:41:34','508 Rhett Street, also known as the Conrad building to Greenville SC natives, was originally constructed before 1888, and is a true example of sustainable design from a time when sustainable construction wasn’t just a good idea or an idealistic approach, but a necessity to survive. Simple, local, durable materials, intended to provide a shelter for generations. Sustainability at its best!\r\n\r\nBuilding owner, Church Watson, took it to the next level by renovating instead of rebuilding. It requires 3 to 10 times the energy and resources to construct a comparable building that is remodeled and adapted for a new purpose. By stripping the building down to its original bones, and implanting a new energy efficient design, with the bare minimum required to meet fire and egress requirements, Church revitalized a beautiful, functional and highly desirable building. It will perform for the next 50 years with minimal energy consumption, maintenance and repairs, and has the highest held LEED (Leadership in Energy and Environmental Design) new building certification; an admirable goal and a positive for our environment! It doesn’t get any more sustainable than that.','508 Rhett Street','508 Rhett Street, also known as the Conrad building to Greenville SC natives, was originally constructed before 1888... <a href=\"https://shererarch.com/portfolio_item/508-rhett-street/\"> see more</a>','inherit','closed','closed','','739-autosave-v1','','','2018-10-06 16:41:34','2018-10-06 23:41:34','',739,'http://shererarch.com//739-autosave-v1/',0,'revision','',0),(842,166,'2018-09-29 10:04:06','2018-09-29 17:04:06','People love microbreweries in this college town and as an architect, I enjoy revitalizing vacant sites like the Columbia Craft Brewery Company located in downtown Columbia SC. The project was finished spring 2018 and is now open! To enhance a feeling of community we added glass walls that separate the spaces on the side of the bar. This gives people a window into the facility; they can still see what’s going on behind the scenes, and wooden walls elsewhere still ensure an earthy aesthetic.\r\n\r\nAlso as the owner, Richard and his boys love dogs, they wanted to welcome dogs to enjoy the space outside the brewery. To realize this idea, we created a grass area that also met code, which required a certain amount of sodded or permeable surfaces. This also helped us meet the stormwater runoff requirements. Now, brewery-lovers and dog-lovers alike can sit out there on a blanket or foldout chair!','Columbia Craft Brewery','People love microbreweries in this college town and as an architect, I enjoy revitalizing vacant sites like the Columbia Craft... <a href=\"https://shererarch.com/portfolio_item/columbia-craft-brewery/\"> See more</a>','inherit','closed','closed','','703-autosave-v1','','','2018-09-29 10:04:06','2018-09-29 17:04:06','',703,'http://shererarch.com//703-autosave-v1/',0,'revision','',0),(843,166,'2018-09-26 16:24:32','2018-09-26 23:24:32','When Lenoir-Rhyne University decided to build a new Occupational Health Therapy classroom building on North Main Street, in Columbia South Carolina, one of the most important design criteria was that it fit into the existing neighborhood and reflects the styles and the features of the surrounding architecture.\n\nThe area is very eclectic with single family residences and apartments, university, religious, business and retail buildings, with a few historic structures sprinkled in along a 2-3 block strip, on the rapidly changing North Main Street Corridor.\n\nBut how do you make a two story, 25,000 square foot structure, match buildings in an area with such a vast array of sizes, uses and architectural styles? Well, you don’t. Instead of “matching” the neighboring buildings, a design technique known as contextual infill was used to insure the building fits into its surroundings. Scale, proportion, materials, roof lines, windows, colors, setbacks from property lines, location of the parking lot and even the types of trees and plants used in the landscaping, were all taken into consideration to help the building “fit in”.\n\nAs a result, the university has a building they can be proud of and will serve them well for many, many years; the area is infused with new life and vigor from the hundreds of energetic young college students who will be attending classes here every year, and the neighborhood has a beautiful new building that blends seamlessly into the context of its surroundings. By demanding the new structure be sensitive to the existing architecture in the area the owner has created a building the entire community will be proud to say is one of their own.','Lenoir Rhyne Office/Classroom Building','When Lenoir-Rhyne University decided to build a new Occupational Health Therapy classroom building on North Main Street, in Columbia South Carolina... <a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"> See More...</a>','inherit','closed','closed','','386-autosave-v1','','','2018-09-26 16:24:32','2018-09-26 23:24:32','',386,'http://shererarch.com//386-autosave-v1/',0,'revision','',0),(844,166,'2018-09-25 20:58:25','2018-09-26 03:58:25','When TCube Solutions asked us to help them resolve their space planning issues, they were literally working on top of each other, due to very rapid growth. They were “bursting out at the seams” and needed more space and needed it fast.\n\nThe third floor of the First Base Building was chosen for their headquarters, which is a relatively new building to Columbia and adjacent to a new state of the art minor league baseball stadium. For anyone who hasn’t visited yet, let me just say, it’s not like any other office. There is a whole wall of windows that reveals an amazing view of the baseball field. Most important to this vibrant group of innovators is that the location is right in the middle of the city’s new growth center.\n\nMy design team has a great relationship with Sandy, who was the co-owner of the original TCube, along with her husband Sam. An energetic, outgoing leader, she expressed a positive outlook on all the ideas we brought to the table. She kept her employees in the loop, most of whom are 35 years old and younger. (The tech industry is so much younger than others!)\n\nThe main concept is no assigned seats, but instead long tables and other areas to encourage collaboration are included. They desired an industrial look and wanted the ductwork and structural elements exposed, and not too many walls. Actually most of the interior and exterior walls are glass, and conference rooms and meeting rooms dot the open plan. With a smaller staff in mind, we designed some private offices.\n\nSandy and Sam always knew the company would grow, but didn’t realize just how quickly. So when they realized the number of employees would double, within 6 months, we rethought the whole thing. Architecturally, we reduced the number of private enclosed spaces and created an even more open, collaborative environment. While the construction budget decreased, the furniture budget increased. Double the bodies, meant doubling the seating and workspace required along with increased amenities.\n\nAs we considered what kind of furniture would fit the space and accommodate a projected number of 200 employees, McWaters Furniture Group came into the picture. Their solution was to fly us up to Michigan in a private jet to check out the Steelcase Design Center. It turned out their office space operates on a similar open floor plan as to what my clients wanted! The culture of Steelcase is also very similar to TCube Solutions as they are employee-oriented and collaborative as well.\n\nWith that in mind, we focused on flow. We couldn’t just slap desks everywhere. Our team gave a lot of thought to relationships, where each department would sit and how they could communicate most effectively. Very few people could have assigned seats; just four groups of four leaders, called project architects, would sit in special spots. The only person who has a private office is the accountant. Not even the CEO has a private office.\n\nEveryone else can sit anywhere they would like, among the rows of tables, depending on the view they would like or the team they are working with. If someone needs a bit more quiet, there are a number of quiet areas designed with dropped ceilings and acoustic wall panels to absorb background noise, set up in small telephone booths. Wi-Fi hubs travel along the ceiling, so everyone gets a strong internet connection.\n\nConference rooms are located in the middle of the space with glass walls facing the exterior of the space, to take advantage of the views. They can take a break from work and watch baseball during the season, or just enjoy the view year round!\n\nAs their business grew, my process expanded. Creating two designs took us about 6 months, and 8 months of construction. Through our growth based mindset, in both design and business, we achieved an open, clean, and collective atmosphere. The staff has been enjoying their new workspace since mid-November 2017, and the owners as well as the entire design team, agree we’ve hit a homerun!','First Base Building Interior Renovations','When TCube Solutions asked us to help them resolve their space planning issues, they were literally working on top of each other <a href=\"https://shererarch.com/portfolio_item/lenoir-rhyne-office-classroom-building/\"> See More</a>','inherit','closed','closed','','369-autosave-v1','','','2018-09-25 20:58:25','2018-09-26 03:58:25','',369,'http://shererarch.com//369-autosave-v1/',0,'revision','',0),(845,166,'2018-09-25 20:59:13','2018-09-26 03:59:13','Years ago, the Altman Family ran a furniture store on King Street in Charleston, which is now becoming a high rent retail district. This was an older, underutilized building located in a historic district. The sons, who had left the family business and became attorneys, decided it was time to move back into their family building. They asked our team to bring it back up to usable condition.\n\nWe gutted the interior and put offices on the second floor, with new staircases and elevators to reach them. The new plan included open work spaces for collaboration, and quiet meeting spaces with glass walls to allow natural light throughout the space. The building went from rough-looking and deteriorated to a beautiful, updated feel. There is now a restaurant/ grocery store on the first floor, which is a nice return to retail usage! The family name is still on the building.\n\nAs time passes, it’s clear, there’s always a cycle, an up and down and revitalizing Columbia and Charleston neighborhoods is part of that cycle. What was “in style” and desirable in the past, commonly makes a comeback generations’ later.','Altman Building Charleston, SC','When TCube Solutions asked us to help them resolve their space planning issues, they were literally working on top of each other <a href=\"https://shererarch.com/portfolio_item/first-base-building-interior-renovations/\"> See More</a>','inherit','closed','closed','','361-autosave-v1','','','2018-09-25 20:59:13','2018-09-26 03:59:13','',361,'http://shererarch.com//361-autosave-v1/',0,'revision','',0),(846,166,'2018-09-26 16:25:27','2018-09-26 23:25:27','Lake Carolina presented a unique opportunity, to design all the core buildings for a new town center, in a large residential development near Columbia, SC. We started with the 36,000 square foot Lake Carolina Building with retail and restaurants on the ground floor and office space on the upper level.\n\nNext up was Parkside Center, a 32,000 square foot building designed for doctor and dentist offices on the second floor, a dance studio and upscale spa on the ground floor.\n\nTo complete the town center, we designed the Lake Carolina Early Learning Center and 4 separate, live/work buildings where owners can have their business on the first floor, and live on the two upper floors.\n\nSeeing all this come together was a very rewarding experience!','Lake Carolina Towncenter','Lake Carolina presented a unique opportunity, to design all the core buildings for a new town center, in a large residential... <a href=\"https://shererarch.com/portfolio_item/lake-carolina-towncenter/\"> See more</a>','inherit','closed','closed','','353-autosave-v1','','','2018-09-26 16:25:27','2018-09-26 23:25:27','',353,'http://shererarch.com//353-autosave-v1/',0,'revision','',0),(847,166,'2018-09-25 21:09:20','2018-09-26 04:09:20','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 21:09:20','2018-09-26 04:09:20','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(848,166,'2018-09-25 21:10:47','2018-09-26 04:10:47','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 21:10:47','2018-09-26 04:10:47','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(849,166,'2018-09-25 21:11:41','2018-09-26 04:11:41','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 21:11:41','2018-09-26 04:11:41','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(850,166,'2018-09-25 21:17:14','2018-09-26 04:17:14','<h4 style=\"text-align: center;\">Free Guide</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-25 21:17:14','2018-09-26 04:17:14','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(851,166,'2018-09-25 21:27:44','2018-09-26 04:27:44','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-25 21:27:44','2018-09-26 04:27:44','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(852,166,'2018-09-25 21:28:40','2018-09-26 04:28:40','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"Enter Your Name And Best Email\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','inherit','closed','closed','','700-revision-v1','','','2018-09-25 21:28:40','2018-09-26 04:28:40','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(853,166,'2018-09-25 21:44:12','2018-09-26 04:44:12','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong>Feasibility Analysis™</a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\">Base Camp™</a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\">START HERE</a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\">START HERE</a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\">Start Here</a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-25 21:44:12','2018-09-26 04:44:12','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(855,166,'2018-09-26 10:30:45','2018-09-26 17:30:45','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-26 10:30:45','2018-09-26 17:30:45','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(856,166,'2018-09-26 10:32:08','2018-09-26 17:32:08','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-26 10:32:08','2018-09-26 17:32:08','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(857,166,'2018-09-26 10:33:56','2018-09-26 17:33:56','','WEB-SLIDER-replacement-DSC-10521','','inherit','open','closed','','web-slider-replacement-dsc-10521','','','2018-09-26 10:33:56','2018-09-26 17:33:56','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/WEB-SLIDER-replacement-DSC-10521.jpg',0,'attachment','image/jpeg',0),(858,166,'2018-09-26 10:34:17','2018-09-26 17:34:17','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"true\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-26 10:34:17','2018-09-26 17:34:17','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(859,166,'2018-09-26 10:35:36','2018-09-26 17:35:36','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><span class=\"viewport-ele\"></span><a href=\"http://shererarch.com//portfolio_item/508-rhett-street/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>508 Rhett Street</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/columbia-craft-brewery/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-Rendering-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Columbia Craft Brewery</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lenoir-rhyne-office-classroom-building/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\" srcset=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png 400w, http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235-300x176.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\"><span class=\"overlay\"></span><span class=\"name\"><span>Lenoir Rhyne Office/Classroom Building</span></span><span class=\"categories belowtitle\">Commercial</span></a><a href=\"http://shererarch.com//portfolio_item/first-base-building-interior-renovations/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/lights-capgemini--400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>First Base Building Interior Renovations</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><a href=\"http://shererarch.com//portfolio_item/altman-building-charleston-sc/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/Altman-Building-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Altman Building Charleston, SC</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> Renovation/Remodel</span></a><a href=\"http://shererarch.com//portfolio_item/lake-carolina-towncenter/\"><img width=\"400\" height=\"235\" src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/WEB-Carolina-ParksideCenter3-400x235.jpg\" class=\"attachment-thumb-400-crop size-thumb-400-crop wp-post-image\" alt=\"\"><span class=\"overlay\"></span><span class=\"name\"><span>Lake Carolina Towncenter</span></span><span class=\"categories belowtitle\">Commercial <span class=\"dot\">·</span> New Construction</span></a><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-26 10:35:36','2018-09-26 17:35:36','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(860,166,'2018-09-26 10:36:09','2018-09-26 17:36:09','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1917\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap-.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-26 10:36:09','2018-09-26 17:36:09','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(861,166,'2018-09-26 10:38:55','2018-09-26 17:38:55','<h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p>','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 10:38:55','2018-09-26 17:38:55','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(862,166,'2018-09-26 10:41:13','2018-09-26 17:41:13','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 10:41:13','2018-09-26 17:41:13','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(863,166,'2018-09-26 10:41:42','2018-09-26 17:41:42','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 10:41:42','2018-09-26 17:41:42','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(864,166,'2018-09-26 10:41:59','2018-09-26 17:41:59','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 10:41:59','2018-09-26 17:41:59','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(865,166,'2018-09-26 10:46:50','2018-09-26 17:46:50','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 10:46:50','2018-09-26 17:46:50','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(866,166,'2018-09-26 10:47:15','2018-09-26 17:47:15','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>Enter Your Name and Best Email</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 10:47:15','2018-09-26 17:47:15','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(867,166,'2018-09-26 14:52:29','2018-09-26 21:52:29','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"Enter your name and best email and receive news and updates from us\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-26 14:52:29','2018-09-26 21:52:29','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(868,166,'2018-09-26 14:55:15','2018-09-26 21:55:15','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-26 14:55:15','2018-09-26 21:55:15','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(869,166,'2018-09-26 14:55:54','2018-09-26 21:55:54','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4 style=\"text-align: center;\"><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"Enter your name and best email to receive your free copy and recieve news and updates from us from time to time\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-26 14:55:54','2018-09-26 21:55:54','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(870,166,'2018-09-26 14:58:50','2018-09-26 21:58:50','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-26 14:58:50','2018-09-26 21:58:50','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(871,166,'2018-09-26 14:59:03','2018-09-26 21:59:03','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','inherit','closed','closed','','700-revision-v1','','','2018-09-26 14:59:03','2018-09-26 21:59:03','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(872,166,'2018-09-26 14:59:16','2018-09-26 21:59:16','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 14:59:16','2018-09-26 21:59:16','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(873,166,'2018-09-26 15:00:22','2018-09-26 22:00:22','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECIEVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 15:00:22','2018-09-26 22:00:22','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(874,166,'2018-09-26 15:00:57','2018-09-26 22:00:57','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEIVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-26 15:00:57','2018-09-26 22:00:57','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(875,166,'2018-09-26 15:13:32','2018-09-26 22:13:32','<p>We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! More to come...</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">New Structure To Come...</p>','Wild Wings Cafe','','inherit','closed','closed','','776-revision-v1','','','2018-09-26 15:13:32','2018-09-26 22:13:32','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(876,166,'2018-09-26 15:16:30','2018-09-26 22:16:30','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure...</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span><p>New To Come Structure...</p>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-26 15:16:30','2018-09-26 22:16:30','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(877,166,'2018-09-26 15:16:39','2018-09-26 22:16:39','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em>™</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>™,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure...</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">New To Come Structure...</p>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-26 15:16:39','2018-09-26 22:16:39','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(878,166,'2018-09-26 15:23:44','2018-09-26 22:23:44','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span><p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a> and be sure to ask for our <a href=\"http://shererarch.com//first-steps/\">Base Camp Feasibility Analysis™</a>. Save time and Money!</p>','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-26 15:23:44','2018-09-26 22:23:44','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(879,166,'2018-09-26 15:23:55','2018-09-26 22:23:55','<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p><p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p><p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p><p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p><p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p><p>For example, a year and a half ago, when we designed J Peters Grill & Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p><p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p><p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p><p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p><p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p><p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>','Lighting','','inherit','closed','closed','','749-revision-v1','','','2018-09-26 15:23:55','2018-09-26 22:23:55','',749,'http://shererarch.com//749-revision-v1/',0,'revision','',0),(880,166,'2018-09-26 15:23:55','2018-09-26 22:23:55','<p>Lighting fascinates me! I’d like to take a moment to share my perspective as an architect. I hope you enjoy it!</p><p>Think of your night out on the town. Perhaps you make a reservation at a certain restaurant for dinner. Why this particular place?</p><p>My guess -- it’s inviting. Of course, the food is important, but ambiance also is a part of the decision and lighting plays a definite role in ambiance. I’ve designed sports bars, sushi bars and high-end restaurants. All of them use lighting to accentuate the product and the people within the space.</p><p>With so many different ways to use light, I love to take a fairly mundane space and change it dramatically. Lights set the mood and highlights important things like a painting or an architectural feature. A beautiful fixture becomes a center point.</p><p>Lighting built into the architecture, does wonders. When I consider how to light a restaurant, the first step is to look at its proportions. I design the spaces first, to get the right ceiling height and distances. You shouldn’t be squeezing into corners to get to your table! Then, my team goes back and figures out how to light the space. Sometimes we want to put an interesting fixture, but that’s secondary.</p><p>For example, a year and a half ago, when we designed J Peters Grill & Bar, on Lake Wylie near Charlotte NC, LED technology was fairly new, and the owner wasn’t sure what he wanted. So we had a discussion on what was going to be best for the architecture and the feelings he wanted to evoke.</p><p>It’s a pretty nice sports bar. Here is what we did: At each table, a pendant light comes down within about 4 ft. of the surface, and then shines directly down on the table. The warm light is reflected and up-lights people’s faces, while casting warm light down on the food. So the food looks better and the person across from you looks their best, too. You don’t want a harsh bright light on a date or really with any dining experience! No thank you, I’d rather not cast shadows on every flaw! Directional lighting and warm lighting are key pieces for how to light a restaurant.</p><p>When you look up in J Peters Grill and Bar, you’ll see the building is a rustic, open structure. Track lighting is mounted to a beam; but you can’t see the light fixture, because the light shines upward and highlights the truss. On the corrugated tin wall, the light washes across and creates a shadow. (That’s where you want the shadows!) The restaurant is on the water with a couple of large garage doors that open up to outdoor decks. Safety lighting prevents customers from wandering into the lake. (There are a few good reasons to appreciate that!)</p><p>Our finishing touch is adjustable lighting that sets the mood. The owner can dim the lights on the beam, depending on the occasion. Say, it’s a big football weekend and they expect rowdy sports fans, they can turn the light up. If it’s Valentine’s Day or a weekend night, I figure they’ll turn down the lights, to a more relaxed mood. After-hours, halogen lights light up the space, for when it’s time to clean up.</p><p>Lighting makes a huge difference although a lot of the time is goes mostly unnoted. But, in contrast to what I have just described, take a moment to think of a bunch of fluorescent tube lights that flicker on and off! Lighting really makes the first impression, and sets the tone.</p><p>If you have any questions, comments or projects… drop us a line at <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>. We would love to hear from you. Thanks for reading!</p>','Lighting','','inherit','closed','closed','','749-revision-v1','','','2018-09-26 15:23:55','2018-09-26 22:23:55','',749,'http://shererarch.com//749-revision-v1/',0,'revision','',0),(881,166,'2018-09-26 15:41:54','2018-09-26 22:41:54','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-26 15:41:54','2018-09-26 22:41:54','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(882,166,'2018-09-26 15:45:23','2018-09-26 22:45:23','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEiVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-26 15:45:23','2018-09-26 22:45:23','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(883,166,'2018-09-26 15:48:37','2018-09-26 22:48:37','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Start Here</strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-26 15:48:37','2018-09-26 22:48:37','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(884,166,'2018-09-26 15:49:59','2018-09-26 22:49:59','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span style=\"text-transform: uppercase;\" data-css=\"tve-u-16618145581\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-26 15:49:59','2018-09-26 22:49:59','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(885,166,'2018-09-26 15:52:28','2018-09-26 22:52:28','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-26 15:52:28','2018-09-26 22:52:28','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(886,166,'2018-09-26 15:58:46','2018-09-26 22:58:46','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-26 15:58:46','2018-09-26 22:58:46','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(887,166,'2018-09-26 16:02:00','2018-09-26 23:02:00','I stepped out on my own with nothing more than a degree in design, 5 years of practical experience, and a lot of ideas and ambition! Through long hours and hard work and perseverance, the firm was producing well designed projects and was by all standards very successful. I thought I was invincible – until 2008.\r\n\r\nJune 2008, I experienced the worst day of my life when I had to lay off 12 good people. Many who had been with me for years and had become my friends. I remember vividly the day, when one employee walked into my office and she knew what was coming. She knew why and she just cried. I felt like the biggest jerk in South Carolina. I wanted to go home and hide and never come out. I felt I had let down my family, my staff, my friends, and myself. To be honest it was my own fault, even though we were in one of the worst recessions in recent history. What I thought was my greatest strength - my confidence and business acumen, had been the catalyst for so much disappointment.\r\n\r\n<strong>REBUILDING</strong>\r\n\r\nTo be honest, after that experience, my confidence was shot. And now, I had to face the future with little or no confidence in my skills to rebuild, after such a life changing experience. I became indecisive. I would procrastinate, pause, put off and generally delay any decision making, for fear that I was making the wrong move.\r\n\r\nI was still in business but I was paralyzed by doubt. As a business owner I could not continue like this. Would the economy tank again? Would I be able to handle pressure of starting over? There were other problems which became evident, starting with a shaky foundation for the business itself. We were good at what we did, but we weren’t really solving our clients’ most basic problems in a way that made us an invaluable asset to their team.\r\n\r\nThen one day something happened that changed everything. In an attempt to clear my head, regroup and maybe learn something about myself, I joined a friend for a hiking and rock climbing trip in the North Carolina Mountains. After a few days of cool, clean, fresh air and lots of challenging physical exercise, my mind was clear and my attitude became increasing positive.\r\n\r\n<strong>LESSONS</strong>\r\n\r\nClimbing a cliff face I froze. THAT’S when it hit me. In business it was like I was stuck on the cliff face, scared to make a decision. I knew I had to make a decision and move, even if that move was initially wrong, I could learn from it and then make another move, and if that was wrong, I would learn even more and make another move until the move I made was right.\r\n\r\nJust like in rock climbing, I had to make a decision for my clients, and get moving. The sun was going down and the temperature was starting to drop. I needed to get off that mountain and the only way was to make decisions and start moving. I knew what I had to do on the rock face and better still, I knew now, what I needed to do in my business as well.\r\n\r\nWith each successful climb I began to feel my confidence grow and felt with it a huge sense of achievement with each cliff face I conquered - this was a great experience and I loved it! Now, I’m a rock climber! I actually climb up the face of steep cliffs, for no other reason than the challenge of reaching the summit!\r\n\r\n<strong>SIMLARITIES</strong>\r\n\r\nThe trip not only helped to clear my head, but after reaching the top of the last, highest, and most dangerous climb, I repelled down feeling the exhilaration of overcoming the fear and physical challenges - and the moment my feet hit the ground\r\n\r\nI realized what my business and my design process had been missing. Just like climbing, they required thorough research and planning, a great team, a well-organized but flexible process along with a fearless mindset to face the challenges head-on.\r\n\r\nThe challenges I faced climbing a vertical, cracked, slippery, unforgiving cliff, where a mistake or succumbing to fear can lead to dire consequences, forced me to look at changing my approach to how we prepare for the many challenges in architecture.\r\n\r\n<strong>SOLUTION FOR SUCCESS</strong>\r\n\r\nThis realization led me to create a proprietary research process we call Base Camp Feasibility Analysis™. We provide our clients with thoroughly researched, accurate and creative problem solving solutions, with 3 flexible cost options. Just like starting a good rock climbing expedition needs a good base camp as a foundation for success, so does starting a commercial or historic preservation project.\r\n\r\nOne example of many is a client who owned a piece of property and had made an offer on adjacent land. Based on a preliminary conversation with zoning, they assumed they needed more space for parking. Our Base Camp Feasibility Analysis™ determined it was not required. This resulted in $400,000.00 savings in land cost, and $50,000-$60,000 savings in site construction. THE PROCESS WORKS!\r\n\r\nThe lessons learned have become the solid foundation that I was searching for in my business. Our clients now make great decisions, based on solid information at the very beginning of the project, leading to reduced stress, cost and time savings and a much more enjoyable experience!\r\n\r\nBefore you or someone you know starts a Commercial or Historic Preservation Project, ask for our Base Camp Feasibility Analysis™. Save time and money! Email us! <a href=\"mailto:info@shererarch.com\">info@shererarch.com</a>','Dan’s Journey – The Origin of Base Camp','','inherit','closed','closed','','746-revision-v1','','','2018-09-26 16:02:00','2018-09-26 23:02:00','',746,'http://shererarch.com//746-revision-v1/',0,'revision','',0),(888,166,'2018-09-26 16:03:37','2018-09-26 23:03:37','<p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC! </p><p style=\"text-align: center;\">More to come...</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">New Structure To Come...</p>','Wild Wings Cafe','','inherit','closed','closed','','776-revision-v1','','','2018-09-26 16:03:37','2018-09-26 23:03:37','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(889,166,'2018-09-26 16:05:42','2018-09-26 23:05:42','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure...</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">New To Come Structure...</p>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-26 16:05:42','2018-09-26 23:05:42','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(890,166,'2018-09-26 16:06:10','2018-09-26 23:06:10','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Coming soon</p>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-26 16:06:10','2018-09-26 23:06:10','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(891,166,'2018-09-26 16:06:46','2018-09-26 23:06:46','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" rel=\"\"><img class=\"tve_image wp-image-642\" alt=\"\" width=\"940\" height=\"788\" title=\"115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground\" data-id=\"642\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-St-Mount-Pleasant-Dan-breaking-ground.jpg\" style=\"width: 100%;\"></a></span><p>115 Elizabeth Street – Challenges and Solutions</p><p>115 Elizabeth Street is currently an older one story home which has been converted to an office, where the Dr. runs his practice. It is an exciting area of Mt. Pleasant that is growing and where the land is very expensive. He decided to update his office <em>and also </em>make it a place where he can live.</p><p>The construction industry can be a maze with obstacles to overcome! Our first step was to work with the contractor and owner, to complete our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>. We decided to demolish the existing structure and build a new 2 story building, with the office on the lower level and the apartment on the second level. And with our <strong>Base Camp Feasibility Analysis</strong><strong>™</strong>, we were able to spot several areas that had issues <em>in advance</em>, specifically dealing with Zoning, the Design Review Board (DRB) as well as timing…and build an efficient and effective action plan.</p><p>ZONING: There were many obstacles, including not enough parking, set-back buffer yard issues, and property use.</p><p>SOLUTION: We met with zoning and received variances for parking by acquiring off-site parking and showing that there would not be an increase in parking requirements. We had to show there was the same number of dental chairs, the same number of employees on site, and that the Dr. will live in the apartment. We also proposed pervious parking areas to decrease water runoff. A new brick and wood fence was proposed in order to reduce the landscaping buffers. In all, we received 5 variances in order for the project to proceed. Not a small feat!</p><p>DESIGN REVIEW BOARD: New structures are required to meet the current DRB requirements. As opposed to renovations, where existing conditions are “Grandfathered” in; with new structures we are starting from scratch.</p><p>SOLUTION: We designed the new structure to reflect the design elements of the neighboring buildings and meet the new design requirements. The scale and proportions of the building match the houses and small commercial properties in the area.</p><p>TIMING: Down time during construction leading to loss of income since this is where he currently runs his practice.</p><p>SOLUTION: Construction time frames, in general, can vary depending on size and complexity, but on a project this size, they typically run 9 months or more. To keep the time down to a minimum, we elected to go with a pre-fabricated modular building, which will be constructed in a controlled manufacturing facility. It will be shipped to the site in 6 sections and assembled on site. Once the sections are assembled, the siding and porches can be installed, landscaping completed, and the Dr. can open for business. The time frame from the beginning of demolition to completion is less than 4 months!</p><p><strong><em>Our Base Camp</em></strong><strong><em>™</em></strong><strong><em> Feasibility Analysis</em></strong><strong><em> lets us to see in advance, challenges to overcome, reducing cost and time overruns</em></strong><strong>! </strong></p><p>We look forward to showing you the finished project in a few months! If you have any questions or comments, we would love to hear from you! Please email us at <a href=\"mailto:info@shererarch.com\"><strong>info@shererarch.com</strong></a>. And of course if you are considering starting a commercial project, <em>let us know before you make any big decisions</em>! We would love to do a <a href=\"http://shererarch.com//first-steps/\"><strong>Base Camp</strong><strong>™</strong> <strong>Feasibility Analysis</strong></a><strong>,</strong> to provide you with correct information to make educated decisions and bring your structure to life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" rel=\"\"><img class=\"tve_image wp-image-640\" alt=\"\" width=\"924\" height=\"463\" title=\"115-Elizabeth-cropped-google-pic\" data-id=\"640\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-cropped-google-pic.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" rel=\"\"><img class=\"tve_image wp-image-641\" alt=\"\" width=\"732\" height=\"411\" title=\"115-Elizabeth-Rendering-cropped\" data-id=\"641\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/115-Elizabeth-Rendering-cropped.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Coming Soon</p>','115 Elizabeth Street','','inherit','closed','closed','','755-revision-v1','','','2018-09-26 16:06:46','2018-09-26 23:06:46','',755,'http://shererarch.com//755-revision-v1/',0,'revision','',0),(892,166,'2018-09-26 16:07:15','2018-09-26 23:07:15','<p style=\"text-align: center;\">We are excited to start the renovations for a 6000 square foot Wild Wings Cafe in Aiken, SC!</p><p style=\"text-align: center;\">More to come...</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" rel=\"\"><img class=\"tve_image wp-image-778\" alt=\"\" width=\"3264\" height=\"2448\" title=\"Wild-Wings-Existing-Building-\" data-id=\"778\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Wild-Wings-Existing-Building-.jpg\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">Existing Structure</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" rel=\"\"><img class=\"tve_image wp-image-779\" alt=\"\" width=\"936\" height=\"526\" title=\"Screen-Shot-2018-09-25-at-11.32.51-AM\" data-id=\"779\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Screen-Shot-2018-09-25-at-11.32.51-AM.png\" style=\"width: 100%;\"></a></span><p style=\"text-align: center;\">New Structure To Come</p>','Wild Wings Cafe','','inherit','closed','closed','','776-revision-v1','','','2018-09-26 16:07:15','2018-09-26 23:07:15','',776,'http://shererarch.com//776-revision-v1/',0,'revision','',0),(893,166,'2018-09-26 16:08:12','2018-09-26 23:08:12','<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg\" rel=\"\"><img class=\"tve_image wp-image-646\" alt=\"\" width=\"2560\" height=\"1920\" title=\"1321-Lady-Before-5-Roof\" data-id=\"646\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-5-Roof.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2-e1538000592302.jpg\" rel=\"\"><img class=\"tve_image wp-image-644\" alt=\"\" width=\"2439\" height=\"2007\" title=\"1321-Lady-Before-2\" data-id=\"644\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-2-e1538000592302.jpg\" style=\"width: 100%;\"></a></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" rel=\"\"><img class=\"tve_image wp-image-648\" alt=\"\" width=\"3072\" height=\"2304\" title=\"1321-Lady-Before-6-Pipes\" data-id=\"648\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/1321-Lady-Before-6-Pipes.jpg\" style=\"width: 100%;\"></a></span><p>1321 Lady Street is an 8-story office building that will be converted into 133 apartments. As with all projects, it is important to look at the big picture along with all the details. For this group of clients we are working with, our focus is renovation and historic renovation.</p><p><em>Sustainability starts with the decision to not tear down the whole building.</em> The question on our minds: How much of the building can we keep, reuse, or recycle? <em>Getting creative in how we organize the space yields huge cost savings.</em> We make a sustainable design that lasts!</p><p>What makes a design sustainable?</p><p>A rule of thumb is to use as few materials as possible. Ideally locally sourced, or even reused from the existing structure. The idea, in its purest form, includes concrete, brick, wood and stone. From a historic preservation perspective, it should also fit right in with the historic fabric of the building. Good windows and energy efficient A/C units have become the norm…but we’re looking deeper -- long term sustainability for just about every aspect.</p><p>How will the building be used?</p><p>We consider the long term use of the space. For example, for this commercial-residential project - 8-story office building that will be converted into 133 apartments…we look at the lifestyle of the people using the building to make some decisions. Because we know these apartments are for young professionals and that they probably won’t use the kitchen very much, as single people, out and about in town, the kitchens are small, with not a lot of money spent on appliances. Instead, we have invested in recycled bamboo, glass and concrete, and other strides toward a 30-year life cycle.</p><p>Sustainable design involves many facets, including electrical and plumbing. I find that my clients for this project and other sustainable design projects want their buildings to be very energy efficient and low maintenance. Yet, our mission is even bigger than that -- to realize spaces that benefit the environment, work with the client’s budget and enhance their lives. <strong>Stay tuned for an update and completion pictures!</strong></p><p>And…if you are considering a commercial project or historic preservation project, contact us at <strong><a href=\"mailto:info@shererarch.com\">info@shererarch.com</a></strong> and be sure to ask for our <strong><a href=\"http://shererarch.com//first-steps/\">Base Camp Feasibility Analysis™</a></strong>. Save time and Money!</p>','1321 Lady Street – Sustainability in Design','','inherit','closed','closed','','756-revision-v1','','','2018-09-26 16:08:12','2018-09-26 23:08:12','',756,'http://shererarch.com//756-revision-v1/',0,'revision','',0),(894,166,'2018-09-26 16:49:03','2018-09-26 23:49:03','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p class=\"tve-droppable\">Service Phases:</p><p class=\"tve-droppable\"><a draggable=\"false\" href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a></p><p>[iconlist icon=\"checkmark\" color=\"dark blue\"]</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></li></ul><p class=\"tve-droppable\">We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a draggable=\"false\" href=\"http://shererarch.com//first-steps/\" target=\"_blank\" rel=\"noopener\"><strong><span data-css=\"tve-u-16618145581\">START HERE</span></strong></a> page.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d464f15e\">The Challenge™</li></ul><p class=\"tve-droppable\">This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466c083\">Construction Documents</li></ul><p class=\"tve-droppable\">The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466b446\">Landscape Design</li></ul><p class=\"tve-droppable\">This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d466a47c\">Interior Design Services</li></ul><p class=\"tve-droppable\">We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><ul><li class=\"tve-droppable\" data-css=\"tve-u-165d4669124\">Construction Management Services</li></ul><p>[/iconlist icon]</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-26 16:49:03','2018-09-26 23:49:03','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(895,166,'2018-09-26 16:50:54','2018-09-26 23:50:54','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p><a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a></p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-26 16:50:54','2018-09-26 23:50:54','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(896,166,'2018-09-28 12:12:46','2018-09-28 19:12:46','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p><p style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp ™</strong> <a href=\"http://shererarch.com//wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a> </p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-28 12:12:46','2018-09-28 19:12:46','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(897,166,'2018-09-28 12:14:46','2018-09-28 19:14:46','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp ™</strong> <a href=\"http://shererarch.com//wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the Base Camp™ discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-28 12:14:46','2018-09-28 19:14:46','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(898,166,'2018-09-28 12:18:29','2018-09-28 19:18:29','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"http://shererarch.com//wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-28 12:18:29','2018-09-28 19:18:29','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(899,166,'2018-09-28 12:19:03','2018-09-28 19:19:03','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p><p style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"http://shererarch.com//wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></p>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-28 12:19:03','2018-09-28 19:19:03','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(900,166,'2018-09-28 12:20:10','2018-09-28 19:20:10','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>ENTER YOUR NAME AND BEST EMAIL TO RECEIVE YOUR FREE COPY AND RECEiVE NEWS AND UPDATES FROM US FROM TIME TO TIME</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-28 12:20:10','2018-09-28 19:20:10','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(901,166,'2018-09-28 12:20:59','2018-09-28 19:20:59','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 12:20:59','2018-09-28 19:20:59','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(902,166,'2018-09-28 12:20:59','2018-09-28 19:20:59','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 12:20:59','2018-09-28 19:20:59','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(903,166,'2018-09-28 12:25:03','2018-09-28 19:25:03','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>Enter your information below to get your free copy and receive occasional news and updates from us</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-28 12:25:03','2018-09-28 19:25:03','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(904,166,'2018-09-28 12:27:26','2018-09-28 19:27:26','<p>[spacer height=\"30\" /][center_heading h=\"h2\" subtitle=\"Download Your Free Guide\"]10 Things To Consider When Developing a Commercial Project[/center_heading]</p><p><strong>10 Things To Consider When Developing a Commercial Project</strong></p><p>In this informative downloadable PDF guide, you\'ll discover:[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>The value of experience in developing commercial projects</li><li>Considering all potential development possibilties for your project</li><li>The importance of have a realistic budget</li><li>and much more!</li></ul><p>[/iconlist]</p><p>Before embarking on the procurement of your new commercial building, it is important to ask yourself a series of questions. While the answers to some of these may seem obvious, they still serve as a useful checklist to help you gather the information you need prior to your first meeting with the project architect. These 10 things to consider when commencing your commercial project will help you save time and money in the long run.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<h4 style=\"text-align: center;\"><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"\" width=\"400\" height=\"533\"></h4>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','10 Things To Consider When Developing a Commercial Project','','inherit','closed','closed','','191-revision-v1','','','2018-09-28 12:27:26','2018-09-28 19:27:26','',191,'http://shererarch.com//191-revision-v1/',0,'revision','',0),(905,166,'2018-09-28 12:27:37','2018-09-28 19:27:37','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-28 12:27:37','2018-09-28 19:27:37','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (906,166,'2018-09-28 12:27:48','2018-09-28 19:27:48','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','inherit','closed','closed','','700-revision-v1','','','2018-09-28 12:27:48','2018-09-28 19:27:48','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(907,166,'2018-09-28 12:27:59','2018-09-28 19:27:59','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-28 12:27:59','2018-09-28 19:27:59','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(908,166,'2018-09-28 12:28:04','2018-09-28 19:28:04','<h1 style=\"text-align: center;\">About Us</h1><h3>Our Core Value: Integrity Above All Else!</h3><p>With over 28 years of architectural design experience, we are experts in the field. You can be sure we know the ins and outs of zoning, permits and the steps that go into building, renovating and preservation. We go above and beyond to make sure your project is done adeptly.</p><p>Rock climbing has been an important activity in Dan’s life and experiences and lessons learned from it have helped to form the basic principles of Sherer & Associates, propelling our clients’ projects to new heights. A good Base Camp sets up a good rock climb. That foundation and essence of preparation and skill is what makes Sherer & Associates different!</p><p>Historic preservation and commercial renovations are our specialty and we have extensive design experience in both new construction and renovation. We are also big believers in sustainability.</p><p>Our clients are driven, motivated professionals who demand the highest quality construction, innovative design solutions and greater return on investment. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities, warehouse and distribution centers and multi-family residential.</p><p>Responding to our clients’ needs, just as we would in a rock climb, which is about facing different challenges…not a predetermined design philosophy, is the driving force of our success. The fact that over 75% of our design fees are generated from projects for repeat clients and referrals is a definite source of pride!</p><p>At Sherer & Associates, we are committed to keeping it positive. As a service oriented business we stay on top of progressive and innovative technology and take the time to really understand your vision!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-423\" alt=\"\" width=\"267\" height=\"267\" title=\"Dan-stairs-Closeup-300-pixel\" data-id=\"423\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Dan Sherer</h4><p>Principal and Founder</p><h4 style=\"text-align: center;\">Free Guide</h4><p><img src=\"http://shererarch.com//wp-content/uploads/sites/371/2018/08/10-things-cover-photo-new-with-shadow.jpg\" alt=\"10 Things To Consider When Developing a Commercial Project\" width=\"400\" height=\"533\"></p><h4 style=\"text-align: center;\">Download Here</h4><p>ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]<h3 data-css=\"tve-u-1660d558f0c\" style=\"text-align: center;\">Bringing Structure to Life!</h3><p>[testimonial name=\"Tim Brown\" from=\"CEO of IDEO\" link=\"\"]\"Great Design takes us beyond the complex, the unnecessary and the confusing, to the clear, simple and meaningful\"[/testimonial]</p><p>[testimonial name=\"Dan Sherer\" from=\"Sherer and Associates, LLC\" link=\"\"]“We systematically explore and evaluate a broad range of options before committing to any, so that we can fully commit and Go Big on the few really exceptional solutions to a design problem\"[/testimonial]</p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-09-28 12:28:04','2018-09-28 19:28:04','',8,'http://shererarch.com//8-revision-v1/',0,'revision','',0),(909,166,'2018-09-28 12:43:10','2018-09-28 19:43:10','','WEB-SLIDER-replacement-DSC-1052','','inherit','open','closed','','web-slider-replacement-dsc-1052-2','','','2018-09-28 12:43:10','2018-09-28 19:43:10','',0,'http://shererarch.com//wp-content/uploads/sites/371/2018/09/WEB-SLIDER-replacement-DSC-1052.jpg',0,'attachment','image/jpeg',0),(910,166,'2018-09-28 12:43:51','2018-09-28 19:43:51','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 12:43:51','2018-09-28 19:43:51','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(911,166,'2018-09-28 12:43:51','2018-09-28 19:43:51','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 12:43:51','2018-09-28 19:43:51','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(912,166,'2018-09-28 12:50:19','2018-09-28 19:50:19','<div class=\"_form_19\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=19\" type=\"text/javascript\" charset=\"utf-8\"></script>','Test','','publish','closed','closed','','test','','','2018-09-28 14:36:10','2018-09-28 21:36:10','',0,'http://shererarch.com//?page_id=912',0,'page','',0),(914,166,'2018-09-28 12:49:55','2018-09-28 19:49:55','<div class=\"_form_17\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=17\" type=\"text/javascript\" charset=\"utf-8\"></script>','Test','','inherit','closed','closed','','912-revision-v1','','','2018-09-28 12:49:55','2018-09-28 19:49:55','',912,'http://shererarch.com//912-revision-v1/',0,'revision','',0),(915,166,'2018-09-28 12:50:13','2018-09-28 19:50:13','<div class=\"_form_17\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=17\" type=\"text/javascript\" charset=\"utf-8\"></script>','Test','','inherit','closed','closed','','912-revision-v1','','','2018-09-28 12:50:13','2018-09-28 19:50:13','',912,'http://shererarch.com//912-revision-v1/',0,'revision','',0),(916,166,'2018-09-28 13:17:05','2018-09-28 20:17:05','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"http://shererarch.com//wp-admin/post.php?post=746&action=edit\" target=\"_blank\">here</a></h3>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-28 13:17:05','2018-09-28 20:17:05','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(917,166,'2018-09-28 13:19:03','2018-09-28 20:19:03','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 13:19:03','2018-09-28 20:19:03','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(918,166,'2018-09-28 13:19:03','2018-09-28 20:19:03','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 13:19:03','2018-09-28 20:19:03','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(919,166,'2018-09-28 13:19:14','2018-09-28 20:19:14','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"https://s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//s3.amazonaws.com/am-clients/wp-content/uploads/sites/371/20180913102621/Brewery-brews-on-tap--e1538001659359.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 13:19:14','2018-09-28 20:19:14','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(920,166,'2018-09-28 13:19:14','2018-09-28 20:19:14','<h1 data-css=\"tve-u-166120a1818\" style=\"text-align: center;\"><em><span data-css=\"tve-u-16613715294\" style=\"text-transform: capitalize;\">Sherer & Associates</span> LLC</em></h1><p style=\"text-align: center;\">Welcome.</p><p style=\"text-align: center;\">Finding solutions to our clients obstacles by listening to what they have to say first, then relying on sound research and our years of experience, provides a solid foundation for good decision making based on solid information. Building and maintaining a strong relationship with our clients is paramount and solving their problems is a great way to start. Creating a beautiful, successful project is very much like putting together a puzzle, all the pieces have to fit. Our proven problem-solving abilities and emphasis on long-lasting, sustainable design guide the client through the design and construction process to beautiful, enduring solutions – <span data-css=\"tve-u-1661209f096\" style=\"font-family: \'Architects Daughter\';\">Bringing Structure to Life!</span></p><p class=\"class=\" data-css=\"tve-u-1661214fa7d\" style=\"text-align: center;\">Bringing Structure to Life!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" rel=\"\"><img class=\"tve_image wp-image-643\" alt=\"\" width=\"2934\" height=\"1651\" title=\"508-Rhett-St-Rendering-1-Copy\" data-id=\"643\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/508-Rhett-St-Rendering-1-Copy.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Historic Preservation</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Maximizes Our Clients’ Profits!</strong></p><p style=\"text-align: left;\">We take great care in researching and understanding the original materials and construction techniques used in the structure, so any new work will match the historic characteristics that give these buildings their charm and grace. Our team of experts has extensive experience in navigating the guidelines and requirements for historic buildings, but that is only the beginning. We can also provide research for historic tax credits, loans, and grants for historic structures or buildings located in historic districts, to minimize investment and maximize our clients’ profit.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" rel=\"\"><img class=\"tve_image wp-image-651\" alt=\"\" width=\"1917\" height=\"1145\" title=\"Brewery-brews-on-tap-\" data-id=\"651\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Brewery-brews-on-tap--e1538005482118.jpg\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">Commercial Renovations</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong>Sustainable Use!</strong></p><p>We have developed a niche for Adaptive Reuse; we take an existing structure, provide long term planning for the life cycle of the building, and repurpose it for a new type of occupancy. We update systems and infrastructure, which gives the building another 50-75 years of useful life without extensive renovations! This is not only a very sustainable approach to design and construction, but also is typically much more cost efficient than tearing down and rebuilding. With 30 years of experience and over 200 completed renovation projects, our expert team renovates, updates and adapts existing structures for new, energy efficient and sustainable use.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" rel=\"\"><img class=\"tve_image wp-image-392\" alt=\"\" width=\"400\" height=\"235\" title=\"WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235\" data-id=\"392\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/06/WEB-Lenoir-Rhyne-Final-Rendering-FEATURE-400-x-235.png\" style=\"width: 100%;\"></a></span><h2 style=\"text-align: center;\">SUSTAINABLE NEW COMMERCIAL STRUCTURES</h2><p style=\"text-align: center;\"><strong>Navigation and Maximization!</strong></p><p style=\"text-align: left;\">Creating beautiful projects is about much more than how your building looks to someone passing by. Maximizing the use of your site, orienting the doors and windows to allow natural light, views and energy efficiency, are just the beginning of a well designed building. Navigating the zoning and landscape ordinances, insuring Design Review Board approval and meeting building and energy code requirements are the first steps in creating a functional, durable, sustainable building you will be proud to own.</p><p>[fullwidth container=\"false\" border=\"false\" padding=\"0\"][portfolio number=\"6\" column=\"3\" padding=\"false\" filter=\"false\" pagination=\"false\" animation=\"popup\" /][/fullwidth]</p><p style=\"text-align: left;\">[testimonial name=\"Ben Arnold\" from=\"Arnold Companies Developers\"]Dan has been a valuable member of our team for many years, we have completed many beautiful, profitable projects together.[/testimonial]</p><p>[testimonial name=\"Jeff Prioreschi\" from=\"US Development Group\"]Thanks for all your help Dan. You always remember the people who stand by you during tough times my friend. Thank you. [/testimonial]</p><p style=\"text-align: left;\">[testimonial name=\"Sandy McGuckin\" from=\"First Base Building Interior Renovations\"]Dan….THANK YOU for all your help!!! This has been an amazing project!! Thank you!![/testimonial]</p><p style=\"text-align: left;\">Responding to our clients’ needs, not a predetermined design philosophy is the driving force of our success. Our specialty is in historic preservation and commercial renovation. We have extensive design experience in both new construction and renovation. Our list of completed projects is vast and includes retail, office buildings and office up-fittings, educational facilities and multi-family residential as well as historic preservation and renovations.</p><p>[member image=\"http://shererarch.com//wp-content/uploads/sites/371/2018/06/Dan-stairs-Closeup-300-pixel.jpg\"]</p><p style=\"font-family: \'Oswald\', sans-serif !important; font-weight: 400; text-align: center; text-transform: uppercase; font-size: 16px; color: #333; letter-spacing: 2px; margin-bottom: 0px;\">Dan Sherer</p><p style=\"font-family: museo-sans !important; text-align: center; text-transform: uppercase; font-size: 11px; color: #333; margin-top: 0px;\">Principal and Founder</p><p style=\"text-align: left;\">Dan is an award winning architect with over 28 years’ experience on new and renovation projects. He is an expert in commercial renovations – winner of multiple awards for Adaptive Reuse/Renovation and historic preservation and his residential work has been featured on the cover of two prominent South Carolina magazines.</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2018-09-28 13:19:14','2018-09-28 20:19:14','',22,'http://shererarch.com//22-revision-v1/',0,'revision','',0),(921,166,'2018-09-28 14:03:45','2018-09-28 21:03:45','[spacer height=\"30\" /]\r\n\r\n[center_heading h=\"h2\"]Success[/center_heading]\r\n\r\n[column size=\"2/3\" last=\"false\"]\r\n\r\n[center_heading h=\"h2\" font=\"\" subtitle=\"\" border=\"true\"]The report you requested is on its way. Please check your email inbox for the link to your free download.[/center_heading]\r\n<p style=\"text-align: center;\">(if you can\'t find the email I sent you, check your spam or junk mail folder)</p>','Success!','','inherit','closed','closed','','202-autosave-v1','','','2018-09-28 14:03:45','2018-09-28 21:03:45','',202,'http://shererarch.com//202-autosave-v1/',0,'revision','',0),(922,166,'2018-09-28 14:07:49','2018-09-28 21:07:49','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','inherit','closed','closed','','700-revision-v1','','','2018-09-28 14:07:49','2018-09-28 21:07:49','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(923,166,'2018-09-28 14:07:53','2018-09-28 21:07:53','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-28 14:07:53','2018-09-28 21:07:53','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(924,166,'2018-09-28 14:20:46','2018-09-28 21:20:46','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]NEW CONSTRUCTION Design Process FLOW CHART[/center_heading]</p><p>Thinking of starting a New Construction project? There are many steps of the process to consider and follow! An Architect, planning applications, permits, surveyors and inspections are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time. </p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-658\" alt=\"\" width=\"861\" height=\"548\" title=\"Flow-Chart-New-Construction-PIC\" data-id=\"658\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-New-Construction-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','New Construction Guide','','inherit','closed','closed','','699-revision-v1','','','2018-09-28 14:20:46','2018-09-28 21:20:46','',699,'http://shererarch.com//699-revision-v1/',0,'revision','',0),(925,166,'2018-09-28 14:21:00','2018-09-28 21:21:00','<p>[spacer height=\"30\" /][center_heading h=\"h2\"]RENOVATION Design Process FLOW CHART [/center_heading]</p><p>Thinking of starting a Renovation project? There are many steps of the process to consider and follow! An Architect, planning checklists, legal restrictions, permits and construction documentation are but a few of the many steps you need to know about. We have made a flow chart with action steps to make the process easier for you. Complete the form below to receive our FREE 3 page informational tool and receive news and updates from us from time to time.</p>[center_heading h=\"h4\"]Free Guide[/center_heading]<span class=\"tve_image_frame\" style=\"width: 100%;\"><a href=\"http://shererarch.com//wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" rel=\"\"><img class=\"tve_image wp-image-659\" alt=\"\" width=\"950\" height=\"636\" title=\"Flow-Chart-Renovation-PIC\" data-id=\"659\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Flow-Chart-Renovation-PIC.jpg\" style=\"width: 100%;\"></a></span>[center_heading h=\"h4\" subtitle=\"ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US\"]Download Here[/center_heading][tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=1\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','Renovation Guide','','inherit','closed','closed','','700-revision-v1','','','2018-09-28 14:21:00','2018-09-28 21:21:00','',700,'http://shererarch.com//700-revision-v1/',0,'revision','',0),(926,166,'2018-09-28 14:25:47','2018-09-28 21:25:47','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"on the boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-28 14:25:47','2018-09-28 21:25:47','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(927,166,'2018-09-28 14:28:57','2018-09-28 21:28:57','<h2 style=\"text-align: center;\">On the boards</h2><p>[latest_posts date=\"true\" tag=\"boards\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]Articles[/center_heading][latest_posts number=\"3\" tag=\"articles\" date=\"true\" comments=\"false\" /]</p><p>[spacer height=\"30\" /][center_heading h=\"h2\"]News[/center_heading]</p><h4 style=\"text-align: center;\">Newsletter</h4><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-661\" alt=\"\" width=\"500\" height=\"500\" title=\"Sherer-Square\" data-id=\"661\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/09/Sherer-Square.jpg\" style=\"width: 100%;\"></span><h4 style=\"text-align: center;\">Sign Me Up!</h4><p data-css=\"tve-u-16617e69dc4\">ENTER YOUR INFORMATION BELOW TO GET YOUR FREE COPY AND RECEIVE OCCASIONAL NEWS AND UPDATES FROM US</p>[tcb-script src=\"https://shererarch.activehosted.com/f/embed.php?id=15\" type=\"text/javascript\" charset=\"utf-8\"][/tcb-script]','News and Articles','','inherit','closed','closed','','12-revision-v1','','','2018-09-28 14:28:57','2018-09-28 21:28:57','',12,'http://shererarch.com//12-revision-v1/',0,'revision','',0),(928,166,'2018-09-28 14:35:51','2018-09-28 21:35:51','<div class=\"_form_19\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=17\" type=\"text/javascript\" charset=\"utf-8\"></script>','Test','','inherit','closed','closed','','912-revision-v1','','','2018-09-28 14:35:51','2018-09-28 21:35:51','',912,'http://shererarch.com//912-revision-v1/',0,'revision','',0),(929,166,'2018-09-28 14:36:10','2018-09-28 21:36:10','<div class=\"_form_19\"></div><script src=\"https://shererarch.activehosted.com/f/embed.php?id=19\" type=\"text/javascript\" charset=\"utf-8\"></script>','Test','','inherit','closed','closed','','912-revision-v1','','','2018-09-28 14:36:10','2018-09-28 21:36:10','',912,'http://shererarch.com//912-revision-v1/',0,'revision','',0),(930,166,'2018-09-29 09:25:24','2018-09-29 16:25:24','<p>[center_heading h=\"h2\" border=\"true\"]Avoid the Most Costly Mistake When Doing a Commercial Project[/center_heading]</p><p>The consequence of inadequate upfront research is like constructing a building on a bad foundation. The foundation is the most important part of the entire structure because everything is built on top of it!</p><p>Most firms rush their clients into the design phase because that is where they earn more money. We take a different approach. We spend more time on researching your needs and options. </p><p><strong>Taking short cuts only causes time and cost over runs, later. </strong></p><p><strong>Take a few minutes to watch the video below</strong> for more on how to avoid the most costly mistake and then book your appointment! We look forward to <span data-css=\"tve-u-166181c5b5e\" style=\"font-family: \'Architects Daughter\';\">Bringing </span><span data-css=\"tve-u-166181c5b60\" style=\"font-family: inherit;\">Your</span><span data-css=\"tve-u-166138e897e\" style=\"font-family: \'Architects Daughter\';\"> Structure to Life! </span></p><p>[button color=\"primary\" link=\"mailto:info@shererarch.com\" target=\"_blank\" icon=\"\" icon_position=\"right\" size=\"large\" align=\"center\" fullwidth=\"false\"]Book Now[/button]</p><h3 class=\"\" style=\"text-align: center;\">Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"http://shererarch.com//dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></h3>','First Steps','','inherit','closed','closed','','201-revision-v1','','','2018-09-29 09:25:24','2018-09-29 16:25:24','',201,'http://shererarch.com//201-revision-v1/',0,'revision','',0),(931,166,'2018-09-29 09:25:36','2018-09-29 16:25:36','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>[column size=\"2/3\" last=\"false\"]</p><h2 data-css=\"tve-u-16587a29915\" style=\"text-align: center;\"><span data-css=\"tve-u-16613778204\" style=\"text-transform: capitalize;\">Bringing Structure to Life</span>!</h2><h2 data-css=\"tve-u-1661379350e\" style=\"text-align: center;\"><span data-css=\"tve-u-16613799e7b\" style=\"text-transform: capitalize;\">It\'s </span><span data-css=\"tve-u-1661378247f\" style=\"text-transform: lowercase;\">what we do</span>!</h2><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-484\" alt=\"\" width=\"800\" height=\"600\" title=\"cracked-foundation\" data-id=\"484\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/cracked-foundation.jpg\" style=\"width: 100%;\"></span><p>What makes us different? We spend more time on the research than most other firms who rush their clients into the design phase because that is where they earn more money.</p><p>The consequence of inadequate, upfront, research of needs and options is like constructing a building on a bad foundation!</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-482\" alt=\"\" width=\"940\" height=\"788\" title=\"top-of-rock\" data-id=\"482\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/top-of-rock.png\" style=\"width: 100%;\"></span><p>We understand the process and know that fears can come up along with worries of potential problems, but we are here for you as a team and face them head on starting with our proprietary process, we offer as a first phase service that we call, <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp</strong><strong> </strong><strong>Feasibility Analysis™</strong></a>.</p><p>As a rock climber, I can tell you that the design process and preparing for a rock climb are very similar! Thorough preparation allows us to face and overcome our fears and conquer the challenge.</p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-483\" alt=\"\" width=\"550\" height=\"366\" title=\"ROCK-CLIMB-hiking-boots\" data-id=\"483\" src=\"//shererarch.com/wp-content/uploads/sites/371/2018/08/ROCK-CLIMB-hiking-boots.jpg\" style=\"width: 100%;\"></span><p>Research, proper tools and equipment, as well as having the best team possible provide the foundation. And our proprietary process gets everyone off on the right foot. In fact we will only work with clients who are prepared to allow us to provide our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong>Base Camp™</strong></a>.</p><p>Watch the short video on our <a href=\"http://shererarch.com//first-steps/\"><strong>START HERE</strong></a> page for information on avoiding the most costly mistake. The valuable insights you gain from completing this first phase can be used by us or any other architect and will ultimately produce a better result, getting your project headed in the right direction.</p><p>Service Phases:</p><p data-css=\"tve-u-165d46435f3\"><span data-css=\"tve-u-165d4641e03\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> </span><span data-css=\"tve-u-165d4628def\">Base Camp Feasibility Analysis™</span></p><p>We developed this process from years of experience, combined with lessons learned during Dan’s rock climbing excursions! We start by working with our client to establish a clear, detailed vison for their project and set goals to help us clarify and quantify what we want to achieve. Zoning, Code and Design Review Board needs, options and analysis, combined with the project vision, allow our clients to make the best decisions possible, at this early phase of the process. For more information, watch our short video on our <a href=\"http://shererarch.com//first-steps/\" target=\"_blank\"><strong><span data-css=\"tve-u-16618145581\" style=\"text-transform: uppercase;\">Start Here</span></strong></a> page.</p><p>Read about Dan\'s Journey and the origin of the <strong>Base Camp™</strong> <a href=\"http://shererarch.com//dans-journey-origin-of-base-camp/\" target=\"_blank\">here</a></p><p data-css=\"tve-u-165d464f15e\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> The Challenge™</p><p>This is our proprietary approach to the schematic design process! Our first step is to update the goals vision we established with the <strong>Base Camp™</strong> discoveries during the research process. Then, we move into the schematic design phase, which includes design charrettes which quickly and efficiently help think through the many different possible options and narrow it down to the 2 or 3 really important ideas. Quick schematic design sketching vets the ideas, before we move on to a more finalized set of plans, elevations, renderings and even simple models which brings our concepts to life!</p><p data-css=\"tve-u-165d466c083\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Documents</p><p>The work begins! Our professional team of architects, designers, project managers, drafters and consulting engineers, bring everything together into a set of drawings that will be permitted, bid out and used for the construction of the building.</p><p data-css=\"tve-u-165d466b446\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Landscape Design</p><p>This is an important part of any new project or major renovations! Our team will walk you through the local landscape ordinances and select plants suited for the environment and can provide hardscape design such as decorative walkways, patios, walls and gazebos.</p><p data-css=\"tve-u-165d466a47c\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Interior Design Services</p><p>We team up with some of the best interior designers in the state to tailor your project to your exact needs and tastes! This includes finishes, color selections, furniture, lighting and artwork; whatever you need to complete your project.</p><p data-css=\"tve-u-165d4669124\"><img class=\"emoji\" alt=\"✔\" src=\"https://s.w.org/images/core/emoji/11/svg/2714.svg\"> Construction Management Services</p><p>We offer services including:</p><p>[iconlist icon=\"checkmark\" color=\"green\"]</p><ul><li>Weekly Site Inspections & Progress Reports with Photo Documentation</li><li>Project Construction Weekly Meetings</li><li>Coordination of General Contractors Subcontractors with Design Drawings and with the Owners Subcontractors:<ul><li>Furniture</li><li>IT</li><li>Signage</li><li>Security</li></ul></li><li>Change Order Review</li><li>Monthly Pay Application Review</li><li>Project Close Out, Warranty Review and Coordination</li></ul><p>[/iconlist]</p>','Services','','inherit','closed','closed','','198-revision-v1','','','2018-09-29 09:25:36','2018-09-29 16:25:36','',198,'http://shererarch.com//198-revision-v1/',0,'revision','',0),(932,166,'2018-09-29 09:40:02','2018-09-29 16:40:02','<p>[spacer height=\"30\" /]</p><p>[center_heading h=\"h2\"]Services[/center_heading]</p><p>